

Sometimes you might install an application on your Ubuntu, and after trying it, you decide this app is not for you. In this case, you’ll probably want to uninstall the package.
#Sqlectron install how to#
In this article, we will show you how to uninstall software packages using the graphical “Ubuntu Software Center” and through the command-line, using the apt or apt-get commands. Uninstalling Packages using the Ubuntu Software Center # Privileges can uninstall packages from Ubuntu. If the command-line is not your thing, you can uninstall applications through the Ubuntu Software Center (USC). This utility provides a graphical interface to find, install, and uninstall apps. In the Activities screen, search for “Ubuntu Software” and click on the orange USC icon. To get a list of all installed applications, click on the “Installed” tab at the top navigation bar.

Scroll down until you find the application you want to uninstall and click on the “Remove” button next to it. The Ubuntu Software tool shows only installed applications that have a graphical user interface (GUI). If you cannot find the package that you want to uninstall, then you should remove the package from the command line. Uninstalling Packages using the Command Line #Įverything you can do using the GUI tools, you can do from the command line. In fact, the command line gives you more options and control for uninstalling the software packages. On your system type: sudo apt list -installed You can open your terminal either by using the Ctrl+Alt+T keyboard shortcut or by clicking on the terminal icon.īefore uninstalling the software package, you must first find the exact package name. It might be a good idea to pipe the output to less The command will print a long list of the installed packages. On Ubuntu, Debian, and related Linux distributions you can install, update, uninstall and otherwise managing software packages using the aptĪnd apt-get command-line utilities. To remove an installed package, run the following command: sudo apt remove package_name The syntax of both commands is identical. Replace package_name the name of the package you want to remove. The packages names should b separated by space: sudo apt remove package1 package2 You can also uninstall multiple packages. A simple and lightweight SQL client desktop with cross database. Dependencies 0 Dependent packages 1 Dependent repositories 7 Total releases 53 Latest release. If you want to remove the package including all its files, use purge instead of remove : sudo apt purge package_name Uninstall Snap Packages # The remove command uninstalls the given packages, but it may leave some package files behind. Install npm install sqlectron-core9.0.4 SourceRank 12. To list all installed snap package run the following command: snap list If the application you want to uninstall is not listed when running sudo apt list -installed then probably it was installed as a snap package.

#Views not showing in sqlectron how to#.
