• 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 / Install Linux Kernel 4.3 RC5 on Ubuntu Systems

Install Linux Kernel 4.3 RC5 on Ubuntu Systems

By Sourabh / October 13, 2015 Category: How To, Ubuntu

Install Linux Kernel 4.3 RC5 on Ubuntu Systems. Compile and install / upgrade to a new Linux kernel (Kernel 4.3 RC5) on Ubuntu Systems. Kernel 4.3 RC5 has been recently released bringing file system improvements, updated drivers and some important fixes for the supported hardware architectures.

Please note that Kernel 4.2.3 is the latest stable Kernel release and can be downloaded from the official source. https://www.kernel.org/

Announcing the release of Linux Kernel 4.3 RC5, Linus Torvalds wrote:

The 4.3 release cycle continues to be fairly smooth – knock wood. There’s nothing particularly worrying here: we had some annoying fallout from the new strscpy stuff (it’s not actually *used* anywhere yet, but we had build failures on some architectures), and a vfs layer change uncovered an ancient and fascinating ext[34] bug, but on the whole things look pretty normal. It’s the usual “lots of small fixes to drivers and architecture code, with some filesystem updates thrown in for variety”. The appended shortlog gives an overview of the details. Things also seem to be calming down nicely, although since there was no network pull this week, we might have a bump from that next rc. Anyway, if you haven’t tried a recent kernel lately, feel free to hop right in – it all looks pretty good.

Install Linux Kernel 4.3 RC5 on Ubuntu

Open Terminal and run the following commands to install Linux Kernel 4.3.5 on 32 bit Ubuntu and Ubuntu Derivatives:

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

Open Terminal and run the following commands to install Linux Kernel 4.3.5 on 64 bit Ubuntu and Ubuntu Derivatives:

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

Remove Linux Kernel 4.3 RC5 from Ubuntu

If you wish to remove the kernel, run the following command:

$ sudo apt-get remove linux-header-4.3* linux-image-4.3*

Tags: Apt-Get Install Linux-Source, Build Kernel, Compile Linux Kernel, Download Linux Kernel, Download Linux Kernel 4.3 RC5, Download Linux Kernel 4.3 RC5 on Ubuntu, How To Install Kernel Source Ubuntu, Install Kernel 4.3 RC5 on Ubuntu Systems, Install Linux Kernel 4.3 RC5 on Ubuntu 14.04, Install Linux Kernel 4.3 RC5 on Ubuntu 14.10, Install Linux Kernel 4.3 RC5 on Ubuntu 15.04, Install Linux Kernel 4.3 RC5 on Ubuntu 15.10, Install Linux Kernel 4.3 RC5 on Ubuntu Systems, Installing Linux Kernel, Kernel 4.3 RC5, Linux Kernel 4.3 RC5, Linux Mint Compile Kernel, Ubuntu Install Kernel Headers, Ubuntu Kernel Source

Primary Sidebar

Latest Posts

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

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

Best AI Plugins For WordPress To Use In 2026

3 Commands To Check USB Connection In Linux Terminal

Linux Terminal Commands for Beginners With Examples

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

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