

Also, we saw the different methods used by our Support Engineers to uninstall software in Ubuntu.
How to install webstorm in ubuntu 16.04 how to#
To conclude, we saw how to uninstall software in Ubuntu 18.04 using the terminal. The following commands along with the application id can be given to remove the installed Flatpak software. Uninstallation option in flatpak can be used for uninstalling software. After that from the list of applications, click the software we want to uninstall, and then click the Remove button to uninstall it. Then search for, install and uninstall software.ģ. First click on the icon in the Activities toolbar.Ģ. To uninstall software using the Ubuntu Software Manager we can follow the steps given below:ġ.

We can use the following commands to locate and then remove the software. Snap is usually an easy method to install or uninstall software. To remove the software we can recursively delete that folder’s hierarchy. Generally, some form of a non-standard prefix is used while configuring so that the package will be installed under a specific hierarchy, (e.g. We will be able to uninstall the program by going to its extracted directory and using this command: $ sudo make uninstall Need to uninstall software in Ubuntu 18.04 using terminal At Bobcares, we often handle requests from our customers to uninstall software in Ubuntu 18. Then we have to copy the name of the software we wish to uninstall from the list displayed. To delete the associated configuration files along with the software, select Mark for Complete Removal instead.įirst, to list software installed via dpkg, use one of these commands. Usually, this will uninstall the software, but leave the configuration files intact. To uninstall software using synaptic, we would open Synaptic, scroll through the list of installed applications, click on the software to highlight it, then right-click and select Mark for Removal, and finally click Apply. The first command removes the software installed via the PPA.Īnd the second command removes the PPA from the sources list. $ add-apt-repository -remove ppa:numix/ppa $ apt-get remove numix-gtk-theme numix-icon-theme-circle To uninstall Software installed using PPA, we can use the following two commands. If we need to remove any dependencies such as the applications and libraries used by the software which was installed and is no longer in use, we can use the following: $ sudo apt-get autoremove $ apt remove package_name_1 package_name_2 Then we have to copy the name of the software we wish to uninstall from the list displayed.Īnd type in one of the following commands. Give the following command in the terminal and press “Enter”. We can use the apt or dpkg command to get a list of all installed packages Apt Uninstallįirst, we need to find the Installed Software list. Let’s see some methods used by our Support TechsĮach of these methods has specific methods to uninstall software. Uninstalling software in Ubuntu 18.04 using a terminal can be done with several techniques. Methods used to uninstall software in Ubuntu 18.04 Today let’s see how our Support Engineers get this done using the terminal. Need to uninstall software in Ubuntu 18.04 using terminal?Īt Bobcares, we often handle requests from our customers to uninstall software in Ubuntu 18.04 as a part of our Server Management Services.
