<?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>Downgrade CentOS &#8211; OSLogs</title>
	<atom:link href="https://oslogs.com/tag/downgrade-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://oslogs.com</link>
	<description>Logging Operating System Updates</description>
	<lastBuildDate>Wed, 23 Jul 2025 06:20:40 +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>Downgrade CentOS &#8211; OSLogs</title>
	<link>https://oslogs.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Downgrade from CentOS 8 Stream to CentOS 8</title>
		<link>https://oslogs.com/2022/07/09/downgrade-from-centos-8-stream-to-centos-8/</link>
					<comments>https://oslogs.com/2022/07/09/downgrade-from-centos-8-stream-to-centos-8/#comments</comments>
		
		<dc:creator><![CDATA[Nishant Kaushal]]></dc:creator>
		<pubDate>Sat, 09 Jul 2022 10:45:15 +0000</pubDate>
				<category><![CDATA[CentOS Stream]]></category>
		<category><![CDATA[CentOS 8]]></category>
		<category><![CDATA[CentOS stream]]></category>
		<category><![CDATA[Downgrade CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Migrate to CentOS Stream]]></category>
		<guid isPermaLink="false">https://oslogs.com/?p=596</guid>

					<description><![CDATA[As we all know, CentOS 8 had reached its EOL on the 31st of December 2021. Now CentOS is itself moving from being downstream to RHEL release to an upstream development branch of RHEL. Upstream vs downstream CentOS Linux is a rebuild of Red Hat Enterprise Linux (RHEL). As such, it is downsteam from RHEL. [&#8230;]]]></description>
										<content:encoded><![CDATA[<div id="bsf_rt_marker"></div>
<p>As we all know, <a rel="noreferrer noopener" href="https://centos.org" target="_blank">CentOS 8</a> had reached its <a rel="noreferrer noopener" href="https://www.centos.org/centos-linux-eol/" target="_blank">EOL on the 31st of December 2021</a>. Now CentOS is itself moving from being downstream to RHEL release to an upstream development branch of RHEL.</p>



<p><strong>Upstream vs downstream</strong></p>



<p>CentOS Linux is a rebuild of Red Hat Enterprise Linux (RHEL). As such, it is downsteam from RHEL. CentOS Linux release version numbers reflect the date of the RHEL release on which they are based.</p>



<p>CentOS Stream, on the other hand, is the upstream, public development branch for RHEL. Specifically, CentOS Stream 8 is the upstream for the next minor release of RHEL 8, CentOS Stream 9 for the next minor release of RHEL 9, and so on.</p>



<p><strong>Upgrading from CentOS 8 to CentOS 8 stream</strong></p>



<p>Please refer to our complete step by step guide on <a href="https://oslogs.com/2022/04/30/lets-migrate-centos-8-to-centos-8-stream/">how to upgrade from CentOS 8 to CentOS 8 Stream</a>.</p>



<p><strong>Downgrading from CentOS 8 stream to CentOS 8</strong></p>



<p>As mentioned above, CentOS 8 stream is the upstream for the next minor release of RHEL 8. So, what if there is something that you need as a mandatory feature, which is missing in CentOS 8 Stream and don&#8217;t find it?</p>



<p>Follow these steps to downgrade from CentOS 8 stream to CentOS 8.</p>



<p>1. Check the current version of CentOS</p>



<p><code>sudo cat /etc/os-release</code></p>



<figure class="wp-block-image size-large"><a href="https://oslogs.com/wp-content/uploads/2022/07/1.jpg"><img fetchpriority="high" decoding="async" width="1024" height="174" src="https://oslogs.com/wp-content/uploads/2022/07/1-1024x174.jpg" alt="" class="wp-image-597" srcset="https://oslogs.com/wp-content/uploads/2022/07/1-1024x174.jpg 1024w, https://oslogs.com/wp-content/uploads/2022/07/1-300x51.jpg 300w, https://oslogs.com/wp-content/uploads/2022/07/1-768x130.jpg 768w, https://oslogs.com/wp-content/uploads/2022/07/1-850x144.jpg 850w, https://oslogs.com/wp-content/uploads/2022/07/1.jpg 1349w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://oslogs.com/wp-content/uploads/2022/07/2.jpg"><img decoding="async" width="1024" height="29" src="https://oslogs.com/wp-content/uploads/2022/07/2-1024x29.jpg" alt="" class="wp-image-598" srcset="https://oslogs.com/wp-content/uploads/2022/07/2-1024x29.jpg 1024w, https://oslogs.com/wp-content/uploads/2022/07/2-300x8.jpg 300w, https://oslogs.com/wp-content/uploads/2022/07/2-768x22.jpg 768w, https://oslogs.com/wp-content/uploads/2022/07/2-850x24.jpg 850w, https://oslogs.com/wp-content/uploads/2022/07/2.jpg 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>2. Remove the centos-stream package</p>



<p>sudo <code>dnf remove centos-stream-release</code></p>



<p>You will recieve a message like &#8220;Problem: The operation would result in removing the following protected packages: setup&#8221;</p>



<figure class="wp-block-image size-large"><a href="https://oslogs.com/wp-content/uploads/2022/07/3-1.jpg"><img decoding="async" width="1024" height="51" src="https://oslogs.com/wp-content/uploads/2022/07/3-1-1024x51.jpg" alt="" class="wp-image-601" srcset="https://oslogs.com/wp-content/uploads/2022/07/3-1-1024x51.jpg 1024w, https://oslogs.com/wp-content/uploads/2022/07/3-1-300x15.jpg 300w, https://oslogs.com/wp-content/uploads/2022/07/3-1-768x38.jpg 768w, https://oslogs.com/wp-content/uploads/2022/07/3-1-850x42.jpg 850w, https://oslogs.com/wp-content/uploads/2022/07/3-1.jpg 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>So take a backup of your current yum setup and re-run the command</p>



<p>sudo <code>dnf remove centos-stream-release</code></p>



<figure class="wp-block-image size-large"><a href="https://oslogs.com/wp-content/uploads/2022/07/5.jpg"><img loading="lazy" decoding="async" width="1024" height="237" src="https://oslogs.com/wp-content/uploads/2022/07/5-1024x237.jpg" alt="" class="wp-image-602" srcset="https://oslogs.com/wp-content/uploads/2022/07/5-1024x237.jpg 1024w, https://oslogs.com/wp-content/uploads/2022/07/5-300x69.jpg 300w, https://oslogs.com/wp-content/uploads/2022/07/5-768x178.jpg 768w, https://oslogs.com/wp-content/uploads/2022/07/5-850x197.jpg 850w, https://oslogs.com/wp-content/uploads/2022/07/5.jpg 1349w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>3. Copy the repository files from a new CentOS 8 installation to /etc/yum.repos.d/ . You can download it from <a href="https://oslogs.com/wp-content/uploads/2022/07/yum.repos_.d.zip">here</a>.</p>



<p>4. Resync the CentOS 8 distro</p>



<p>sudo <code>dnf distro-sync --releasever 8</code></p>



<p>5. Finally reboot the server</p>



<p><code>reboot</code></p>



<p>6. Welcome back to CentOS 8. Check the current version of CentOS</p>



<p><code>sudo cat /etc/os-release</code></p>



<figure class="wp-block-image size-large"><a href="https://oslogs.com/wp-content/uploads/2022/07/6.jpg"><img loading="lazy" decoding="async" width="1024" height="175" src="https://oslogs.com/wp-content/uploads/2022/07/6-1024x175.jpg" alt="" class="wp-image-604" srcset="https://oslogs.com/wp-content/uploads/2022/07/6-1024x175.jpg 1024w, https://oslogs.com/wp-content/uploads/2022/07/6-300x51.jpg 300w, https://oslogs.com/wp-content/uploads/2022/07/6-768x131.jpg 768w, https://oslogs.com/wp-content/uploads/2022/07/6-850x145.jpg 850w, https://oslogs.com/wp-content/uploads/2022/07/6.jpg 1347w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>And you are moved back to CentOS 8 <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://oslogs.com/2022/07/09/downgrade-from-centos-8-stream-to-centos-8/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
