• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install Linux Kernel 4.3 in Ubuntu 15.10 & Ubuntu 14.04

How To Install Linux Kernel 4.3 in Ubuntu 15.10 & Ubuntu 14.04

By Sourabh / November 2, 2015 Category: How To, Ubuntu

How to install Linux Kernel 4.3 Release in Ubuntu 15.10, Ubuntu 14.04 and Derivatives. Upgrade Kernel 4.3 in Ubuntu Systems. Revert back and uninstall the Linux Kernel.

Announcing the release of Linux Kernel 4.3 (Mainline), Linus Torvalds wrote:

“Linux Kernel 4.3 brings network update and a late fix for a x86 vm86 mode bug introduced by the vm86 cleanups, but other than that it’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.”

Install Linux Kernel 4.3 in Ubuntu

The latest Linux Kernel version brings various Graphics and Driver updates. For example Kernel 4.3 enables Intel Skylake Graphics by default with initial support for AMD Radeon R9 Fury and OpenGL 3.3 support for VMware. It also brings the rework of the open-source NVIDIA/Nouveau driver. In the context of FileSystems, it has been released with FileSystem fixes for XFS, EXT4, F2FS, Btrfs RAID 5/6 and TRIM.

Download Linux Kernel 4.3 – Linux Kernel 4.3 binary packages can be downloaded from:

  • https://www.kernel.org/
  • http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/

The newly released Linux Kernel 4.3 can be installed in Ubuntu Systems. Run the following commands in Terminal to install Kernel 4.3 on 32 bit Ubuntu and derivative systems:

$ cd /tmp
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-headers-4.3.0-040300_4.3.0-040300.201511012034_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511012034_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-image-4.3.0-040300-generic_4.3.0-040300.201511012034_i386.deb
$ sudo dpkg -i linux-headers-4.3*.deb linux-image-4.3*.deb

Run the following commands in Terminal to install Kernel 4.3 on 64 bit Ubuntu and derivative systems:

$ cd /tmp
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-headers-4.3.0-040300_4.3.0-040300.201511012034_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511020846_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-image-4.3.0-040300-generic_4.3.0-040300.201511020846_amd64.deb
$ sudo dpkg -i linux-headers-4.3*.deb linux-image-4.3*.deb

Revert back and Uninstall the new Kernel

Please note that you will have to restart the System and select boot with the old kernel entry under “Advanced Options” at Grub boot-loader. When it boots up, run below commands to uninstall and remove the Linux Kernel 4.3 from Ubuntu Systems:
$ sudo apt-get remove linux-headers-4.3* linux-image-4.3*

Tags: Download Linux Kernel 4.3, Install Latest Linux Kernel Version on Ubuntu, Install Latest Linux Kernel Version on Ubuntu 14.04, Install Latest Linux Kernel Version on Ubuntu 14.10, Install Latest Linux Kernel Version on Ubuntu 15.04, Install Latest Linux Kernel Version on Ubuntu 15.10, Install Linux Kernel 4.3, Install Linux Kernel 4.3 in Ubuntu 14.04, Install Linux Kernel 4.3 in Ubuntu 14.10, Install Linux Kernel 4.3 in Ubuntu 15.04, Install Linux Kernel 4.3 in Ubuntu 15.10, Linux Kernel 4.3, Linux Kernel 4.3 Ubuntu, Linux Kernel 4.3 Ubuntu 15.10, Ubuntu 15.10 Linux Kernel 4.3, Ubuntu Linux Kernel 4.3

Primary Sidebar

Latest Posts

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap