Uninstalling applications on Ubuntu generally is a little bit of a ache. Coping with the terminal is difficult for those who’re a brand new consumer, and even the Ubuntu Software program Heart has its issues. Fortunately, there’s a neater strategy to uninstall applications on Ubuntu; qUninstaller. It’s a light-weight GUI instrument that makes uninstalling any program a lot simpler to grasp.

Be aware: utilizing the qUninstaller app requires Python model 2.7+, and Ubuntu 16.04 or later.

Set up qUninstaller

Getting qUninstaller on Ubuntu isn’t like putting in different applications. You received’t discover it within the Ubuntu Software program Heart, or the Ubuntu software program sources in any respect. As an alternative, customers seeking to get the most recent model of the qUninstaller program have to obtain a standalone Debian bundle file to make use of it.

Putting in applications through a downloadable Deb bundle isn’t unhealthy, although there’s one factor to remember: applications that you just obtain from the web don’t have a strategy to robotically replace. If a brand new launch of qUninstaller seems, you’ll doubtless want to put in the brand new replace manually.

To set up qUninstaller, head over to the official download page on Source Forge. Click on “Download” to get the most recent launch. After the bundle finishes downloading, open up a terminal and use the CD command to maneuver the terminal to the ~/Downloads folder in your Ubuntu PC.

cd ~/Downloads

As soon as contained in the Downloads folder, use the dpkg instrument to put in the bundle to the system.

sudo dpkg -i quninstaller_1.2_all.deb

Operating the Dpkg instrument to put in qUninstaller received’t end appropriately, resulting from some lacking dependencies. This doesn’t imply your Ubuntu set up is damaged. All it means is that qUninstaller is having issue putting in necessary program information manually. In consequence, you’ll see an error saying that they “couldn’t be resolved”. That is simple to repair. Run set up -f to right and set up any lacking libraries and applications that the qUninstaller app must run on Ubuntu.

sudo apt set up -f

Set up Python-pip

After correcting qUninstaller’s dependencies, this system ought to set up on Ubuntu properly. Nonetheless, it nonetheless received’t work appropriately. For no matter motive, when utilizing this app on Ubuntu, a Python library doesn’t set up appropriately. In consequence, operating “qUninstaller”, particularly on Ubuntu 18.04 will end in this system refusing to run. This challenge comes from the Debian bundle not putting in Pyxdg through the setup course of.

To not fear! That is very simple to repair. Begin off by putting in python-pip. Putting in python-pip will allow you to set up necessary Python libraries, particularly these essential to qUninstaller.

sudo apt set up python-pip

Putting in python-pip alone ought to be sufficient, as putting in it additionally brings in some necessary Python information as effectively. If simply putting in python-pip isn’t sufficient to make this system run, you’ll additionally want to make use of Pip to get a lacking library. The lacking Python library is Pyxdg, and it is extremely necessary to qUninstaller. Fortunately, you’ll be able to set up it in your system with Pip.

Remember the fact that as a result of qUninstaller is put in on Ubuntu on the system degree, the Pyxdg library must be as effectively. To get Pyxdg on Ubuntu, run the next command in a terminal window.

sudo python-pip set up pyxdg

Getting Pyxdg fixes a problem that may generally come up when putting in qUninstaller.

qUninstaller On Debian

Although this information focuses on Ubuntu, Debian customers can even use this program, as Ubuntu and Debian share the identical base structure. To set up, head over to Supply  Forge and obtain the most recent Deb. Then, open up a terminal and set up it.

Be aware: qUninstaller will doubtless run on Debian 9 properly. The identical can’t be mentioned for Debian Testing and Unstable. Use at your individual danger!

cd ~/Downloads

sudo dpkg -i quninstaller_1.2_all.deb

sudo apt set up -f

Like Ubuntu, you might want to put in python-pip and pyxdg to make it run appropriately:

sudo apt set up python-pip

sudo python-pip set up pyxdg

Utilizing qUninstaller

Now that qUninstaller has been put in, you should utilize it to uninstall applications on Ubuntu, or Debian. Open up the Gnome sprint and seek for “qUninstaller” to launch it. As soon as open, you’ll see a listing of all put in applications in your Ubuntu PC. Scroll by means of it and search for the packages you’d prefer to take away. Within the record, choose a program to uninstall from Ubuntu. After choosing it, click on the “uninstall” button to start out the uninstallation course of.

Utilizing qUninstaller doesn’t want root entry at startup. As an alternative, it solely asks for a password when issues are able to take away. As you click on the “uninstall” button, a pop-up seems that asks the present consumer for his or her password. Enter it, and provides qUninstaller non permanent system-level entry.

After coming into a password, the qUninstaller app will undergo the method of uninstalling this system out of your Ubuntu PC. When it’s full, it’ll return again to the primary choice window. To take away extra applications, repeat the method above.



Source link

Share.
Leave A Reply

Exit mobile version