<?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: 15 Useful &#8216;dpkg&#8217; Commands for Debian and Ubuntu Users [With Examples]	</title>
	<atom:link href="https://www.tecmint.com/dpkg-command-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/dpkg-command-examples/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 28 Apr 2025 04:52:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/dpkg-command-examples/comment-page-1/#comment-2301368</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 28 Apr 2025 04:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4305#comment-2301368</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/dpkg-command-examples/comment-page-1/#comment-2300950&quot;&gt;dragonmouth&lt;/a&gt;.

@dragonmouth,

You&#039;re right that commands that modify the system, like installing, removing, or reconfiguring packages with &lt;code&gt;dpkg&lt;/code&gt; must be run with &lt;code&gt;sudo&lt;/code&gt; (or as the root user).

However, some &lt;code&gt;dpkg&lt;/code&gt; commands, like &lt;code&gt;dpkg -l&lt;/code&gt; (listing packages) or &lt;code&gt;dpkg -s&lt;/code&gt; (showing package info), are read-only operations. These can safely be run without sudo.

In the article, I tried to match sudo usage depending on whether the command actually needs elevated privileges.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/dpkg-command-examples/comment-page-1/#comment-2300950">dragonmouth</a>.</p>
<p>@dragonmouth,</p>
<p>You&#8217;re right that commands that modify the system, like installing, removing, or reconfiguring packages with <code>dpkg</code> must be run with <code>sudo</code> (or as the root user).</p>
<p>However, some <code>dpkg</code> commands, like <code>dpkg -l</code> (listing packages) or <code>dpkg -s</code> (showing package info), are read-only operations. These can safely be run without sudo.</p>
<p>In the article, I tried to match sudo usage depending on whether the command actually needs elevated privileges.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/dpkg-command-examples/comment-page-1/#comment-2300950</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Sat, 26 Apr 2025 19:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4305#comment-2300950</guid>

					<description><![CDATA[Why do you sometimes show &quot;sudo&quot; with the command and sometimes not?  dpkg always must be used with &quot;sudo&quot; or be used by the &#039;root&#039; user. You should be consistent.]]></description>
			<content:encoded><![CDATA[<p>Why do you sometimes show &#8220;sudo&#8221; with the command and sometimes not?  dpkg always must be used with &#8220;sudo&#8221; or be used by the &#8216;root&#8217; user. You should be consistent.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin		</title>
		<link>https://www.tecmint.com/dpkg-command-examples/comment-page-1/#comment-1484229</link>

		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Fri, 30 Apr 2021 23:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4305#comment-1484229</guid>

					<description><![CDATA[Hello,

&quot;&lt;strong&gt;dpkg -p flashpluginnonfree&lt;/strong&gt;&quot;

Should be -P for purge, not -p]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>&#8220;<strong>dpkg -p flashpluginnonfree</strong>&#8221;</p>
<p>Should be -P for purge, not -p</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hedley Finger		</title>
		<link>https://www.tecmint.com/dpkg-command-examples/comment-page-1/#comment-1040999</link>

		<dc:creator><![CDATA[Hedley Finger]]></dc:creator>
		<pubDate>Fri, 28 Sep 2018 11:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4305#comment-1040999</guid>

					<description><![CDATA[I would like to remove some of the columns from the output of &lt;code&gt;dpkg -l&lt;/code&gt;. I would also like to list just the packages I installed manually after a fresh Ubuntu installation or upgrade.]]></description>
			<content:encoded><![CDATA[<p>I would like to remove some of the columns from the output of <code>dpkg -l</code>. I would also like to list just the packages I installed manually after a fresh Ubuntu installation or upgrade.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: aptee		</title>
		<link>https://www.tecmint.com/dpkg-command-examples/comment-page-1/#comment-977012</link>

		<dc:creator><![CDATA[aptee]]></dc:creator>
		<pubDate>Tue, 20 Mar 2018 13:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4305#comment-977012</guid>

					<description><![CDATA[I&#039;ve installed cinnamon on my &lt;strong&gt;raspi 3&lt;/strong&gt; I&#039;m a newbie, how do I extract it? where is it,  I&#039;ve tried all the above but to no avail.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve installed cinnamon on my <strong>raspi 3</strong> I&#8217;m a newbie, how do I extract it? where is it,  I&#8217;ve tried all the above but to no avail.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
