How To Install Kernel v3.17-rc4-utopic On Linux Ubuntu and Mint




How To Install Kernel v3.17-rc4-utopic On Linux Ubuntu and Mint

kernel is a computer program that manages input/output requests from software, and translates them into data processing instructions for the central processing unit and other electronic components of a computer. The kernel is a fundamental part of a modern computer's operating system.

CHANGES LOG  Kernel v3.17-rc4-utopic

get rid of propagate_umount() mistakenly treating slaves as busy.
fix EBUSY on umount() from MNT_SHRINKABLE
ARM: at91: rm9200: fix clock registration
ARM: at91/dt: rm9200: fix usb clock definition
Documentation: gpio: documentation for optional getters functions
ufs: fix deadlocks introduced by sb mutex merge
regulator: tps65090: Fix tps65090 typos in example
ASoC: axi: Fix ADI AXI SPDIF specification
Export sync_filesystem() for modular ->remount_fs() use



To Install Kernel v3.17-rc4-utopic On Linux Ubuntu 14.10/14.04/13.10/13.04 and Mint,open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 64 bit :
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/linux-headers-3.17.0-031700rc4-generic_3.17.0-031700rc4.201409071935_amd64.deb
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/linux-headers-3.17.0-031700rc4-lowlatency_3.17.0-031700rc4.201409071935_amd64.deb
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/linux-headers-3.17.0-031700rc4_3.17.0-031700rc4.201409071935_all.deb
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/linux-image-3.17.0-031700rc4-generic_3.17.0-031700rc4.201409071935_amd64.deb
  • http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/linux-image-3.17.0-031700rc4-lowlatency_3.17.0-031700rc4.201409071935_amd64.deb
  • sudo dpkg -i *.deb
  • sudo apt-get install -f
  • sudo rm -rf *.deb

For Ubuntu 32 bit :
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/linux-headers-3.17.0-031700rc4-generic_3.17.0-031700rc4.201409071935_i386.deb
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/linux-headers-3.17.0-031700rc4-lowlatency_3.17.0-031700rc4.201409071935_i386.deb
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/linux-headers-3.17.0-031700rc4_3.17.0-031700rc4.201409071935_all.deb
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/linux-image-3.17.0-031700rc4-generic_3.17.0-031700rc4.201409071935_i386.deb
  • wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/linux-image-3.17.0-031700rc4-lowlatency_3.17.0-031700rc4.201409071935_i386.deb
  • sudo dpkg -i *.deb
  • sudo apt-get install -f
  • sudo rm -rf *.deb