<?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 Install XFCE Desktop in RHEL, Rocky Linux &#038; AlmaLinux	</title>
	<atom:link href="https://www.tecmint.com/install-xfce-in-rhel-rocky-linux-almalinux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-xfce-in-rhel-rocky-linux-almalinux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 09 Feb 2026 12:21:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-xfce-in-rhel-rocky-linux-almalinux/comment-page-1/#comment-2388293</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 09 Feb 2026 12:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1333#comment-2388293</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-xfce-in-rhel-rocky-linux-almalinux/comment-page-1/#comment-2387448&quot;&gt;IainD&lt;/a&gt;.

@Iain,

Thanks for the heads-up! 

That error happens because &lt;strong&gt;EPEL 10&lt;/strong&gt; packages are pulling in dependencies from &lt;strong&gt;EPEL9&lt;/strong&gt;, which don’t exist on &lt;strong&gt;AlmaLinux 10&lt;/strong&gt; (like &lt;code&gt;libxklavier.so.16&lt;/code&gt; and &lt;code&gt;xset&lt;/code&gt;). 

To fix this, make sure you’re using the correct EPEL repo for AlmaLinux 10 (epel-next or the proper EPEL for EL10), then retry the install. 
&lt;pre&gt;
sudo dnf config-manager --set-enabled crb
sudo dnf install -y epel-release epel-next-release
sudo dnf clean all
sudo dnf makecache
sudo dnf groupinstall &quot;Xfce&quot; &quot;base-x&quot; --nobest
&lt;/pre&gt;

Once the right repo is enabled, the conflicting requests should go away.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-xfce-in-rhel-rocky-linux-almalinux/comment-page-1/#comment-2387448">IainD</a>.</p>
<p>@Iain,</p>
<p>Thanks for the heads-up! </p>
<p>That error happens because <strong>EPEL 10</strong> packages are pulling in dependencies from <strong>EPEL9</strong>, which don’t exist on <strong>AlmaLinux 10</strong> (like <code>libxklavier.so.16</code> and <code>xset</code>). </p>
<p>To fix this, make sure you’re using the correct EPEL repo for AlmaLinux 10 (epel-next or the proper EPEL for EL10), then retry the install. </p>
<pre>
sudo dnf config-manager --set-enabled crb
sudo dnf install -y epel-release epel-next-release
sudo dnf clean all
sudo dnf makecache
sudo dnf groupinstall "Xfce" "base-x" --nobest
</pre>
<p>Once the right repo is enabled, the conflicting requests should go away.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: IainD		</title>
		<link>https://www.tecmint.com/install-xfce-in-rhel-rocky-linux-almalinux/comment-page-1/#comment-2387448</link>

		<dc:creator><![CDATA[IainD]]></dc:creator>
		<pubDate>Fri, 06 Feb 2026 06:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1333#comment-2387448</guid>

					<description><![CDATA[Issues with &lt;strong&gt;epel10&lt;/strong&gt; and &lt;strong&gt;AlmaLinux 10&lt;/strong&gt;.
&lt;pre&gt;
$  dnf groupinstall &quot;Xfce&quot; &quot;base-x&quot; --nobest
&lt;/pre&gt;
Error Output:
&lt;pre&gt;
Last metadata expiration check: 0:04:35 ago on Thu 05 Feb 2026 09:54:58 PM PST.
Error: 
 Problem 1: conflicting requests
  - nothing provides libxklavier.so.16()(64bit) needed by xfce4-settings-4.18.2-2.el9.x86_64 from epel9
 Problem 2: conflicting requests
  - nothing provides libxklavier.so.16()(64bit) needed by xfce4-screensaver-4.18.2-1.el9.x86_64 from epel9
 Problem 3: conflicting requests
  - nothing provides xset needed by xfce4-session-4.18.3-1.el9.x86_64 from epel9
(try to add &#039;--skip-broken&#039; to skip uninstallable packages)
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Issues with <strong>epel10</strong> and <strong>AlmaLinux 10</strong>.</p>
<pre>
$  dnf groupinstall "Xfce" "base-x" --nobest
</pre>
<p>Error Output:</p>
<pre>
Last metadata expiration check: 0:04:35 ago on Thu 05 Feb 2026 09:54:58 PM PST.
Error: 
 Problem 1: conflicting requests
  - nothing provides libxklavier.so.16()(64bit) needed by xfce4-settings-4.18.2-2.el9.x86_64 from epel9
 Problem 2: conflicting requests
  - nothing provides libxklavier.so.16()(64bit) needed by xfce4-screensaver-4.18.2-1.el9.x86_64 from epel9
 Problem 3: conflicting requests
  - nothing provides xset needed by xfce4-session-4.18.3-1.el9.x86_64 from epel9
(try to add '--skip-broken' to skip uninstallable packages)
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James Kiarie		</title>
		<link>https://www.tecmint.com/install-xfce-in-rhel-rocky-linux-almalinux/comment-page-1/#comment-1648389</link>

		<dc:creator><![CDATA[James Kiarie]]></dc:creator>
		<pubDate>Sat, 13 Nov 2021 21:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1333#comment-1648389</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-xfce-in-rhel-rocky-linux-almalinux/comment-page-1/#comment-1380&quot;&gt;Amit Caleechurn&lt;/a&gt;.

Hey Amit, the EPEL repo has already been added in Step 1.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-xfce-in-rhel-rocky-linux-almalinux/comment-page-1/#comment-1380">Amit Caleechurn</a>.</p>
<p>Hey Amit, the EPEL repo has already been added in Step 1.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amit Caleechurn		</title>
		<link>https://www.tecmint.com/install-xfce-in-rhel-rocky-linux-almalinux/comment-page-1/#comment-1380</link>

		<dc:creator><![CDATA[Amit Caleechurn]]></dc:creator>
		<pubDate>Thu, 18 Oct 2012 14:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1333#comment-1380</guid>

					<description><![CDATA[If you try this out on CentOS6 (in my case 6.3 x86_64) with a minimal install,  you&#039;ll need to add the EPEL repository to avoid dependencies issues.]]></description>
			<content:encoded><![CDATA[<p>If you try this out on CentOS6 (in my case 6.3 x86_64) with a minimal install,  you&#8217;ll need to add the EPEL repository to avoid dependencies issues.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
