Terminal Commands To Install Linux Kernel 3.19.7 On Ubuntu 15.04, Ubuntu 14.10 & Ubuntu 14.04. Download and install Linux Kernel 3.19.7 on Ubuntu Systems – 32 bit/64 bit Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04 and Derivatives.
Linux Kernel 3.19.7 is available for download. The latest Linux Kernel 3.19.7 brings massive update and improvements.
According to the changelog, Linux kernel 3.19.7 is one of the biggest versions for the 3.19 Kernel series. The Linux Kernel 3.19 is currently used in Ubuntu 15.04 “Vivid Vervet” and its Ubuntu 15.04 Flavors.
“I’m announcing the release of the 3.19.7 kernel. All users of the 3.19 kernel series must upgrade,” says Greg Kroah-Hartman. “The updated 3.19.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.19.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary.”
Linux kernel 3.19.7 brings improvements in architectures (ARM, ARM64, C6x, MIPS, PowerPC, s390, x86, and Xtensa), drivers. It has improved support for ACPI, Bluetooth, CLK, Intel i915, I2C, InfiniBand, MFD, MMC, MD, NFC, Ethernet, SCSI, and USB devices.
In addition to these improvements, Linux Kernel 3.19.7 brings improvements and fixes for the Btrfs, EXT4, and NFS filesystems, IPv4 enhancements, KVM (Kernel Virtual Machine) improvements.
Install Linux Kernel 3.19.7 on 32 Bit Ubuntu Systems
Open Terminal and run the following commands to install Linux Kernel 3.19.7 on 32 Bit Ubuntu systems:
cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.7-vivid/linux-headers-3.19.7-031907_3.19.7-031907.201505062136_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.7-vivid/linux-headers-3.19.7-031907-generic_3.19.7-031907.201505062136_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.7-vivid/linux-image-3.19.7-031907-generic_3.19.7-031907.201505062136_i386.deb
sudo dpkg -i linux-headers-3.19*.deb linux-image-3.19*.deb
Install Linux Kernel 3.19.7 on 64 Bit Ubuntu Systems
Open Terminal and run the following commands to install Linux Kernel 3.19.7 on 64 Bit Ubuntu systems:
cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.7-vivid/linux-headers-3.19.7-031907_3.19.7-031907.201505062136_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.7-vivid/linux-headers-3.19.7-031907-generic_3.19.7-031907.201505062136_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.7-vivid/linux-image-3.19.7-031907-generic_3.19.7-031907.201505062136_amd64.deb
sudo dpkg -i linux-headers-3.19*.deb linux-image-3.19*.deb
To remove the Linux Kernel 3.19.7 from Ubuntu Systems, run the following command:
sudo apt-get remove linux-header-3.19* linux-image-3.19*
You can also download Linux kernel 3.19.7 sources from kernel.org.