• 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 Download & Install Linux Kernel 3.14.35 On Ubuntu 14.10/14.04

How To Download & Install Linux Kernel 3.14.35 On Ubuntu 14.10/14.04

By Sourabh / March 9, 2015 Category: How To, Ubuntu

How to download and install Kernel 3.14.35 on Ubuntu Systems. Install/Upgrade to Kernel 3.14.35 on Ubuntu 14.04/14.10, Linux Mint, Elementary OS, Linux Deepin and other Ubuntu Derivatives.

Please note that currently the Kernel 3.14.35 is not available via PPA. In order to download and install the latest version of Kernel, download the deb packages (Kernel 3.14.35) via kernel.ubuntu.com and then install it on the system.

Install Kernel 3.14.35 on 32 Bit Ubuntu Systems

Open Terminal and run the following command to download and install Kernel 3.14.35 on 32 Bit Ubuntu Systems:

cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.35-utopic/linux-headers-3.14.35-031435_3.14.35-031435.201503071936_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.35-utopic/linux-headers-3.14.35-031435-generic_3.14.35-031435.201503071936_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.35-utopic/linux-image-3.14.35-031435-generic_3.14.35-031435.201503071936_i386.deb
sudo dpkg -i linux-headers-3.14*.deb linux-image-3.14*.deb

Install Kernel 3.14.35 on 64 Bit Ubuntu Systems

Open Terminal and run the following command to download and install Kernel 3.14.35 on 64 Bit Ubuntu Systems:

cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.35-utopic/linux-headers-3.14.35-031435_3.14.35-031435.201503071936_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.35-utopic/linux-headers-3.14.35-031435-generic_3.14.35-031435.201503071936_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.35-utopic/linux-image-3.14.35-031435-generic_3.14.35-031435.201503071936_amd64.deb
sudo dpkg -i linux-headers-3.14*.deb linux-image-3.14*.deb

Once the Kernel 3.14.35 is successfully installed, reboot/restart the system manually or run the following command:

sudo reboot

Uninstall and Remove Kernel

If you want to uninstall and remove the Kernel 3.14.35 from the Ubuntu systems, run the following command:


sudo apt-get remove linux-header-3.14* linux-image-3.14*

Tags: How to Install Kernel 3.14.35, How to Upgrade to Kernel 3.14.35, Install Kernel 3.14.35 in Linux Mint, Install Kernel 3.14.35 in Ubuntu 14.04, Install Kernel 3.14.35 in Ubuntu 14.10, Linux Kernel 3.14.35, Ubuntu 14.04, Ubuntu 14.10, Upgrade to Kernel 3.14.35 in Ubuntu, Upgrade to Kernel 3.14.35 in Ubuntu 14.04, Upgrade to Kernel 3.14.35 in Ubuntu 14.10, Upgrade to Kernel 3.14.35 Linux Mint

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