<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: 3 Command Line Tools to Install Deb Packages in Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/install-deb-files-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-deb-files-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 03:29:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-1990602</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Fri, 31 Mar 2023 12:28:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29132#comment-1990602</guid>

					<description><![CDATA[It&#039;s so much easier using &lt;strong&gt;Synaptic&lt;/strong&gt;. No esoteric, unintuitive commands to learn, just click and go.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s so much easier using <strong>Synaptic</strong>. No esoteric, unintuitive commands to learn, just click and go.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Douglas Brown		</title>
		<link>https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-1385872</link>

		<dc:creator><![CDATA[Douglas Brown]]></dc:creator>
		<pubDate>Thu, 05 Nov 2020 12:49:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29132#comment-1385872</guid>

					<description><![CDATA[I installed the latest 4.16 version of &#039;&lt;strong&gt;devede&lt;/strong&gt;&#039; using &lt;strong&gt;gdebi&lt;/strong&gt;. It doesn&#039;t work on my distro (Mint 18.02) and now I want to go back to version 4.4 in the repository but I cannot uninstall version 4.16:
&lt;pre&gt;
$ sudo apt purge devede
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package &#039;devede&#039; is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove, and 76 not to upgrade.
&lt;/pre&gt;
The same result for the other two methods (&quot;it&#039;s not installed&quot;), and yet I can run it from the &quot;start&quot; menu - so Mint can find it somehow. It seems odd to me that gdebi can install something yet not provide any means to uninstall it. 

But gripes aside, what the heck do I do now?]]></description>
			<content:encoded><![CDATA[<p>I installed the latest 4.16 version of &#8216;<strong>devede</strong>&#8216; using <strong>gdebi</strong>. It doesn&#8217;t work on my distro (Mint 18.02) and now I want to go back to version 4.4 in the repository but I cannot uninstall version 4.16:</p>
<pre>
$ sudo apt purge devede
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'devede' is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove, and 76 not to upgrade.
</pre>
<p>The same result for the other two methods (&#8220;it&#8217;s not installed&#8221;), and yet I can run it from the &#8220;start&#8221; menu &#8211; so Mint can find it somehow. It seems odd to me that gdebi can install something yet not provide any means to uninstall it. </p>
<p>But gripes aside, what the heck do I do now?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon D		</title>
		<link>https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-1331103</link>

		<dc:creator><![CDATA[Jon D]]></dc:creator>
		<pubDate>Thu, 30 Apr 2020 18:37:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29132#comment-1331103</guid>

					<description><![CDATA[Thanks for this, it helped me to write a little script to update &lt;strong&gt;apt-get&lt;/strong&gt;, install a dependency for my tiny laptop, and install and start zoom with just one command on a minimal live USB distribution.
&lt;pre&gt;
# vi updateAndZoom.sh
&lt;/pre&gt;
Content of updateAndZoom.sh
&lt;pre&gt;
sudo apt-get update
sudo apt-get install libxcb-xtest0      ## you may have different dependencies
sudo gdebi zoom_amd64.deb               ## already in the same file folder on the USB
zoom
chmod +x updateAndZoom.sh               ##code to run once updateAndZoom.sh saved
sudo bash ./updateAndZoom.sh             ##  USB Live Distro path doesn&#039;t include file folder
&lt;/pre&gt;
Thanks again]]></description>
			<content:encoded><![CDATA[<p>Thanks for this, it helped me to write a little script to update <strong>apt-get</strong>, install a dependency for my tiny laptop, and install and start zoom with just one command on a minimal live USB distribution.</p>
<pre>
# vi updateAndZoom.sh
</pre>
<p>Content of updateAndZoom.sh</p>
<pre>
sudo apt-get update
sudo apt-get install libxcb-xtest0      ## you may have different dependencies
sudo gdebi zoom_amd64.deb               ## already in the same file folder on the USB
zoom
chmod +x updateAndZoom.sh               ##code to run once updateAndZoom.sh saved
sudo bash ./updateAndZoom.sh             ##  USB Live Distro path doesn't include file folder
</pre>
<p>Thanks again</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: J@c1naB0X		</title>
		<link>https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-1084848</link>

		<dc:creator><![CDATA[J@c1naB0X]]></dc:creator>
		<pubDate>Fri, 21 Dec 2018 12:03:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29132#comment-1084848</guid>

					<description><![CDATA[Good information thank you. BTW, which font did you use in the terminal? (Green text)  It looks great!

I use the l&lt;strong&gt;arabie font&lt;/strong&gt; bold in Kali but it just doesn&#039;t look quite as bold and spaced as your font :-)]]></description>
			<content:encoded><![CDATA[<p>Good information thank you. BTW, which font did you use in the terminal? (Green text)  It looks great!</p>
<p>I use the l<strong>arabie font</strong> bold in Kali but it just doesn&#8217;t look quite as bold and spaced as your font :-)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-986838</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 06:50:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29132#comment-986838</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-986803&quot;&gt;xABBAAA&lt;/a&gt;.

@xABBAAA

You can check out our comprehensive BEGINNER’S GUIDE FOR LINUX – Start Learning Linux in Minutes: https://www.tecmint.com/free-online-linux-learning-guide-for-beginners/. 

It also includes advanced topics to broaden your knowledge about Linux.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-986803">xABBAAA</a>.</p>
<p>@xABBAAA</p>
<p>You can check out our comprehensive BEGINNER’S GUIDE FOR LINUX – Start Learning Linux in Minutes: <a target="_blank" href="https://www.tecmint.com/free-online-linux-learning-guide-for-beginners/" rel="ugc">https://www.tecmint.com/free-online-linux-learning-guide-for-beginners/</a>. </p>
<p>It also includes advanced topics to broaden your knowledge about Linux.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
