<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KDE &#8211; OSLogs</title>
	<atom:link href="https://oslogs.com/tag/kde/feed/" rel="self" type="application/rss+xml" />
	<link>https://oslogs.com</link>
	<description>Logging Operating System Updates</description>
	<lastBuildDate>Wed, 23 Jul 2025 06:11:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://oslogs.com/wp-content/uploads/2023/05/favicon.png</url>
	<title>KDE &#8211; OSLogs</title>
	<link>https://oslogs.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to setup KDE on CentOS Stream</title>
		<link>https://oslogs.com/2022/12/09/how-to-setup-kde-on-centos-stream/</link>
					<comments>https://oslogs.com/2022/12/09/how-to-setup-kde-on-centos-stream/#respond</comments>
		
		<dc:creator><![CDATA[Nishant Kaushal]]></dc:creator>
		<pubDate>Fri, 09 Dec 2022 10:04:45 +0000</pubDate>
				<category><![CDATA[CentOS Stream]]></category>
		<category><![CDATA[AlmaLinux]]></category>
		<category><![CDATA[CentOS stream]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[KDE Plasma]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rocky Linux]]></category>
		<guid isPermaLink="false">https://oslogs.com/?p=1634</guid>

					<description><![CDATA[CentOS Stream is as popular a laptop/desktop Operating System as much as it is a Server based one. And when it comes to working on your personal machine, you&#8217;d always love to work on a GUI instead of on terminal. CentOS Stream itself comes with multiple GUIs including KDE &#38; GNOME. In this article, lets [&#8230;]]]></description>
										<content:encoded><![CDATA[<div id="bsf_rt_marker"></div>
<p>CentOS Stream is as popular a laptop/desktop Operating System as much as it is a Server based one. And when it comes to working on your personal machine, you&#8217;d always love to work on a GUI instead of on terminal. CentOS Stream itself comes with multiple GUIs including KDE &amp; GNOME.</p>



<p>In this article, lets learn how to setup KDE also known as K Desktop Environment on CentOS Stream.</p>



<p>First, update your system to have all the latest packages, so we don&#8217;t have any conflicts come up&#8230;</p>



<pre class="wp-block-code"><code>sudo dnf upgrade --refresh -y</code></pre>



<p>Next, if not already done, install the EPEL (Extra Packages for Enterprise Linux) repository which provides a set of additional packages for CentOS Stream</p>



<pre class="wp-block-code"><code>sudo dnf install \
    https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
    https:&#47;&#47;dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm</code></pre>



<p>Now go ahead and install the latest version of KDE, which is KDE Plasma at the time we are writing this post and reboot your machine</p>



<pre class="wp-block-code"><code>sudo dnf groupinstall "KDE Plasma Workspaces" -y
sudo reboot</code></pre>



<p>Once you restart your machine, you&#8217;ll return to the login screen. Here in the bottom right corner, you&#8217;ll be able to choose the desktop environment you&#8217;d login to. Now go ahead and login and start using the new KDE desktop environment and share your comments!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://oslogs.com/2022/12/09/how-to-setup-kde-on-centos-stream/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
