• 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 Kernel 3.18.10 on 32 bit & 64 bit Ubuntu 14.10, Ubuntu 14.04 and Derivatives

Install Kernel 3.18.10 on 32 bit & 64 bit Ubuntu 14.10, Ubuntu 14.04 and Derivatives

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

How to install Kernel 3.18.10 on 32 bit and 64 bit Ubuntu 14.10 and Ubuntu 14.04. Linux Kernel 3.18.10 has been released with ARM updates, architecture improvements and networking fixes.

You can install Kernel 3.18.10 on Ubuntu 15.04/14.10/14.04, Linux Mint 17 and other Ubuntu derivative systems. To install Linux Kernel 3.18.10, download the deb packages from kernel.ubuntu.com and then install it. Follow the instructions given below:

Install Kernel 3.18.10 on 32 bit Ubuntu Systems


cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.10-vivid/linux-headers-3.18.10-031810_3.18.10-031810.201503241436_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.10-vivid/linux-headers-3.18.10-031810-generic_3.18.10-031810.201503241436_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.10-vivid/linux-image-3.18.10-031810-generic_3.18.10-031810.201503241436_i386.deb
sudo dpkg -i linux-headers-3.18*.deb linux-image-3.18*.deb

Install Kernel 3.18.10 on 64 bit Ubuntu Systems


cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.10-vivid/linux-headers-3.18.10-031810_3.18.10-031810.201503241436_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.10-vivid/linux-headers-3.18.10-031810-generic_3.18.10-031810.201503241436_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.10-vivid/linux-image-3.18.10-031810-generic_3.18.10-031810.201503241436_amd64.deb
sudo dpkg -i linux-headers-3.18*.deb linux-image-3.18*.deb

Uninstall Kernel 3.18.10 From Ubuntu Systems

If you wish to remove and uninstall Kernel 3.18.10 from 32 bit/64 bit Ubuntu Systems, run the following command:

sudo apt-get remove linux-headers-3.18* linux-image-3.18*

Tags: Download Linux Kernel 3.18.10, How To Install Kernel 3.18.10 On Ubuntu, Install Kernel 3.18.10, Install Kernel 3.18.10 on 32 bit Ubuntu Systems, Install Kernel 3.18.10 on 64 bit Ubuntu Systems, Install Linux Kernel 3.18.10, Linux Kernel 3.18.10, Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04, Ubuntu Linux Kernel 3.18.10 ., Uninstall Kernel 3.18.10 From Ubuntu Systems

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