{"id":3429,"date":"2025-12-20T01:00:59","date_gmt":"2025-12-20T01:00:59","guid":{"rendered":"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/"},"modified":"2025-12-20T01:00:59","modified_gmt":"2025-12-20T01:00:59","slug":"a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04","status":"publish","type":"post","link":"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/","title":{"rendered":"A Step-by-Step Guide to Installing Linux Kernel 6.18 LTS on Ubuntu 25.10 and 25.04"},"content":{"rendered":"<p><strong>Linux Kernel 6.18 LTS Installation on Ubuntu 25.10 and 25.04<\/strong><\/p>\n<p>Linux kernel 6.18 LTS has been officially released on November 30th, 2025, and is now the latest stable long-term supported version. It comes with various features, including support for the Rust Binder driver and enhancements for persistent memory caching.<\/p>\n<p>Ubuntu users running 25.10 (Questing Quokka) and 25.04 (Plucky Puffin) can install this kernel easily through the Ubuntu Mainline Kernel PPA archive. However, it&#8217;s important to note that these kernels are provided without warranty and the Ubuntu Kernel Team will not offer support for issues that might arise from their installation.<\/p>\n<h3>Installation Methods<\/h3>\n<p><strong>Method 1: Using the Mainline Kernels Tool<\/strong><\/p>\n<p>For a user-friendly approach, utilize the Mainline Kernels graphical tool. To install this tool, run the following commands in the Terminal:<\/p>\n<pre><code class=\"language-bash\">sudo add-apt-repository ppa:cappelikan\/ppasudo apt update &amp;&amp; sudo apt full-upgradesudo apt install -y mainline<\/code><\/pre>\n<p>Once installed, launch the tool from your applications menu. The tool will automatically check for available kernel versions and list Linux kernel 6.18 at the top. Select it and click the \u201cInstall\u201d button to proceed. After installation, reboot your system.<\/p>\n<p>The Mainline Kernels tool also notifies you of updates to newer kernel versions if you enable notifications in its settings.<\/p>\n<p><strong>Method 2: Command Line Installation<\/strong><\/p>\n<p>For experienced users who prefer manual installation, you can download necessary kernel packages directly from the Ubuntu mainline kernel archive. This is also helpful if the Mainline Kernels tool does not display the latest kernels.<\/p>\n<p>For a 64-bit (amd64) installation, you need to download the following packages:<\/p>\n<ul>\n<li><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/kernel.ubuntu.com\/mainline\/v6.18\/amd64\/linux-image-unsigned-6.18.0-061800-generic_6.18.0-061800.202511302339_amd64.deb\">linux-image-unsigned-6.18.0-061800-generic<\/a><\/li>\n<li><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/kernel.ubuntu.com\/mainline\/v6.18\/amd64\/linux-modules-6.18.0-061800-generic_6.18.0-061800.202511302339_amd64.deb\">linux-modules-6.18.0-061800-generic<\/a><\/li>\n<li><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/kernel.ubuntu.com\/mainline\/v6.18\/amd64\/linux-headers-6.18.0-061800-generic_6.18.0-061800.202511302339_amd64.deb\">linux-headers-6.18.0-061800-generic<\/a><\/li>\n<li><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/kernel.ubuntu.com\/mainline\/v6.18\/amd64\/linux-headers-6.18.0-061800_6.18.0-061800.202511302339_all.deb\">linux-headers-6.18.0-061800<\/a><\/li>\n<\/ul>\n<p>After downloading, navigate to the folder where the packages are stored, and run:<\/p>\n<pre><code class=\"language-bash\">sudo dpkg -i *.deb<\/code><\/pre>\n<h3>Reverting to Previous Kernels<\/h3>\n<p>If you encounter any issues with kernel 6.18, you can revert back to the default or an alternative installed kernel. During the boot process, press the Esc key, select \u201cAdvanced options\u201d from the boot menu, and choose the desired kernel from the list.<\/p>\n<p>For further details on the latest kernel release, check out the <a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/9to5linux.com\/linux-kernel-6-18-officially-released-could-be-the-next-lts-kernel-series\">official announcement<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Linux Kernel 6.18 LTS Installation on Ubuntu 25.10 and 25.04 Linux kernel 6.18 LTS has been officially released on November 30th, 2025, and is now the latest stable long-term supported version. It comes with various features, including support for the Rust Binder driver and enhancements for persistent memory caching. Ubuntu users running 25.10 (Questing Quokka) [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":3430,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1319,1294,35,747,920],"tags":[],"class_list":["post-3429","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux-6-18-lts","category-linux-kernel-6-18","category-tutorials","category-ubuntu-25-04","category-ubuntu-25-10"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A Step-by-Step Guide to Installing Linux Kernel 6.18 LTS on Ubuntu 25.10 and 25.04 - ServerHost Hosting Solutions Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Step-by-Step Guide to Installing Linux Kernel 6.18 LTS on Ubuntu 25.10 and 25.04 - ServerHost Hosting Solutions Blog\" \/>\n<meta property=\"og:description\" content=\"Linux Kernel 6.18 LTS Installation on Ubuntu 25.10 and 25.04 Linux kernel 6.18 LTS has been officially released on November 30th, 2025, and is now the latest stable long-term supported version. It comes with various features, including support for the Rust Binder driver and enhancements for persistent memory caching. Ubuntu users running 25.10 (Questing Quokka) [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/\" \/>\n<meta property=\"og:site_name\" content=\"ServerHost Hosting Solutions Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-20T01:00:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/\",\"url\":\"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/\",\"name\":\"A Step-by-Step Guide to Installing Linux Kernel 6.18 LTS on Ubuntu 25.10 and 25.04 - ServerHost Hosting Solutions Blog\",\"isPartOf\":{\"@id\":\"https:\/\/serverhost.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/12\/a42975bd-44e0-4623-b0e0-fd163fddb1c1.webp\",\"datePublished\":\"2025-12-20T01:00:59+00:00\",\"author\":{\"@id\":\"\"},\"breadcrumb\":{\"@id\":\"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/#primaryimage\",\"url\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/12\/a42975bd-44e0-4623-b0e0-fd163fddb1c1.webp\",\"contentUrl\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/12\/a42975bd-44e0-4623-b0e0-fd163fddb1c1.webp\",\"width\":1920,\"height\":985},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/serverhost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Step-by-Step Guide to Installing Linux Kernel 6.18 LTS on Ubuntu 25.10 and 25.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/serverhost.com\/blog\/#website\",\"url\":\"https:\/\/serverhost.com\/blog\/\",\"name\":\"ServerHost Hosting Solutions Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/serverhost.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A Step-by-Step Guide to Installing Linux Kernel 6.18 LTS on Ubuntu 25.10 and 25.04 - ServerHost Hosting Solutions Blog","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:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/","og_locale":"en_US","og_type":"article","og_title":"A Step-by-Step Guide to Installing Linux Kernel 6.18 LTS on Ubuntu 25.10 and 25.04 - ServerHost Hosting Solutions Blog","og_description":"Linux Kernel 6.18 LTS Installation on Ubuntu 25.10 and 25.04 Linux kernel 6.18 LTS has been officially released on November 30th, 2025, and is now the latest stable long-term supported version. It comes with various features, including support for the Rust Binder driver and enhancements for persistent memory caching. Ubuntu users running 25.10 (Questing Quokka) [&hellip;]","og_url":"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/","og_site_name":"ServerHost Hosting Solutions Blog","article_published_time":"2025-12-20T01:00:59+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/","url":"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/","name":"A Step-by-Step Guide to Installing Linux Kernel 6.18 LTS on Ubuntu 25.10 and 25.04 - ServerHost Hosting Solutions Blog","isPartOf":{"@id":"https:\/\/serverhost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/#primaryimage"},"image":{"@id":"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/#primaryimage"},"thumbnailUrl":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/12\/a42975bd-44e0-4623-b0e0-fd163fddb1c1.webp","datePublished":"2025-12-20T01:00:59+00:00","author":{"@id":""},"breadcrumb":{"@id":"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/#primaryimage","url":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/12\/a42975bd-44e0-4623-b0e0-fd163fddb1c1.webp","contentUrl":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2025\/12\/a42975bd-44e0-4623-b0e0-fd163fddb1c1.webp","width":1920,"height":985},{"@type":"BreadcrumbList","@id":"https:\/\/serverhost.com\/blog\/a-step-by-step-guide-to-installing-linux-kernel-6-18-lts-on-ubuntu-25-10-and-25-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/serverhost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"A Step-by-Step Guide to Installing Linux Kernel 6.18 LTS on Ubuntu 25.10 and 25.04"}]},{"@type":"WebSite","@id":"https:\/\/serverhost.com\/blog\/#website","url":"https:\/\/serverhost.com\/blog\/","name":"ServerHost Hosting Solutions Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/serverhost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts\/3429","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/comments?post=3429"}],"version-history":[{"count":0,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts\/3429\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/media\/3430"}],"wp:attachment":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/media?parent=3429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/categories?post=3429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/tags?post=3429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}