<?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: How to Uninstall Recently Installed Packages on Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/uninstall-recently-installed-packages-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/uninstall-recently-installed-packages-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 02 Aug 2023 04:35:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/uninstall-recently-installed-packages-ubuntu/comment-page-1/#comment-2041515</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 02 Aug 2023 04:35:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=52372#comment-2041515</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/uninstall-recently-installed-packages-ubuntu/comment-page-1/#comment-2041454&quot;&gt;Tom&lt;/a&gt;.

@Tom,

You are right, my apologies for the confusion...

To list the most recently installed packages on &lt;strong&gt;Ubuntu&lt;/strong&gt;, you can use the following command without the need for &lt;strong&gt;sudo&lt;/strong&gt;:
&lt;pre&gt;
$ grep &quot;install &quot; /var/log/dpkg.log &#124; sort -k1,1 -k2,2 -u &#124; tail -n 10
&lt;/pre&gt;
The above command will sort the log entries (&lt;strong&gt;/var/log/dpkg.log&lt;/strong&gt;) based on the date and time of installation and then display the last 10 lines, showing the most recent installations.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/uninstall-recently-installed-packages-ubuntu/comment-page-1/#comment-2041454">Tom</a>.</p>
<p>@Tom,</p>
<p>You are right, my apologies for the confusion&#8230;</p>
<p>To list the most recently installed packages on <strong>Ubuntu</strong>, you can use the following command without the need for <strong>sudo</strong>:</p>
<pre>
$ grep "install " /var/log/dpkg.log | sort -k1,1 -k2,2 -u | tail -n 10
</pre>
<p>The above command will sort the log entries (<strong>/var/log/dpkg.log</strong>) based on the date and time of installation and then display the last 10 lines, showing the most recent installations.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://www.tecmint.com/uninstall-recently-installed-packages-ubuntu/comment-page-1/#comment-2041454</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 02 Aug 2023 00:17:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=52372#comment-2041454</guid>

					<description><![CDATA[The command &lt;code&gt;“sudo apt list –installed &#124; tail -n 10”&lt;/code&gt; does not list the 10 most recently-installed packages. Just the last 10 packages were installed out of the entire list of packages installed on the system. Also, it is not necessary to use sudo for this command.]]></description>
			<content:encoded><![CDATA[<p>The command <code>“sudo apt list –installed | tail -n 10”</code> does not list the 10 most recently-installed packages. Just the last 10 packages were installed out of the entire list of packages installed on the system. Also, it is not necessary to use sudo for this command.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/uninstall-recently-installed-packages-ubuntu/comment-page-1/#comment-2039989</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 28 Jul 2023 06:15:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=52372#comment-2039989</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/uninstall-recently-installed-packages-ubuntu/comment-page-1/#comment-2039492&quot;&gt;dragonmouth&lt;/a&gt;.

@dragonmouth,

&lt;strong&gt;Synaptic&lt;/strong&gt; is indeed a popular choice for users who prefer a more advanced and fine-grained control over their software installations and package management.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/uninstall-recently-installed-packages-ubuntu/comment-page-1/#comment-2039492">dragonmouth</a>.</p>
<p>@dragonmouth,</p>
<p><strong>Synaptic</strong> is indeed a popular choice for users who prefer a more advanced and fine-grained control over their software installations and package management.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/uninstall-recently-installed-packages-ubuntu/comment-page-1/#comment-2039492</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Thu, 27 Jul 2023 12:08:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=52372#comment-2039492</guid>

					<description><![CDATA[For any Debian-based (including *buntus) and &lt;strong&gt;PCLinuxOS&lt;/strong&gt;, I use Synaptic exclusively. In my experience, &lt;strong&gt;Synaptic&lt;/strong&gt; is much more functional than any &lt;strong&gt;Software Center&lt;/strong&gt;.  

It also does not have all those distracting graphics that supposedly make it more &quot;user-friendly&quot;. If I need to install or uninstall a package, I do not care what its user rating is.  

I do not need to be presented with large package icons. The look of an icon will not induce me to install a package. 

When I don&#039;t use &lt;strong&gt;Synaptic&lt;/strong&gt;, I will use apt. &lt;strong&gt;Software Centers&lt;/strong&gt; are for those that prize form over function.]]></description>
			<content:encoded><![CDATA[<p>For any Debian-based (including *buntus) and <strong>PCLinuxOS</strong>, I use Synaptic exclusively. In my experience, <strong>Synaptic</strong> is much more functional than any <strong>Software Center</strong>.  </p>
<p>It also does not have all those distracting graphics that supposedly make it more &#8220;user-friendly&#8221;. If I need to install or uninstall a package, I do not care what its user rating is.  </p>
<p>I do not need to be presented with large package icons. The look of an icon will not induce me to install a package. </p>
<p>When I don&#8217;t use <strong>Synaptic</strong>, I will use apt. <strong>Software Centers</strong> are for those that prize form over function.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
