🌐
Red Hat
access.redhat.com › solutions › 29617
How to use yum/dnf to downgrade or rollback some package updates? - Red Hat Customer Portal
May 1, 2025 - Thus, downgrading a system to minor version (ex: RHEL8.5 to RHEL8.4 or RHEL7.9 to RHEL7.8) is not recommended as this might leave the system in an undesired state. If this operation is attempted, it is strongly recommended to only do so with working system backups in place. In general, use the yum ...
🌐
TecMint
tecmint.com › home › linux distros › centos › how to downgrade rhel/centos to previous minor release
How to Downgrade RHEL/CentOS to Previous Minor Release
January 8, 2019 - In this article, we will describe how to do downgrade RHEL or CentOS version to previous minor version such as from RHEL/or CentOS 7.6 to 7.5.
Discussions

RedHat 8.9 back to 8.8
There is no supported way to downgrade a minor release. You'll have to restore from a backup if you have it. If you do restore from a backup, you'll have to version lock the system from upgrading past RHEL 8.8: subscription-manager release --set 8.8 This of course assumes you have an EUS subscription which will allow you to stay at 8.8 and still get security updates. Otherwise, if you version lock to 8.8 without an EUS subscription, you won't receive any more updates. More on reddit.com
🌐 r/redhat
44
8
November 29, 2023
Can I roll back the kernel from 8.1 back to the one that was shipped in 8.0? Should I?

Yes you can... should you is a different story.

yum downgrade kernel

Should do it.

More on reddit.com
🌐 r/CentOS
9
1
January 19, 2020
🌐
Red Hat
access.redhat.com › solutions › 64069
How to use yum history to roll back an update in Red Hat Enterprise Linux? - Red Hat Customer Portal
October 16, 2025 - Use the yum history option for small update rollbacks. If you decide to proceed with rollback, rather then reinstall, please start with following documentation. RHEL 6 Deployment Guide - 8.3.3.
🌐
nixCraft
cyberciti.biz › nixcraft › howto › centos › centos/rhel use yum command to downgrade or rollback updates
CentOS/RHEL Use yum Command To Downgrade or Rollback Updates - nixCraft
August 19, 2023 - Red Hat Enterprise Linux 7.x/8.x/9.x+ including clones such as Oracle/Alama/Rocky Linux and CentOS Stream · The basic syntax is: # yum downgrade package1 # yum downgrade package1 package2 This syntax also works on a CentOS/RHEL v6.x/7.x but I recommend the following yum history method for all users.
🌐
Red Hat
access.redhat.com › solutions › 7134119
How To Install A Specific Kernel Version Or Downgrade The Kernel - Red Hat Customer Portal
To help identify the specific name of a kernel package to downgrade to, YUM can list all the versiosn of a packages, both installed and available for installation; ... # yum list kernel --show-duplicates Loaded plugins: product-id, search-disabled-repos, subscription-manager Installed Packages kernel.x86_64 3.10.0-1160.el7 @anaconda/7.9 kernel.x86_64 3.10.0-1160.118.1.el7 @rhel...
🌐
ITzGeek
itzgeek.com › home › how to's › linux › centos/redhat › how to revert os patching on centos 8 / rhel 8
How To Revert OS Patching On CentOS 8 / RHEL 8 | ITzGeek
November 7, 2019 - In this post, we will see the steps to revert OS patching on CentOS 8 / RHEL 8. The yum history command will list all activities you did with yum command, including the OS patching. ... ID 4: OS patching (Command line: update) as it has (I)nstall and (U)pdate actions of 55 packages. ID 3: Kernel update (Command line: update -y kernel) (I)nstall action of 3 packages
🌐
Fedingo
fedingo.com › home › how to downgrade rhel/centos to previous minor release
How to Downgrade RHEL/CentOS to Previous Minor Release - Fedingo
July 23, 2025 - Once the kernel installation is complete, you need to reboot your system to apply changes. Next, run the yum downgrade command to downgrade your RHEL/CentOS. It will downgrade your Linux to the immediate minor version.
🌐
Reddit
reddit.com › r/centos › can i roll back the kernel from 8.1 back to the one that was shipped in 8.0? should i?
r/CentOS on Reddit: Can I roll back the kernel from 8.1 back to the one that was shipped in 8.0? Should I?
January 19, 2020 -

