How do you keep your app installs organized on Linux Mint?

0
16
Asked By CuriousPenguin72 On

I'm using Linux Mint 22, and I've been wondering how others organize their app installations. Most of the software I need—like 3DCoat, Plasticity, Krita, Blender, DaVinci Resolve, and OBS—comes from different sources, and it's rare to find them in the apt repository or the Mint software manager. I often end up installing from Flatpak or creating launchers for appImages. Updating and uninstalling can be a nightmare since I can't remember where I installed apps from. Any tips on how to keep a better overview or organized system for my software? Also, I'm trying to remove my Dropbox installation, but I'm unsure where to start!

4 Answers

Answered By TechieTurtle11 On

I generally stick to software that's managed by my package manager and avoid unmanaged apps like appImages or Flatpaks. I prefer just running one command to update everything, and that's it! I do save appImages in a specific folder, like ~/appimages, to keep track. If I make any significant changes, I make sure to take notes in my build log on my NAS for future reference.

Answered By AppMaster23 On

There are tools available that help manage AppImages more efficiently, automatically creating the necessary .desktop files for you. It can really simplify things!

Answered By LinuxGuru08 On

Your package manager should handle the removal of software for you, so you really don’t need to remember where apps were installed. Just use the package manager to uninstall them, and it will take care of removing any unnecessary dependencies too. But if you want to learn more about how Linux works, I recommend looking into a good tutorial book on Linux for recent insights!

Answered By SystemSage99 On

I let my package manager manage almost everything. For any exceptions, I'll place them in /opt. If you have launchers for apps, you can check the launcher's properties to find out where the app is installed. That might help you remember where everything is!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.