Wednesday, February 16, 2022

How To Install Linux Kernel 5.16 on Rocky Linux 8

 in This Tutorial you will Learn " How To Install Linux Kernel 5.16 on Rocky Linux 8"

Linux Kernel is a free and open source, monolithic, modular, multitasking unix-like operating system. It is the main component of a Linux operating system and is the core interface between the computer’s hardware and its processes. It makes communication possible between computer hardware and processes running on it and it manages resources effectively.

Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®.
_________________________________________________________________________________________
Server - Os:  Rocky Linux 8.5  64Bit      | IP -192.168.1.60        |Hostname - server.yourdomain.com
_________________________________________________________________________________________
cat /etc/system-release ; dnf groupinstall "Development Tools" -y
uname -r ; whoami
dnf upgrade --refresh -y
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
dnf install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm
dnf makecache
dnf --enablerepo=elrepo-kernel install kernel-ml kernel-ml-devel kernel-ml-headers
--allowerasing
reboot
uname -r
_________________________________________________________________________________________

No comments:

Post a Comment