I'm a new user of Linux Mint and unfortunately, I don't have internet access at home. This means I have to take my computer to a library just to update or download applications. On Windows, I was able to download files to my phone and then transfer them to my PC to install. Is there a similar method or any options for downloading apps for Linux? Most guides I see just focus on using the app store or command line, which won't work for me. Any suggestions are appreciated!
5 Answers
Look into AppImages and .deb files. AppImages work like portable apps on Windows, while .deb files can be installed manually. Just keep in mind that some .deb installations may require an internet connection for additional files, but AppImages should run fine offline.
Using package managers offline can get tricky since they usually require access to multiple files. AppImages or standalone binaries are easier alternatives, but if you're set on using .deb, prepare for more manual work including dependency issues.
You could manually download .deb packages from Mint's official repository and install them later using terminal commands. Just remember, if the software has dependencies, you'll need to manage those separately, which can be a hassle.
If your phone allows it, have you considered using it as a hotspot? Tethering options like USB or Bluetooth could help you connect your PC to the internet temporarily.
You can download AppImages or binaries directly if they’re available—these are usually portable and can run without complex installation procedures.

Unfortunately, I'd have to upgrade my phone plan for that option.