I run a dual boot for almost 7 years now and things have been going great so far. Upgraded Ubuntu from 14.04 (to start with) to now 18.04 without loss of any data. Everything still works. Happy as can be! Looking at my command line history, admittedly, there have been many entries like
and far fewer entries to remove x.
Naturally, over the years of installing small apps, I've ended up with many, many applications that I probably do not use any more. Visible applications (e.g ones that shows up when you press the Super key) can be easily assessed if they are still relevant.
How then do you list out those apps, running in the background or not, that you haven't used in a while and would like to remove them? I'm sure you have found yourself trying to resolve a specific problem and your search has suggested to install application m, but it wasn't quite right for you, then you found n, which kinda works for you. Years later, you found something better and installed application o but you've forgotten about m, and n.
I want to keep the system optimal.
So, the likes of
sudo apt install x
and far fewer entries to remove x.
Naturally, over the years of installing small apps, I've ended up with many, many applications that I probably do not use any more. Visible applications (e.g ones that shows up when you press the Super key) can be easily assessed if they are still relevant.
How then do you list out those apps, running in the background or not, that you haven't used in a while and would like to remove them? I'm sure you have found yourself trying to resolve a specific problem and your search has suggested to install application m, but it wasn't quite right for you, then you found n, which kinda works for you. Years later, you found something better and installed application o but you've forgotten about m, and n.
I want to keep the system optimal.
So, the likes of
Code:
apt list --installed[/ICODE] for a list of installed package