Questions tagged [software-uninstall]

for questions about uninstalling software on Ubuntu.

"Uninstall" means to remove something that you had installed on your computer.

This tag is used for questions dealing with uninstalling system- or user-installed software.

402 questions
14
votes
2 answers

How to remove configuration files completely

Recently I uninstalled some software using sudo apt-get --purge autoremove, thinking that this would remove all traces of it including unused dependencies and configuration files. However I discovered that a configuration file was left behind in my…
user7182
13
votes
3 answers

Why don't programs completely uninstall (remove all their files) when I remove them?

In Ubuntu, or any Linux, when I decide to remove a program and then later reinstall it, I notice that it didn't remove anything I previously made, thus making it a little pointless for me, as I like to freshly install stuff often. Whenever I decide…
8
votes
1 answer

How do I remove MQTT mosquitto broker?

I'm unable to remove or uninstall mosquito broker. What are the steps needed to remove MQTT mosquitto broker in Ubuntu?
7
votes
4 answers

How do I uninstall Pterodactyl Panel?

I use this script bash <(curl -s https://pterodactyl-installer.se) from this website https://www.ghostcap.com/install-pterodactyl-panel/ and I want to just uninstall the entire script and every file it downloaded.
6
votes
2 answers

How do I uninstall Google Earth?

I installed Google Earth on an older computer and discovered after I installed it that my graphics card will not support it. I want to uninstall it but it does not appear in Ubuntu Software Center. I'm using Ubuntu 12.04.
Ian Martin
  • 61
  • 1
  • 1
  • 3
6
votes
3 answers

How do I remove an application?

How do I remove an app (Tonido) in Ubuntu?
namkid
  • 483
3
votes
2 answers

How can I delete conky from my system?

I installed "conky" recently, but I'd like to unistall it now. I tried: sudo apt-get remove conky sudo apt-get purge conky After running these commands were, I can still run conky from the terminal. How can I actually remove it?
solfish
  • 1,531
3
votes
4 answers

How to remove a third party software that is installed but cannot be located?

I have been on Ubuntu 14.04 for a while now. I was looking for a DVD burning software because both Brasero and K3b proved quite unsatisfactory. Eventually I located Nero Linux 4.0 on the internet and downloaded it. When I tried to install it, I was…
user255726
  • 353
  • 3
  • 6
  • 20
3
votes
1 answer

How to remove files created by sudo make install (even though the process failed due to lack of space)

I was installing llvm using sudo make install but due to space constraints it was not completed and failed, but it has created so many heavy files in my machine so that now I am running out of space. Can someone tell me how to delete files that were…
user265976
  • 31
  • 1
  • 3
3
votes
1 answer

Uninstalling Node and NPM

I'm trying to uninstall nodejs and npm, but although I can see current version, I can't uninstall it. This is what is happening output locate -w…
nanquim
  • 133
  • 6
3
votes
3 answers

How to uninstall termite installed from source?

I installed termite terminal emulator by following this Ask Ubuntu answer and I got the installation package from here on Github. Now I'm trying to uninstall it. I tried this answer, but it doesn't work. I tried this: $ sudo apt remove --purge…
Ko Nay
  • 41
2
votes
2 answers

How do I uninstall Vivado on Ubuntu 19.04?

I recently installed Vivado 2019.1 on Ubuntu by running sudo ./xsetup. I didn't pay attention where Vivado was installed, so by default it was installed in /tools/Xilinx/Vivado. Because of that, I can't run the application there. Therefore, I…
2
votes
2 answers

How can I remove manually installed program zotero "not found" by APT?

I recently installed zotero on Ubuntu but would like to remove it. I suppose the problem is that I installed it manually. Though it doesn't appear in my list of installed programs in Ubuntu software, it runs fine when I click on the zotero icon,…
1
vote
1 answer

Get rid of VMWare Workstation (installed with VMware's installer)

I was attempting to uninstall VM Ware software and the process wasn't entirely successful. See screenshot. The application no longer works. When I click on launch nothing happens. It just left behind some left over I suppose. When I go to dash the…
1
vote
1 answer

How to uninstall asunder-casept?

I installed asunder-casept from the Ubuntu Software Center. When it didn't work I tried to uninstall it but there is no remove option on the Ubuntu Software Center. I tried sudo apt remove asunder-casept but it says it is not installed. I discovered…
joe
  • 11
1
2 3 4