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
Using Linux Mint for 4-5 months now
Dec 2 2025, 10:19 AM
Quote
0.0131sec
0.64
6 queries
GZIP Disabled