Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Using Linux Mint for 4-5 months now

views
     
Kadaj
post Dec 2 2025, 10:19 AM

On my way
****
Junior Member
586 posts

Joined: Mar 2006
Hi and welcome to the Linux club.

If you installed packages by commands like $ sudo apt install package, you can always check your commands history by:
$ less ~/.bash_history

So if you wanna remove package, just type:
$ sudo apt remove package, OR
$ sudo apt purge package (this will do a clean remove by also removing config files)

If you wanna use GUI, there is Synaptic. Basically it's just a front end to the CLI. You can install it by:
$ sudo apt install synaptic

You can also use commands to find any installed package and decide whether you want to remove it or not:
$ dpkg -l | grep -i package, OR
$ apt list --installed | grep -i package
*replace the word "package" to anything you're looking for

This post has been edited by Kadaj: Dec 2 2025, 10:19 AM
Kadaj
post Yesterday, 08:27 AM

On my way
****
Junior Member
586 posts

Joined: Mar 2006
QUOTE(observ @ Dec 2 2025, 03:10 PM)
How do we know which application that was compiled and installed from source codes?
*
We typically install packages by using system package managers like apt, dnf, pacman or etc. If you install by compiling from source code yourselves, you'll know it very clearly coz it's much more complicated than just typing $ sudo apt install package.

There is another way to check it.
If you wanna know if a package called firefox is installed by system package managers or not, you can run the command like $ apt list firefox OR even $ sudo apt remove firefox.
If the package manager doesn't show it's installed or it can't manage the package, then you can check snap, flatpak and appimage.
If none of the package manager is managing the package, then you can question where did the package come from.
QUOTE(CommodoreAmiga @ Dec 2 2025, 10:21 PM)
Thanks for your reply, but it is still a whole bunch of stuff which i have no idea what it is. Pretty sure i have installed a couple of things, but not to this extent. I suppose all these are either dependancies or system stuff....so i can't remove anything or manage anything...once i have installed something via terminal, it will probably be there forever unless i remember what i had install...🤦‍♂️
*
Don't worry about it.

If somehow you want to keep the system clean, just reinstall the system.
It only takes 10-15 mins to set up a new system.

 

Change to:
| Lo-Fi Version
0.0131sec    0.64    6 queries    GZIP Disabled
Time is now: 4th December 2025 - 07:41 AM