<?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: 27 &#8216;DNF&#8217; (Fork of Yum) Commands for RPM Package Management in Linux	</title>
	<atom:link href="https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 28 Jul 2023 06:18:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/comment-page-1/#comment-2039991</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 28 Jul 2023 06:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13523#comment-2039991</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/comment-page-1/#comment-2039596&quot;&gt;dragonmouth&lt;/a&gt;.

@dragonmouth,

In Linux, the &lt;code&gt;&quot;#&quot;&lt;/code&gt; symbol specifically denotes the root user in the command-line interface.


My apologies for the confusion earlier. You are right; in the context of Unix-like systems, including Linux, the &quot;#&quot; symbol specifically denotes the root user in the command-line interface.

In the terminal, the &lt;code&gt;&quot;#&quot;&lt;/code&gt; symbol is the default prompt for the root user. When you log in as the root user or use the &quot;su&quot; command to switch to the root user, the command prompt changes from the regular user prompt (usually ending with &lt;code&gt;&quot;$&quot;&lt;/code&gt;) to the root prompt (ending with &lt;code&gt;&quot;#&quot;&lt;/code&gt;).

This indicates that you have superuser privileges and can perform administrative tasks without needing to use the &quot;&lt;strong&gt;sudo&lt;/strong&gt;&quot; command.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/comment-page-1/#comment-2039596">dragonmouth</a>.</p>
<p>@dragonmouth,</p>
<p>In Linux, the <code>"#"</code> symbol specifically denotes the root user in the command-line interface.</p>
<p>My apologies for the confusion earlier. You are right; in the context of Unix-like systems, including Linux, the &#8220;#&#8221; symbol specifically denotes the root user in the command-line interface.</p>
<p>In the terminal, the <code>"#"</code> symbol is the default prompt for the root user. When you log in as the root user or use the &#8220;su&#8221; command to switch to the root user, the command prompt changes from the regular user prompt (usually ending with <code>"$"</code>) to the root prompt (ending with <code>"#"</code>).</p>
<p>This indicates that you have superuser privileges and can perform administrative tasks without needing to use the &#8220;<strong>sudo</strong>&#8221; command.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/comment-page-1/#comment-2039596</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Thu, 27 Jul 2023 15:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13523#comment-2039596</guid>

					<description><![CDATA[Why do Tecmint authors prefix all the sample commands in their articles with a hash mark &lt;code&gt;(#)&lt;/code&gt;?  If entered as printed, the commands will never execute because &lt;code&gt;#&lt;/code&gt; denotes a comment.]]></description>
			<content:encoded><![CDATA[<p>Why do Tecmint authors prefix all the sample commands in their articles with a hash mark <code>(#)</code>?  If entered as printed, the commands will never execute because <code>#</code> denotes a comment.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Akshay K		</title>
		<link>https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/comment-page-1/#comment-1359639</link>

		<dc:creator><![CDATA[Akshay K]]></dc:creator>
		<pubDate>Wed, 02 Sep 2020 03:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13523#comment-1359639</guid>

					<description><![CDATA[I first installed epel-release.

Then DNF.

But at the very first step of &lt;code&gt;dnf --version&lt;/code&gt; getting the below error :
&lt;pre&gt;
&#039;Segmentation fault (core dumped).&#039;
&lt;/pre&gt;
I am using CentOS 7.4.]]></description>
			<content:encoded><![CDATA[<p>I first installed epel-release.</p>
<p>Then DNF.</p>
<p>But at the very first step of <code>dnf --version</code> getting the below error :</p>
<pre>
'Segmentation fault (core dumped).'
</pre>
<p>I am using CentOS 7.4.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: omkar		</title>
		<link>https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/comment-page-1/#comment-745919</link>

		<dc:creator><![CDATA[omkar]]></dc:creator>
		<pubDate>Sat, 30 Jan 2016 05:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13523#comment-745919</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/comment-page-1/#comment-586383&quot;&gt;pavan&lt;/a&gt;.

did you manage to install it? im planning to install f90.. is it a hassle?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/comment-page-1/#comment-586383">pavan</a>.</p>
<p>did you manage to install it? im planning to install f90.. is it a hassle?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zhichang Yu		</title>
		<link>https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/comment-page-1/#comment-618782</link>

		<dc:creator><![CDATA[Zhichang Yu]]></dc:creator>
		<pubDate>Thu, 09 Jul 2015 01:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13523#comment-618782</guid>

					<description><![CDATA[Can dnf list the files of a package without installing it?
On debian, apt-file is able to do that:
$ apt-file list iozone3
iozone3: /usr/bin/fileop
iozone3: /usr/bin/iozone
...[skip]...]]></description>
			<content:encoded><![CDATA[<p>Can dnf list the files of a package without installing it?<br />
On debian, apt-file is able to do that:<br />
$ apt-file list iozone3<br />
iozone3: /usr/bin/fileop<br />
iozone3: /usr/bin/iozone<br />
&#8230;[skip]&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
