{"id":2094,"date":"2024-03-18T12:50:16","date_gmt":"2024-03-18T11:50:16","guid":{"rendered":"https:\/\/hoganhost.com.ng\/blog\/?p=2094"},"modified":"2024-08-12T13:20:16","modified_gmt":"2024-08-12T12:20:16","slug":"installing-the-linux-kernel-6-x-on-almalinux-8","status":"publish","type":"post","link":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/","title":{"rendered":"Installing the Linux Kernel 6.x on AlmaLinux 8"},"content":{"rendered":"<p><img fetchpriority=\"high\" decoding=\"async\" class=\" wp-image-2095 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8-300x300.jpg\" alt=\"\" width=\"378\" height=\"378\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8-300x300.jpg 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8-1024x1024.jpg 1024w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8-150x150.jpg 150w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8-768x768.jpg 768w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg 1080w\" sizes=\"(max-width: 378px) 100vw, 378px\" \/><\/p>\n<div class=\"row\">\n<div id=\"filter_data\" class=\"col-md-10\">\n<p><strong>Kernel<\/strong>\u00a0is central component of an operating system that manages operations of computer and hardware. It basically manages operations of memory and CPU time. It is core component of an operating system. Kernel acts as a bridge between applications and data processing performed at hardware level using inter-process communication and system calls.<\/p>\n<h2>Step 1 &#8211; Find current kernel version<\/h2>\n<hr \/>\n<p>Use the\u00a0<code>uname<\/code>\u00a0command to display the current version of kernel the system is running.:<\/p>\n<pre><code>uname -sr<\/code><\/pre>\n<p>Output:<\/p>\n<pre><code>[root@vps ~]# uname -sr\r\nLinux 4.18.0-372.13.1.el8_6.x86_64<\/code><\/pre>\n<h2>Step 2 &#8211; Enable ELRepo<\/h2>\n<hr \/>\n<p>Import the public key and install the ELRepo RPM package using the below command.<\/p>\n<pre><code>rpm --import https:\/\/www.elrepo.org\/RPM-GPG-KEY-elrepo.org\r\ndnf install https:\/\/www.elrepo.org\/elrepo-release-8.el8.elrepo.noarch.rpm  <\/code><\/pre>\n<p>Output:<\/p>\n<pre><code>[root@vps ~]# rpm --import https:\/\/www.elrepo.org\/RPM-GPG-KEY-elrepo.org\r\n[root@vps ~]# dnf install https:\/\/www.elrepo.org\/elrepo-release-8.el8.elrepo.noarch.rpm\r\nLast metadata expiration check: 0:00:01 ago on Mon 02 Jan 2023 06:30:20 PM UTC.\r\nelrepo-release-8.el8.elrepo.noarch.rpm                                                        89 kB\/s |  13 kB     00:00\r\nDependencies resolved.\r\n=============================================================================================================================\r\nPackage                        Architecture           Version                            Repository                    Size\r\n=============================================================================================================================\r\nUpgrading:\r\nelrepo-release                 noarch                 8.3-1.el8.elrepo                   @commandline                  13 k\r\n\r\nTransaction Summary\r\n=============================================================================================================================\r\nUpgrade  1 Package\r\n\r\nTotal size: 13 k\r\nIs this ok [y\/N]: y\r\nDownloading Packages:\r\nRunning transaction check\r\nTransaction check succeeded.\r\nRunning transaction test\r\nTransaction test succeeded.\r\nRunning transaction\r\nPreparing        :                                                                                                     1\/1\r\nUpgrading        : elrepo-release-8.3-1.el8.elrepo.noarch                                                              1\/2\r\nCleanup          : elrepo-release-8.0-2.el8.elrepo.noarch                                                              2\/2\r\nVerifying        : elrepo-release-8.3-1.el8.elrepo.noarch                                                              1\/2\r\nVerifying        : elrepo-release-8.0-2.el8.elrepo.noarch                                                              2\/2\r\n\r\nUpgraded:\r\nelrepo-release-8.3-1.el8.elrepo.noarch\r\n\r\nComplete!<\/code><\/pre>\n<p>Once the repository has been enabled, you can use the following command to list the available kernel related packages:<\/p>\n<pre><code>dnf --disablerepo=\"*\" --enablerepo=\"elrepo-kernel\" list available<\/code><\/pre>\n<p>Output:<\/p>\n<pre><code>[root@vps ~]# dnf --disablerepo=\"*\" --enablerepo=\"elrepo-kernel\" list available\r\nELRepo.org Community Enterprise Linux Kernel Repository - el8                                1.3 MB\/s | 2.1 MB     00:01\r\nLast metadata expiration check: 0:00:01 ago on Mon 02 Jan 2023 06:35:11 PM UTC.\r\nAvailable Packages\r\nbpftool.x86_64                                                6.1.2-1.el8.elrepo                                elrepo-kernel\r\nkernel-lt.x86_64                                              5.4.228-1.el8.elrepo                              elrepo-kernel\r\nkernel-lt-core.x86_64                                         5.4.228-1.el8.elrepo                              elrepo-kernel\r\nkernel-lt-devel.x86_64                                        5.4.228-1.el8.elrepo                              elrepo-kernel\r\nkernel-lt-doc.noarch                                          5.4.228-1.el8.elrepo                              elrepo-kernel\r\nkernel-lt-headers.x86_64                                      5.4.228-1.el8.elrepo                              elrepo-kernel\r\nkernel-lt-modules.x86_64                                      5.4.228-1.el8.elrepo                              elrepo-kernel\r\nkernel-lt-modules-extra.x86_64                                5.4.228-1.el8.elrepo                              elrepo-kernel\r\nKernel-lt-tools.x86_64                                        5.4.228-1.el8.elrepo                              elrepo-kernel\r\nkernel-lt-tools-libs.x86_64                                   5.4.228-1.el8.elrepo                              elrepo-kernel\r\nkernel-lt-tools-libs-devel.x86_64                             5.4.228-1.el8.elrepo                              elrepo-kernel\r\nkernel-ml.x86_64                                              6.1.2-1.el8.elrepo                                elrepo-kernel\r\nkernel-ml-core.x86_64                                         6.1.2-1.el8.elrepo                                elrepo-kernel\r\nkernel-ml-devel.x86_64                                        6.1.2-1.el8.elrepo                                elrepo-kernel\r\nkernel-ml-doc.noarch                                          6.1.2-1.el8.elrepo                                elrepo-kernel\r\nkernel-ml-headers.x86_64                                      6.1.2-1.el8.elrepo                                elrepo-kernel\r\nkernel-ml-modules.x86_64                                      6.1.2-1.el8.elrepo                                elrepo-kernel\r\nkernel-ml-modules-extra.x86_64                                6.1.2-1.el8.elrepo                                elrepo-kernel\r\nkernel-ml-tools.x86_64                                        6.1.2-1.el8.elrepo                                elrepo-kernel\r\nkernel-ml-tools-libs.x86_64                                   6.1.2-1.el8.elrepo                                elrepo-kernel\r\nkernel-ml-tools-libs-devel.x86_64                             6.1.2-1.el8.elrepo                                elrepo-kernel\r\nperf.x86_64                                                   6.1.2-1.el8.elrepo                                elrepo-kernel\r\npython3-perf.x86_64                                           6.1.2-1.el8.elrepo                                elrepo-kernel<\/code><\/pre>\n<h2>Step 3 &#8211; Install kernel<\/h2>\n<hr \/>\n<p>Run the following command to install the latest mainline stable kernel:<\/p>\n<pre><code>dnf --enablerepo=elrepo-kernel install kernel-ml<\/code><\/pre>\n<p>output:<\/p>\n<pre><code>[root@vps ~]# dnf --enablerepo=elrepo-kernel install kernel-ml\r\nLast metadata expiration check: 0:02:16 ago on Mon 02 Jan 2023 06:35:11 PM UTC.\r\nDependencies resolved.\r\n=============================================================================================================================\r\nPackage                          Architecture          Version                           Repository                    Size\r\n=============================================================================================================================\r\nInstalling:\r\nkernel-ml                        x86_64                6.1.2-1.el8.elrepo                elrepo-kernel                 98 k\r\nInstalling dependencies:\r\nkernel-ml-core                   x86_64                6.1.2-1.el8.elrepo                elrepo-kernel                 34 M\r\nkernel-ml-modules                x86_64                6.1.2-1.el8.elrepo                elrepo-kernel                 30 M\r\n\r\nTransaction Summary\r\n=============================================================================================================================\r\nInstall  3 Packages\r\n\r\nTotal download size: 64 M\r\nInstalled size: 100 M\r\nIs this ok [y\/N]: y\r\nDownloading Packages:\r\n(1\/3): kernel-ml-6.1.2-1.el8.elrepo.x86_64.rpm                                               140 kB\/s |  98 kB     00:00\r\n(2\/3): kernel-ml-modules-6.1.2-1.el8.elrepo.x86_64.rpm                                        10 MB\/s |  30 MB     00:02\r\n(3\/3): kernel-ml-core-6.1.2-1.el8.elrepo.x86_64.rpm                                           10 MB\/s |  34 MB     00:03\r\n-----------------------------------------------------------------------------------------------------------------------------\r\nTotal                                                                                         19 MB\/s |  64 MB     00:03\r\nRunning transaction check\r\nTransaction check succeeded.\r\nRunning transaction test\r\nTransaction test succeeded.\r\nRunning transaction\r\nPreparing        :                                                                                                     1\/1\r\nInstalling       : kernel-ml-core-6.1.2-1.el8.elrepo.x86_64                                                            1\/3\r\nRunning scriptlet: kernel-ml-core-6.1.2-1.el8.elrepo.x86_64                                                            1\/3\r\nInstalling       : kernel-ml-modules-6.1.2-1.el8.elrepo.x86_64                                                         2\/3\r\nRunning scriptlet: kernel-ml-modules-6.1.2-1.el8.elrepo.x86_64                                                         2\/3\r\nInstalling       : kernel-ml-6.1.2-1.el8.elrepo.x86_64                                                                 3\/3\r\nRunning scriptlet: kernel-ml-core-6.1.2-1.el8.elrepo.x86_64                                                            3\/3\r\nRunning scriptlet: kernel-ml-6.1.2-1.el8.elrepo.x86_64                                                                 3\/3\r\nVerifying        : kernel-ml-6.1.2-1.el8.elrepo.x86_64                                                                 1\/3\r\nVerifying        : kernel-ml-core-6.1.2-1.el8.elrepo.x86_64                                                            2\/3\r\nVerifying        : kernel-ml-modules-6.1.2-1.el8.elrepo.x86_64                                                         3\/3\r\n\r\nInstalled:\r\nkernel-ml-6.1.2-1.el8.elrepo.x86_64  kernel-ml-core-6.1.2-1.el8.elrepo.x86_64  kernel-ml-modules-6.1.2-1.el8.elrepo.x86_64\r\n\r\nComplete!<\/code><\/pre>\n<h2>Step 4 &#8211; Verify the kernel version<\/h2>\n<hr \/>\n<p>By default, the system will set the newly installed kernel as the default version to use and boot with.<\/p>\n<p>You can verify this by running the below command,<\/p>\n<pre><code>grubby --default-kernel<\/code><\/pre>\n<p>Once confirmed, reboot the system to boot with the latest kernel installed. This can be further verified by running the\u00a0<code>uname<\/code>\u00a0command,<\/p>\n<pre><code>uname -sr<\/code><\/pre>\n<p>output:<\/p>\n<pre><code>[root@vps ~]# uname -sr\r\nLinux 6.1.2-1.el8.elrepo.x86_64\r\n[root@vps ~]#<\/code><\/pre>\n<\/div>\n<div class=\"col-md-2 hidden-sm hidden-xs hidden-md\">\n<div class=\"affix\">\n<div class=\"card mt-2\">\n<div class=\"card-body\"><\/div>\n<\/div>\n<div class=\"card border-success mt-4\">\n<div class=\"card-body\">\n<div class=\"d-grid gap-2\">Check out our cheap and reliable web hosting <a href=\"https:\/\/hoganhost.com.ng\">hoganhost.com.ng<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"mt-4\"><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Kernel\u00a0is central component of an operating system that manages operations of computer and hardware. It basically manages operations of memory [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2095,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[62],"tags":[],"class_list":["post-2094","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-alma-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Installing the Linux Kernel 6.x on AlmaLinux 8 - HoganHost blog<\/title>\n<meta name=\"description\" content=\"Kernel\u00a0is central component of an operating system that manages operations of computer and hardware. It basically manages operations\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installing the Linux Kernel 6.x on AlmaLinux 8 - HoganHost blog\" \/>\n<meta property=\"og:description\" content=\"Kernel\u00a0is central component of an operating system that manages operations of computer and hardware. It basically manages operations\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/\" \/>\n<meta property=\"og:site_name\" content=\"HoganHost blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/HoganHost\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-18T11:50:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-12T12:20:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Abigal okon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:site\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abigal okon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/\"},\"author\":{\"name\":\"Abigal okon\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\"},\"headline\":\"Installing the Linux Kernel 6.x on AlmaLinux 8\",\"datePublished\":\"2024-03-18T11:50:16+00:00\",\"dateModified\":\"2024-08-12T12:20:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/\"},\"wordCount\":202,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg\",\"articleSection\":[\"Alma Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/\",\"name\":\"Installing the Linux Kernel 6.x on AlmaLinux 8 - HoganHost blog\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg\",\"datePublished\":\"2024-03-18T11:50:16+00:00\",\"dateModified\":\"2024-08-12T12:20:16+00:00\",\"description\":\"Kernel\u00a0is central component of an operating system that manages operations of computer and hardware. It basically manages operations\",\"breadcrumb\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#primaryimage\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg\",\"width\":1080,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hoganhost.com.ng\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing the Linux Kernel 6.x on AlmaLinux 8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"name\":\"HoganHost blog\",\"description\":\"Keeping you connected to everything from HoganHost\",\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\",\"name\":\"HoganHost\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"width\":466,\"height\":387,\"caption\":\"HoganHost\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/HoganHost\",\"https:\/\/x.com\/hoganhostng\",\"https:\/\/instagram.com\/officialhoganhost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\",\"name\":\"Abigal okon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"caption\":\"Abigal okon\"},\"sameAs\":[\"https:\/\/hoganhost.com.ng\/blog\"],\"url\":\"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installing the Linux Kernel 6.x on AlmaLinux 8 - HoganHost blog","description":"Kernel\u00a0is central component of an operating system that manages operations of computer and hardware. It basically manages operations","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/","og_locale":"en_US","og_type":"article","og_title":"Installing the Linux Kernel 6.x on AlmaLinux 8 - HoganHost blog","og_description":"Kernel\u00a0is central component of an operating system that manages operations of computer and hardware. It basically manages operations","og_url":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/","og_site_name":"HoganHost blog","article_publisher":"https:\/\/facebook.com\/HoganHost","article_published_time":"2024-03-18T11:50:16+00:00","article_modified_time":"2024-08-12T12:20:16+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg","type":"image\/jpeg"}],"author":"Abigal okon","twitter_card":"summary_large_image","twitter_creator":"@hoganhostng","twitter_site":"@hoganhostng","twitter_misc":{"Written by":"Abigal okon","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#article","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/"},"author":{"name":"Abigal okon","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a"},"headline":"Installing the Linux Kernel 6.x on AlmaLinux 8","datePublished":"2024-03-18T11:50:16+00:00","dateModified":"2024-08-12T12:20:16+00:00","mainEntityOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/"},"wordCount":202,"commentCount":0,"publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg","articleSection":["Alma Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/","url":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/","name":"Installing the Linux Kernel 6.x on AlmaLinux 8 - HoganHost blog","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#primaryimage"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg","datePublished":"2024-03-18T11:50:16+00:00","dateModified":"2024-08-12T12:20:16+00:00","description":"Kernel\u00a0is central component of an operating system that manages operations of computer and hardware. It basically manages operations","breadcrumb":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#primaryimage","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-the-Linux-Kernel-6.x-on-AlmaLinux-8.jpg","width":1080,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/installing-the-linux-kernel-6-x-on-almalinux-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hoganhost.com.ng\/blog\/"},{"@type":"ListItem","position":2,"name":"Installing the Linux Kernel 6.x on AlmaLinux 8"}]},{"@type":"WebSite","@id":"https:\/\/hoganhost.com.ng\/blog\/#website","url":"https:\/\/hoganhost.com.ng\/blog\/","name":"HoganHost blog","description":"Keeping you connected to everything from HoganHost","publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hoganhost.com.ng\/blog\/#organization","name":"HoganHost","url":"https:\/\/hoganhost.com.ng\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","width":466,"height":387,"caption":"HoganHost"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/HoganHost","https:\/\/x.com\/hoganhostng","https:\/\/instagram.com\/officialhoganhost"]},{"@type":"Person","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a","name":"Abigal okon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","caption":"Abigal okon"},"sameAs":["https:\/\/hoganhost.com.ng\/blog"],"url":"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2094","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/comments?post=2094"}],"version-history":[{"count":1,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2094\/revisions"}],"predecessor-version":[{"id":2096,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2094\/revisions\/2096"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media\/2095"}],"wp:attachment":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media?parent=2094"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/categories?post=2094"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/tags?post=2094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}