
{"id":5388,"date":"2015-11-02T14:46:07","date_gmt":"2015-11-02T14:46:07","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=5388"},"modified":"2015-11-02T16:15:48","modified_gmt":"2015-11-02T16:15:48","slug":"linux-kernel-4-3-released","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2015\/11\/linux-kernel-4-3-released\/","title":{"rendered":"Linux Kernel 4.3 Released, How to Install \/ Upgrade it in Ubuntu"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/12\/linux-kernel-icon-tux.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/12\/linux-kernel-icon-tux.png\" alt=\"upgrade Linux Kernel\" width=\"245\" height=\"245\" class=\"aligncenter size-full wp-image-4345\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/12\/linux-kernel-icon-tux.png 245w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/12\/linux-kernel-icon-tux-150x150.png 150w\" sizes=\"auto, (max-width: 245px) 100vw, 245px\" \/><\/a><\/p>\n<p>Linus Torvalds finally announced the release of Linux Kernel 4.3 at <a href=\"https:\/\/lkml.org\/lkml\/2015\/11\/1\/202\" target=\"_blank\">LKML<\/a> last night. He wrote:<\/p>\n<blockquote><p>So it *felt* like the last week of the rc series was busy, to the point where I got a bit worried about the release. But doing the actual numbers shows that that really was just my subjective feeling,<br \/>\nprobably due to the kernel summit and travel back home from Korea. It wasn&#8217;t actually a particularly busy week, it&#8217;s just that the pull requests were more noticeable in the last couple of days.<\/p>\n<p>We had a network update and a late fix for a x86 vm86 mode bug introduced by the vm86 cleanups, but other than that it&#8217;s just a collection of various small oneliners all over. Ok, the vm86 mode thing was a one-liner too, it was just slightly more nerve-wracking because it looked scarier than it was before people (Andy) figured out what was going on.<\/p>\n<p>The changes from rc7 are dominated by the network stuff, but as you can tell from the appended shortlog it&#8217;s not anything particularly scary.<\/p>\n<p>So on the whole, this remains a rather calm release cycle until the very end. And with the release of 4.3, obviously the merge window for 4.4 is open, and let&#8217;s keep our fingers crossed that that will be an equally calm release. Especially since apparently Greg has decided ahead of time (as an experiment brought on by discussion at the kernel summit) that 4.4 will be another LTS release &#8230;<\/p><\/blockquote>\n<p><b>What&#8217;s New in Kernel 4.3:<\/b><\/p>\n<ul>\n<li>Intel Skylake Graphics enabled by default.<\/li>\n<li>Initial support for AMD Radeon R9 Fury<\/li>\n<li>OpenGL 3.3 support for VMware.<\/li>\n<li>Rework of the open-source NVIDIA\/Nouveau driver<\/li>\n<li>Remove EXT3 driver since existing EXT3 file-systems can be handled by the EXT4 driver<\/li>\n<li>Many fixes for XFS, EXT4, F2FS, Btrfs RAID 5\/6 and TRIM.<\/li>\n<\/ul>\n<p><b>How to Install Kernel 4.3 in Ubuntu:<\/b><\/p>\n<p>Ubuntu Kernel Team has made the binary packages for the new Kernel release, available for download at:<\/p>\n<p style=\"text-align:center;\"><a href=\"http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v4.3-wily\/\" target=\"_blank\">Download Linux Kernel 4.3 DEBs<\/a><\/p>\n<p>You may first check out your OS type, <i>32-bit<\/i> or <i>64-bit<\/i>, and then download and install below packages one by one:<\/p>\n<ol>\n<li><i>linux-headers-4.3.0-xxx_all.deb<\/i><\/li>\n<li><i>linux-headers-4.3.0-xxx-generic_xxx_i386\/amd64.deb<\/i><\/li>\n<li><i>linux-image-4.3.0-xxx-generic_xxx_i386\/amd64.deb<\/i><\/li>\n<\/ol>\n<p>If you need a low latency system (e.g. for recording audio) then download &#038; install below packages instead:<\/p>\n<ol>\n<li><i>linux-headers-4.3.0_xxx_all.deb<\/i><\/li>\n<li><i>linux-headers-4.3.0-xxx-lowlatency_xxx_i386\/amd64.deb<\/i><\/li>\n<li><i>linux-image-4.3.0-xxx-lowlatency_xxx_i386\/amd64.deb<\/i><\/li>\n<\/ol>\n<p>For Ubuntu Server or those who prefer Linux command, run below commands one by one to download and install the kernel binaries:<\/p>\n<p>For 64-bit system:<\/p>\n<pre style=\"border:none;\">cd \/tmp\/\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v4.3-wily\/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511020949_amd64.deb\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v4.3-wily\/linux-headers-4.3.0-040300_4.3.0-040300.201511020949_all.deb\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v4.3-wily\/linux-image-4.3.0-040300-generic_4.3.0-040300.201511020949_amd64.deb\n\nsudo dpkg -i *.deb<\/pre>\n<p>for 32-bit system:<\/p>\n<pre style=\"border:none;\">cd \/tmp\/\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v4.3-wily\/linux-headers-4.3.0-040300_4.3.0-040300.201511020949_all.deb\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v4.3-wily\/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511020949_i386.deb\n\nwget http:\/\/kernel.ubuntu.com\/~kernel-ppa\/mainline\/v4.3-wily\/linux-image-4.3.0-040300-generic_4.3.0-040300.201511020949_i386.deb\n\nsudo dpkg -i *.deb<\/pre>\n<p>Once installed, restart to take effect.<\/p>\n<p><b>Revert back and Uninstall the new Kernel:<\/b><\/p>\n<p>Restart your computer and select boot with the old kernel entry under <u>Advanced Options<\/u> menu when you\u2019re at Grub boot-loader.<\/p>\n<p>When it boots up, run below commands to remove the kernel image:<\/p>\n<pre style=\"border:none\">sudo apt-get autoremove linux-image-4.3.0*<\/pre>","protected":false},"excerpt":{"rendered":"<p>Linus Torvalds finally announced the release of Linux Kernel 4.3 at LKML last night. He wrote: So it *felt* like the last week of the rc series was busy, to the point where I got a bit worried about the release. But doing the actual numbers shows that that really was just my subjective feeling, [&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],"tags":[14],"class_list":["post-5388","post","type-post","status-publish","format-standard","hentry","category-howtos","tag-linux-kernel"],"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/5388","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=5388"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/5388\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=5388"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=5388"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=5388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}