<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>quninstaller Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/quninstaller/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 01 Aug 2018 08:46:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Uninstall Any Program on Ubuntu with qUninstaller</title>
		<link>https://www.osradar.com/uninstall-any-program-on-ubuntu-with-quninstaller/</link>
					<comments>https://www.osradar.com/uninstall-any-program-on-ubuntu-with-quninstaller/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Wed, 01 Aug 2018 08:46:57 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[how to uninstall on ubuntu]]></category>
		<category><![CDATA[quninstaller]]></category>
		<category><![CDATA[ubuntu uninstaller]]></category>
		<category><![CDATA[uninstall]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=5079</guid>

					<description><![CDATA[<p>Linux is one of the most efficient operating systems of all that handles the job of installing and uninstalling software very simply and efficiently. It requires a little knowledge on the command line, of course. If you’re looking for an efficient GUI tool to uninstall apps, qUninstaller is the right thing for you. Let’s jump [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/uninstall-any-program-on-ubuntu-with-quninstaller/">Uninstall Any Program on Ubuntu with qUninstaller</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Linux is one of the most efficient operating systems of all that handles the job of installing and uninstalling software very simply and efficiently. It requires a little knowledge on the command line, of course. If you’re looking for an efficient GUI tool to uninstall apps, qUninstaller is the right thing for you.</p>
<p>Let’s jump with qUninstaller and enjoy a nice, modern and simple GUI toolkit for managing the apps on Ubuntu. Want to get the classic Ubuntu to feel back? <a href="https://www.osradar.com/enjoy-unity-on-ubuntu-18-04-lts/">Let’s get Unity right now</a>!</p>
<h1>Downloading qUninstaller</h1>
<p>qUninstaller isn’t available in Ubuntu Software Center. Instead, you have to grab the DEB package from qUninstaller SourceForge page and install it manually.</p>
<p>Another thing to note that software that you install through their DEB packages often don’t come up with a built-in way of updating itself. If you want to update qUninstaller later, you may need to download and reinstall it anew.</p>
<p>All those aside, <a href="https://sourceforge.net/projects/quninstaller/files/?source=navbar">download the latest version of qUninstaller DEB package</a>.</p>
<p><img loading="lazy" class="size-full wp-image-5080 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-download.png" alt="" width="1026" height="465" srcset="https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-download.png 1026w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-download-300x136.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-download-768x348.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-download-1024x464.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-download-696x315.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-download-927x420.png 927w" sizes="(max-width: 1026px) 100vw, 1026px" /></p>
<h1>Installing qUninstaller</h1>
<p>After the download is complete, fire up the terminal and run the following commands –</p>
<pre class="">cd ~/Downloads
</pre>
<p>Inside the folder, run this command for installing the DEB package.</p>
<pre class="">sudo dpkg -i quninstaller_1.2_all.deb</pre>
<p><img loading="lazy" class="size-full wp-image-5083 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/install-quinstaller.png" alt="" width="1096" height="489" srcset="https://www.osradar.com/wp-content/uploads/2018/08/install-quinstaller.png 1096w, https://www.osradar.com/wp-content/uploads/2018/08/install-quinstaller-300x134.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/install-quinstaller-768x343.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/install-quinstaller-1024x457.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/install-quinstaller-696x311.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/install-quinstaller-1068x477.png 1068w, https://www.osradar.com/wp-content/uploads/2018/08/install-quinstaller-941x420.png 941w" sizes="(max-width: 1096px) 100vw, 1096px" /></p>
<p>For installing any possible missing dependencies, run this command as well.</p>
<pre class="">sudo apt install -f</pre>
<p><img loading="lazy" class="size-full wp-image-5084 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/install-missing-dependencies.png" alt="" width="1095" height="594" srcset="https://www.osradar.com/wp-content/uploads/2018/08/install-missing-dependencies.png 1095w, https://www.osradar.com/wp-content/uploads/2018/08/install-missing-dependencies-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/install-missing-dependencies-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/install-missing-dependencies-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/install-missing-dependencies-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/install-missing-dependencies-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2018/08/install-missing-dependencies-774x420.png 774w" sizes="(max-width: 1095px) 100vw, 1095px" /></p>
<p>There’s still another step to go. For whatever reason, a Python library required doesn’t install correctly. For making the software work, first, install “python-pip”.</p>
<pre class="">sudo apt install python-pip</pre>
<p><img loading="lazy" class="size-full wp-image-5085 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/install-python-pip.png" alt="" width="1097" height="502" srcset="https://www.osradar.com/wp-content/uploads/2018/08/install-python-pip.png 1097w, https://www.osradar.com/wp-content/uploads/2018/08/install-python-pip-300x137.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/install-python-pip-768x351.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/install-python-pip-1024x469.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/install-python-pip-696x318.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/install-python-pip-1068x489.png 1068w, https://www.osradar.com/wp-content/uploads/2018/08/install-python-pip-918x420.png 918w" sizes="(max-width: 1097px) 100vw, 1097px" /></p>
<p>Now, install the library.</p>
<pre class="">sudo pip install pyxdg</pre>
<p><img loading="lazy" class="size-full wp-image-5086 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/pydxg.png" alt="" width="1093" height="244" srcset="https://www.osradar.com/wp-content/uploads/2018/08/pydxg.png 1093w, https://www.osradar.com/wp-content/uploads/2018/08/pydxg-300x67.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/pydxg-768x171.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/pydxg-1024x229.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/pydxg-696x155.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/pydxg-1068x238.png 1068w" sizes="(max-width: 1093px) 100vw, 1093px" /></p>
<p>These commands should also work on Debian as well. However, there’s no guarantee that it will work 100%. Expect a few glitches or bugs here and there.</p>
<h1>Using qUninstaller</h1>
<p>The interface of the program is really easy to understand. There’s a list of all the installed apps, an uninstall button and a checkbox for toggling the icon of the apps.</p>
<p><img loading="lazy" class="size-full wp-image-5087 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-1.png" alt="" width="719" height="446" srcset="https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-1.png 719w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-1-300x186.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-1-356x220.png 356w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-1-696x432.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-1-677x420.png 677w" sizes="(max-width: 719px) 100vw, 719px" /></p>
<p>For example, select Firefox and hit “Uninstall”. That’s just the only problem with the software – you have to uninstall apps one by one.</p>
<p><img loading="lazy" class="size-full wp-image-5088 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-2.png" alt="" width="728" height="452" srcset="https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-2.png 728w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-2-300x186.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-2-356x220.png 356w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-2-696x432.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/quninstaller-2-676x420.png 676w" sizes="(max-width: 728px) 100vw, 728px" /></p>
<p>Enter the password for uninstalling the app.</p>
<p><img loading="lazy" class="size-full wp-image-5089 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/authenticate-uninstall.png" alt="" width="708" height="329" srcset="https://www.osradar.com/wp-content/uploads/2018/08/authenticate-uninstall.png 708w, https://www.osradar.com/wp-content/uploads/2018/08/authenticate-uninstall-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/authenticate-uninstall-696x323.png 696w" sizes="(max-width: 708px) 100vw, 708px" /></p>
<p><img loading="lazy" class="size-full wp-image-5090 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/uninstalling-progress.png" alt="" width="569" height="228" srcset="https://www.osradar.com/wp-content/uploads/2018/08/uninstalling-progress.png 569w, https://www.osradar.com/wp-content/uploads/2018/08/uninstalling-progress-300x120.png 300w" sizes="(max-width: 569px) 100vw, 569px" /></p>
<p>Wait for the program to uninstall and voila! You’re good to go!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/uninstall-any-program-on-ubuntu-with-quninstaller/">Uninstall Any Program on Ubuntu with qUninstaller</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/uninstall-any-program-on-ubuntu-with-quninstaller/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
