Linked Questions
30 questions linked to/from How can you completely remove a package?
2
votes
2
answers
97k
views
Uninstall Apache2 from terminal on Ubuntu14.04 [duplicate]
How can I uninstall Apache2 on Ubuntu 14.04, from the terminal? I don't know the commands.
6
votes
2
answers
11k
views
Why does "Purge" not remove everything related to an app? [duplicate]
Possible Duplicate:
How can you completely remove a package?
I have learnt that using purge command rather than remove is considered better because purge removes all files related to an app ...
1
vote
2
answers
6k
views
How can I locate and remove an application in Ubuntu 16.04 LTS? [duplicate]
I'm new to Ubuntu. I would like to know how to locate a certain software application and remove it.
0
votes
1
answer
4k
views
purging a program [duplicate]
I recently installed SDL2 and want to purge all of it from my system.
I know there's a million different libraries scattered all over the system.
anyway I can just uninstall everything without ...
2
votes
2
answers
726
views
cant understand the function of apt-cache remove [duplicate]
I needed to reinstall wine from scratch so I first decided to uninstall the current version but, running the command
sudo apt-cache pkgnames wine
before and after running any of:
sudo apt-cache --...
0
votes
1
answer
274
views
Remove the Packages completely leaving no file? [duplicate]
I have uninstalled a package and i have added the ppa via terminal for example.
I have to know that the packages have uninstalled successfully without leaving any file in my computer.
Is there any ...
0
votes
2
answers
770
views
How to cleanly uninstall programs? [duplicate]
I just uninstalled my first program in Ubuntu (gtg - getting things gnome) and noticed that it didn't clean after itself.
It left .config/gtg and .local/share/gtg
both full with configs and task info
...
779
votes
9
answers
2.2m
views
What is the correct way to completely remove an application?
I've searched the net for such information and found different command lines, like these ones:
sudo apt-get remove application
sudo apt-get remove application*
sudo apt-get remove --purge ...
4
votes
2
answers
17k
views
Difference between apt-get remove -y and apt-get purge -y? [duplicate]
apt-get remove <name of program>
apt-get purge <name of program>
and
apt-get purge -y <name of program>
Research indicates the running either "remove" or "purge" performs the ...
6
votes
2
answers
37k
views
How to fully remove QEMU/KVM?
I have QEMU installed but as I don't really use it and it's recently had lots of security vulnerabilities discovered in it so I would like to fully remove it. I installed it with sudo apt-get install ...
3
votes
4
answers
32k
views
How to uninstall a program in linux? [duplicate]
I tried uninstalling PCL 1.7.2 which I had installed manually (without sudo apt-get) but when I tried to remove them using the apt-get remove command, terminal showed me those files cannot be ...
6
votes
4
answers
18k
views
Completely REMOVE and REINSTALL vlc on my system?
I am using a Ubuntu 15.10 machine and everything was just fine until yesterday..when I decided it might be cool to run kde on my system, so I installed plasma and that's when things started to get bad....
4
votes
1
answer
19k
views
Does "apt autoremove --purge <package>" also remove configuration files for the related packages that are removed?
I assume the below command does the following (please correct me if I am wrong):
I want to remove the package nginx and the related configuration
files. I also want to remove any related package ...
4
votes
1
answer
7k
views
Trying to install spyder3, but getting spyder2
I'm currently using Ubuntu 16.04.
When I try to install spyder3 from the repositories using
apt-get install spyder3
It installs spyder2 for python3.5. so I get the splash screen, the interface and ...
4
votes
1
answer
5k
views
Reinstall MS teams after upgrade to Ubuntu 21.10
I had MS Teams Preview running (mostly) smoothly on Ubuntu 20.04.
After upgrading to Ubuntu 21.10 at first, Teams pretended to work flawlessly, but after some time, different issues occurred.
For ...