Ouch. The update to 8.1 broke a third-party kernel module that had been running fine in 8.0, but apparently is incompatible with the 4.18.0-147.3.1.el8_1.x86_64 kernel. The developer distributes the kernel module via an .rpm that installs to DKMS.

Is it possible in 8.1 to roll back to the kernel from 8.0? Is that advisable?

Find elsewhere
🌐
Flashgrid
support.flashgrid.io › hc › en-us › articles › 21054031806359-Downgrade-kernel-in-RHEL8
Downgrade kernel in RHEL8 – FlashGrid Help Center
November 23, 2025 - kernel-devel kernel-core kernel-modules kernel-headers kernel-tools kernel-tools-libs kernel-modules-extra · For example, if you are downgrading to kernel-4.18.0-513.9.1.el8_9.x86_64, you need to have:
🌐
Red Hat
access.redhat.com › discussions › 2758721
Red Hat Customer Portal - Access to 24x7 support and knowledge
I have to install Stornex 5 and it only support RHE 7.2 with kernel 3.10.0-327.el7. The box I recieved was installed with 3.10.0.-514.el7 Can you tell me how i can downgrade it or, reinstall it from scratch ?
🌐
MyBlog
blogofsmartwork.wordpress.com › 2015 › 03 › 11 › how-to-downgrade-kernel-and-redhat-release-to-a-previous-minor-version-of-red-hat-enterprise-linux
How to downgrade kernel and redhat-release to a previous minor version of Red Hat Enterprise Linux | MyBlog
March 11, 2015 - # yum list kernel-2.6.32-358* … kernel.x86_64 2.6.32-358.23.2.el6 rhel-6.2-server-for-rhs-2.0-rpms · 3. Install the kernel package version you identified. Use yum install kernel-<version> as shown in the following example: ... 5. Downgrade ...
🌐
The Geek Diary
thegeekdiary.com › how-to-change-the-default-kernel-boot-from-old-kernel-in-centos-rhel-8
How to Change the default kernel (boot from old ...
GitLab CI/CD is a tool used for automating the process of testing, building, and deploying code. It helps developers integrate and deliver software quickly and reliably. Here’s a breakdown of the p · © 2025 Sandeep. Some rights reserved
🌐
HPE
support.hpe.com › hpesc › public › docDisplay
RHEL - How to downgrade redhat OS minor update
August 13, 2021 - RHEL All Versions · Step1: Determine the last yum update history : #yum history · Step2: #yum history undo <sequence number> Warning: Rollback or downgrade of the following packages is unsupported as the packages themselves, and dependencies, either assume an update-only or install-only process: dbus · kernel ·
🌐
GoLinuxCloud
golinuxcloud.com › home › system-administration › how to properly update kernel in rhel/centos 7/8 linux
How to properly update kernel in RHEL/CentOS 7/8 Linux | GoLinuxCloud
January 2, 2024 - Now let us try to perform the same task using yum command. With yum you can either use "yum install" or "yum update" to update kernel, either way yum will understand that you are trying to update kernel hence it will perform "install" action.
🌐
Unix.com
unix.com › linux and unix-like › red hat
Downgrade kernel version with yum - Red Hat - Unix Linux Community
October 19, 2017 - Dear all, Now I need to downgrade my current kernel to 2.6.12 I found some pages with Google, and they said that I can do it with yum, but there is not details information. How can I use yum to downgrade kernel versio…
🌐
Linux sysadmins
linuxsysadmins.com › change-default-kernel-rhel-8
Change default kernel to boot in RHEL 8 | Easy guide
March 6, 2022 - I have run the # yum update -y to upgrade all the packages which include kernel. Right after completing the upgrade, took a reboot. But, while trying to start the application it failed and the application team requested to rollback only the kernel version. In such a scenario, let see how to set the old kernel version as default one in RHEL 7 and 8 based operating system.