<?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 Delete Old Unused Kernels in Debian and Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 11 May 2020 08:33:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-1332829</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 11 May 2020 08:33:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27024#comment-1332829</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-1332792&quot;&gt;Michael&lt;/a&gt;.

@Michael

Thanks for sharing this useful information.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-1332792">Michael</a>.</p>
<p>@Michael</p>
<p>Thanks for sharing this useful information.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-1332792</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Mon, 11 May 2020 01:50:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27024#comment-1332792</guid>

					<description><![CDATA[After installing &lt;strong&gt;byobu&lt;/strong&gt; 
&lt;pre&gt;
$ sudo purge-old-kernels --keep 2
&lt;/pre&gt;
returned
&lt;pre&gt;
Command-line option --keep is not understood in combination with the other options
&lt;/pre&gt;
for some reason. According to &lt;code&gt;https://manpages.debian.org/stretch/byobu/purge-old-kernels.1.en.html&lt;/code&gt;

&quot;By default, it will keep at least the latest 2 kernels&quot;

so I just went with:
&lt;pre&gt;
$ sudo purge-old-kernels
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>After installing <strong>byobu</strong> </p>
<pre>
$ sudo purge-old-kernels --keep 2
</pre>
<p>returned</p>
<pre>
Command-line option --keep is not understood in combination with the other options
</pre>
<p>for some reason. According to <code>https://manpages.debian.org/stretch/byobu/purge-old-kernels.1.en.html</code></p>
<p>&#8220;By default, it will keep at least the latest 2 kernels&#8221;</p>
<p>so I just went with:</p>
<pre>
$ sudo purge-old-kernels
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-1322083</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 20 Mar 2020 07:55:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27024#comment-1322083</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-1321997&quot;&gt;Tweetiepooh&lt;/a&gt;.

@Tweetiepooh

Thanks for sharing this, we are grateful.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-1321997">Tweetiepooh</a>.</p>
<p>@Tweetiepooh</p>
<p>Thanks for sharing this, we are grateful.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tweetiepooh		</title>
		<link>https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-1321997</link>

		<dc:creator><![CDATA[Tweetiepooh]]></dc:creator>
		<pubDate>Thu, 19 Mar 2020 11:51:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27024#comment-1321997</guid>

					<description><![CDATA[You can simplify the package list line to:
&lt;pre&gt;
# dpkg -l &#124; awk &#039;/linux-image/ {print $2}&#039;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>You can simplify the package list line to:</p>
<pre>
# dpkg -l | awk '/linux-image/ {print $2}'
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-912349</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 11 Sep 2017 08:13:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27024#comment-912349</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-912031&quot;&gt;aleksander&lt;/a&gt;.

@aleksander


Welcome, thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/remove-old-kernel-in-debian-and-ubuntu/comment-page-1/#comment-912031">aleksander</a>.</p>
<p>@aleksander</p>
<p>Welcome, thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
