{"id":9141,"date":"2019-07-25T13:35:27","date_gmt":"2019-07-25T13:35:27","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=9141"},"modified":"2019-07-25T13:35:27","modified_gmt":"2019-07-25T13:35:27","slug":"install-linux-kernel-5-2-ubuntu-linux-mint","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2019\/07\/install-linux-kernel-5-2-ubuntu-linux-mint\/","title":{"rendered":"How to Install Linux Kernel 5.2.2 in Ubuntu \/ Linux Mint"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/03\/kernel-icon-tux.png\" alt=\"Linux Kernel\" width=\"245\" height=\"250\" class=\"aligncenter size-full wp-image-5727\" \/><\/p>\n<p>Ubuntu mainline kernel packages for Linux 5.2 finally available to download &#038; install in 32-bit and 64-bit operating systems.<\/p>\n<p>Due to build failure, Ubuntu mainline kernel packages for Linux 5.2 missed 32-bit &#038; 64-bit packages for a few weeks. <\/p>\n<p>Linux Kernel 5.2 release highlights:<\/p>\n<ul>\n<li>Nouveau suppport for GeForce GTX 1650.<\/li>\n<li>Intel Icelake graphics considered production-ready.<\/li>\n<li>Intel Comet Lake support<\/li>\n<li>Improved AMD Ryzen laptop support.<\/li>\n<li>Better Logitech wireless device support.<\/li>\n<li>New &#8220;RTW88&#8221; 802.11ac WiFi driver.<\/li>\n<li>Various other improvements and updated drivers.<\/li>\n<\/ul>\n<p>At the moment, Linux 5.2 series is at the second 5.2.2 maintenance release. And here&#8217;s how to install it in Ubuntu, Linux Mint.<\/p>\n<h4>How to Install Linux Kernel 5.2.2 in Ubuntu:<\/h4>\n<div class=\"arconix-box arconix-box-red\"><i class='fa fa-2x pull-left fa-exclamation-triangle'><\/i><div class=\"arconix-box-content\">The <a href=\"https:\/\/wiki.ubuntu.com\/Kernel\/MainlineBuilds\" rel=\"noopener\" target=\"_blank\">mainline kernels<\/a> do not include any Ubuntu-provided drivers or patches. They are not supported and are not appropriate for production use<\/div><\/div>\n<p>The mainline kernel packages for Linux 5.2.2 are available for download at the link below:<\/p>\n<p style=\"text-align:center;\"><a href='https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v5.2.2\/' class='arconix-button-flat arconix-button-large arconix-button-tan' target=\"_blank\" >Download Kernel 5.2.2<\/a><\/p>\n<p>Depends on your OS type, download and install the packages in turns:<\/p>\n<ol>\n<li>linux-headers-5.2.2-xxxxxx_all.deb<\/li>\n<li>linux-headers-5.2.2-xxx-generic(\/lowlatency)_xxx_amd64(\/i386).deb<\/li>\n<li>linux-modules-5.2.2-xxx-generic(\/lowlatency)_xxx_amd64(\/i386).deb<\/li>\n<li>linux-image-xxx-5.2.2-xxx-generic(\/lowlatency)_xxx_amd64(\/i386).deb<\/li>\n<\/ol>\n<p><i>Select <code>generic<\/code> for common system, and <code>lowlatency<\/code> for a low latency system (e.g. for recording audio), <code>amd64<\/code> for 64bit system, <code>i386<\/code> for 32bit system, or armhf, arm64, etc for other OS types.<\/i><\/p>\n<p>Alternatively you can download and install the kernel binaries via terminal commands (<b>Ctrl+Alt+T<\/b>):<\/p>\n<p>For 64-bit OS:<\/p>\n<pre style=\"border:none;\">cd \/tmp\/\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v5.2.2\/linux-headers-5.2.2-050202_5.2.2-050202.201907231250_all.deb\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v5.2.2\/linux-headers-5.2.2-050202-generic_5.2.2-050202.201907231250_amd64.deb\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v5.2.2\/linux-image-unsigned-5.2.2-050202-generic_5.2.2-050202.201907231250_amd64.deb\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v5.2.2\/linux-modules-5.2.2-050202-generic_5.2.2-050202.201907231250_amd64.deb\r\n\r\nsudo dpkg -i *.deb<\/pre>\n<p>for 32-bit OS:<\/p>\n<pre style=\"border:none;\">cd \/tmp\/\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v5.2.2\/linux-headers-5.2.2-050202_5.2.2-050202.201907231250_all.deb\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v5.2.2\/linux-headers-5.2.2-050202-generic_5.2.2-050202.201907231250_i386.deb\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v5.2.2\/linux-image-5.2.2-050202-generic_5.2.2-050202.201907231250_i386.deb\r\n\r\nwget -c https:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v5.2.2\/linux-modules-5.2.2-050202-generic_5.2.2-050202.201907231250_i386.deb\r\n\r\nsudo dpkg -i *.deb<\/pre>\n<p>Once installed, restart your computer and enjoy!<\/p>\n<p><b>Uninstall Linux Kernel 5.2.2:<\/b><\/p>\n<p>Restart your machine and select boot with the previous kernel in boot menu \u2018Grub2 -> Advanced Option for Ubuntu\u2019. Then run command to remove Linux Kernel 5.2.2:<\/p>\n<pre style=\"border:none;\">sudo dpkg --purge linux-image-5.2.2-050202-generic linux-image-unsigned-5.2.2-050202-generic<\/pre>","protected":false},"excerpt":{"rendered":"<p>Ubuntu mainline kernel packages for Linux 5.2 finally available to download &#038; install in 32-bit and 64-bit operating systems. Due to build failure, Ubuntu mainline kernel packages for Linux 5.2 missed 32-bit &#038; 64-bit packages for a few weeks. Linux Kernel 5.2 release highlights: Nouveau suppport for GeForce GTX 1650. Intel Icelake graphics considered production-ready. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,6],"tags":[1754],"class_list":["post-9141","post","type-post","status-publish","format-standard","hentry","category-howtos","category-news","tag-linux-kernel-5-2"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/9141","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=9141"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/9141\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=9141"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=9141"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=9141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}