

Mint is a repo with a few packages (including a config file that removes snap, based) for Ubuntu. Ubuntu’s KDE packaging sucks. Source: installed Plasma on Mint once. Surprisingly usable, though. Also, some dependency brings in a fontconfig file that makes all fonts made by google ugly as fuck. Forgot filename but it had a ChromiumOS copyright header, go figure yourself.


“GMail takeout files” aren’t a thing. mbox is a standard file format from Unix. Some Unix-likes provide the
mailcommand and on others you have to installs-nail, after which you can domail -f {path to mbox}to view all mail inside. If there are multiple files, you can literally just concatenate them like so:cat /somedirectory/*.mbox > theultimate.mbox.Apart from that, most GUI mail clients allow viewing mbox. When the mbox file updates, the client says you have new mail. For example, in Claws Mail, skip setup, then go to plugins and enable the mbox plugin (while you are there, may as well enable pgp, s/mime, calendar, dillo to handle all formats). Then, go to create new account, and in the “Basics” tab, select “local mbox file” for "Receive protocol ". It will then ask for a file path.
Also, if your Google account settings allow, you can literally just login to Google from Claws mail. Set protocol to IMAP, then set Authentication method to Oauth2 in both Receive and Send tabs. Proceed with setup as usual and it will open your default web browser to login. After that, it will download your entire history of mail.