• 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.3 on Ubuntu 15.10 & Ubuntu 15.04

How To Install Linux Kernel 4.3.3 on Ubuntu 15.10 & Ubuntu 15.04

By Sourabh / January 13, 2016 Category: How To, Ubuntu

Linux Kernel 4.3.3 for Ubuntu Systems. Terminal commands to install Linux Kernel 4.3.3 on Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10 Systems.

Install Kernel 4.3.3 on 32 bit Ubuntu Systems

Run the following command in Terminal to install Kernel 4.3.3 on 32 bit Ubuntu Systems:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.3-wily/linux-headers-4.3.3-040303_4.3.3-040303.201512150130_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.3-wily/linux-headers-4.3.3-040303-generic_4.3.3-040303.201512150130_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.3-wily/linux-image-4.3.3-040303-generic_4.3.3-040303.201512150130_i386.deb
$ sudo dpkg -i linux-headers-4.3*.deb linux-image-4.3*.deb

Install Kernel 4.3.3 on 32 bit Ubuntu Systems

Run the following command in Terminal to install Kernel 4.3.3 on 64 bit Ubuntu Systems:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.3-wily/linux-headers-4.3.3-040303_4.3.3-040303.201512150130_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.3-wily/linux-headers-4.3.3-040303-generic_4.3.3-040303.201512150130_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.3.3-wily/linux-image-4.3.3-040303-generic_4.3.3-040303.201512150130_amd64.deb
$ sudo dpkg -i linux-headers-4.3*.deb linux-image-4.3*.deb

Uninstall Kernel 4.3.3 from Ubuntu Systems

Run the following command in Terminal to uninstall and remove Linux Kernel 4.3.3 from Ubuntu Systems:

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

Tags: Install Linux Kernel 4.3.3 on Ubuntu 14.04, Install Linux Kernel 4.3.3 on Ubuntu 14.10, Install Linux Kernel 4.3.3 on Ubuntu 15.04, Install Linux Kernel 4.3.3 on Ubuntu 15.10, Kernel 4.3.3 Linux Ubuntu, Linux Kernel 4.3.3, Linux Kernel 4.3.3 Ubuntu

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

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

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

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