{"id":43191,"date":"2022-10-03T11:22:28","date_gmt":"2022-10-03T11:22:28","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=43191"},"modified":"2022-10-03T11:22:28","modified_gmt":"2022-10-03T11:22:28","slug":"linux-kernel-6-0-install-ubuntu-22-04","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2022\/10\/linux-kernel-6-0-install-ubuntu-22-04\/","title":{"rendered":"Linux Kernel 6.0 Released! How to Install it in Ubuntu 22.04"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/11\/tux-icon.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-35489\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/11\/tux-icon-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/11\/tux-icon-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/11\/tux-icon-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/11\/tux-icon-600x600.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/11\/tux-icon-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/11\/tux-icon.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p>Linux Kernel 6.0 was released hours ago! Here are the new features and how to install instructions for Ubuntu 22.04.<\/p>\n<p>&#8220;<i>So, as is hopefully clear to everybody, the major version number change is more about me running out of fingers and toes than it is about any big fundamental changes.<\/i>&#8221; <a href=\"https:\/\/lore.kernel.org\/lkml\/CAHk-=wiaGf66EQOq1FwM6p9c3mGOjzm9stGeUTfC5Txx4yoxgg@mail.gmail.com\/T\/#u\" target=\"_blank\" rel=\"noopener\">Linus Torvalds announced<\/a>.<\/p>\n<h3>New Features in Linux Kernel 6.0<\/h3>\n<p>The new kernel introduced <b>experimental support of Intel&#8217;s A750 and A770 graphics card<\/b>, using i915 DRM kernel driver with &#8220;force_probe&#8221; option. PCI support for LoongArch CPU architecture from China and OpenRISC architecture.<\/p>\n<p>The release also added <b>audio driver for Intel Meteor Lake, AMD Raphael and Jadeite<\/b>, V3D Direct Rendering Manager (DRM) driver for Raspberry Pi 4, and Intel Software Guard Extensions (SGX) support.<\/p>\n<p>Other changes include:<\/p>\n<ul>\n<li><b>Support Lenovo ThinkPad X13s Arm laptop<\/b><\/li>\n<li>Low-memory mode support for F2FS file system.<\/li>\n<li>Habana Labs Gaudi2 Support<\/li>\n<li>XP-PEN Deco L Drawing Tablet support.<\/li>\n<li>Fix touchpad &amp; keyboard issues after suspend for many TUXEDO laptops<\/li>\n<\/ul>\n<h3>How to Install Linux Kernel 6.0 in Ubuntu:<\/h3>\n<p><b>NOTE: Mainline Kernel packages are neither officially supported and nor appropriate for production use. Install it only for testing or certain use.<\/b><\/p>\n<p>Ubuntu builds the latest Kernel packages via Mainline Kernel PPA. For Linux Kernel 6.0, download the packages from the link below:<\/p>\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background\" href=\"https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v6.0\/\" target=\"_blank\" rel=\"noreferrer noopener\">Download Kernel 6.0 (.deb)<\/a><\/div>\n<\/div>\n<p>Select download <code>amd64<\/code> packages for modern 64-bit PC\/laptop, or <code>armhf\/arm64<\/code> for ARM devices such as Apple Silicon and Raspberry Pi. And, install them one by one in the turns below:<\/p>\n<ol>\n<li>linux-headers-6.0.0-060000_***_all.deb<\/li>\n<li>linux-headers-6.0.0-060000-generic_***.deb<\/li>\n<li>linux-modules-6.0.0-060000-generic_***.deb<\/li>\n<li>linux-image-unsigned-6.0.0-060000-generic_***.deb<\/li>\n<\/ol>\n<p>To download &#038; install the packages from command line, open terminal (or connect to console) and run the commands below one by one (<i>for 64-bit only<\/i>):<\/p>\n<pre>wget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v6.0\/amd64\/linux-headers-6.0.0-060000_6.0.0-060000.202210022231_all.deb\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v6.0\/amd64\/linux-headers-6.0.0-060000-generic_6.0.0-060000.202210022231_amd64.deb\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v6.0\/amd64\/linux-modules-6.0.0-060000-generic_6.0.0-060000.202210022231_amd64.deb\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v6.0\/amd64\/linux-image-unsigned-6.0.0-060000-generic_6.0.0-060000.202210022231_amd64.deb\r\n\r\nsudo apt install .\/linux-*.deb<\/pre>\n<p>After installing the Kernel packages, restart your machine and enjoy!<\/p>\n<h3>Uninstall:<\/h3>\n<p>To restore the previous Kernel, start or restart your machine. In the system boot-menu, go to &#8220;Advanced&#8221; and select booting the previous kernel.<\/p>\n<p>After booting the old kernel, run command below to remove Linux 6.0:<\/p>\n<pre>sudo apt remove linux-headers-6.0.0* linux-modules-6.0.0* linux-image-unsigned-6.0.0*<\/pre>","protected":false},"excerpt":{"rendered":"<p>Linux Kernel 6.0 was released hours ago! Here are the new features and how to install instructions for Ubuntu 22.04. &#8220;So, as is hopefully clear to everybody, the major version number change is more about me running out of fingers and toes than it is about any big fundamental changes.&#8221; Linus Torvalds announced. New Features [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":35489,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[160],"class_list":["post-43191","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-kernel"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/43191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=43191"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/43191\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/35489"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=43191"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=43191"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=43191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}