• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install / upgrade to Linux Kernel 4.12.5 in Ubuntu 17.04

1801

How to install / upgrade to Linux Kernel 4.12.5 in Ubuntu 17.04

A Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Linux is actually a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances. This article will cover the ground on how to install or upgrade to Linux Kernel 4.12.5 in Ubuntu 17.04.

Installation/Upgradation procedure

To start with the installation procedure, update the kernel and check the kernel of your system by using the uname command.

root@linuxhelp:~# uname -r
4.10.0-041300rc1-generic

Now download the set of packages by executing the wget command followed by the download link.

root@linuxhelp11:~# wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.12.5/linux-headers-4.12.5-041205_4.12.5-041205.201708061334_all.deb
--2017-08-23 14:58:13--  http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.12.5/linux-headers-4.12.5-041205_4.12.5-041205.201708061334_all.deb
Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216
Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected.
.
.
linux-headers-4.12. 100%[===================> ]  10.09M   295KB/s    in 20s     

2017-08-23 14:58:34 (508 KB/s) - ‘ linux-headers-4.12.5-041205_4.12.5-041205.201708061334_all.deb.1’  saved [10583972/10583972]

root@linuxhelp11:~# wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.12.5/linux-headers-4.12.5-041205-generic_4.12.5-041205.201708061334_amd64.deb
--2017-08-23 14:59:30--  http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.12.5/linux-headers-4.12.5-041205-generic_4.12.5-041205.201708061334_amd64.deb
Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216
Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected.
.
.
linux-headers-4.12. 100%[===================> ] 653.66K   296KB/s    in 2.2s    

2017-08-23 14:59:32 (296 KB/s) - ‘ linux-headers-4.12.5-041205-generic_4.12.5-041205.201708061334_amd64.deb.1’  saved [669348/669348]

root@linuxhelp11:~# wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.12.5/linux-image-4.12.5-041205-generic_4.12.5-041205.201708061334_amd64.deb
--2017-08-23 15:00:15--  http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.12.5/linux-image-4.12.5-041205-generic_4.12.5-041205.201708061334_amd64.deb
Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected.
.
.
linux-image-4.12.5- 100%[===================> ]  48.83M   247KB/s    in 2m 53s  
2017-08-23 15:03:08 (289 KB/s) - ‘ linux-image-4.12.5-041205-generic_4.12.5-041205.201708061334_amd64.deb.1’  saved [51204268/51204268]

After downloading the set of files, we need to install the debian files by running the following command.

root@linuxhelp11:~# dpkg -i linux-headers-4.12*.deb linux-image-4.12*.deb
(Reading database ... 237671 files and directories currently installed.)
Preparing to unpack linux-headers-4.12.5-041205_4.12.5-041205.201708061334_all.deb ...
Unpacking linux-headers-4.12.5-041205 (4.12.5-041205.201708061334) over (4.12.5-041205.201708061334) ...
.
.
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done

The package has been installed successfully. Restart the system by executing the following command.

root@linuxhelp11:~# init 6

After restarting the system, then we need to check the kernel version

root@linuxhelp11:~# uname -r
4.12.5-041205-generic

The installation/upgradation procedure of Linux kernel 4.12.5 in Ubuntu 17.04 is done successfully.

Tags:
jackson
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What happened to ftp.kernel.org?

A

FTP service was terminated on March 1, 2017. All content that used to be available via ftp.kernel.org can be accessed by browsing https://www.kernel.org/pub/.

Q

Can I get an account on kernel.org?

A

Kernel.org accounts are usually reserved for subsystem maintainers or high-profile developers.

Q

What timestamp format they use with?

A

All timestamps on kernel.org are in UTC (Coordinated Universal Time).

Q

Why are there files that are dated tomorrow?

A

All timestamps on kernel.org are in UTC (Coordinated Universal Time). If you live in the western hemisphere your local time lags behind UTC. Under Linux/Unix, type date -u to get the current time in UTC.

Q

Where can I find kernel 2.4.20-3.16?

A

Kernel version numbers of this form are distribution kernels, meaning they are modified kernels produced by distributions. Please contact the relevant distributor; or check out https://mirrors.kernel.org/.

Related Tutorials in How to install / upgrade to Linux Kernel 4.12.5 in Ubuntu 17.04

Related Tutorials in How to install / upgrade to Linux Kernel 4.12.5 in Ubuntu 17.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to install / upgrade to Linux Kernel 4.12.5 in Ubuntu 17.04

Related Forums in How to install / upgrade to Linux Kernel 4.12.5 in Ubuntu 17.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to install / upgrade to Linux Kernel 4.12.5 in Ubuntu 17.04

Related News in How to install / upgrade to Linux Kernel 4.12.5 in Ubuntu 17.04

Linux Kernel 4.14 is here, and it has some promising features!
Linux Kernel 4.14 is here, and it has some promising features!
Nov 14, 2017
How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Linus Torvalds stops signing Linux kernel RC tarballs
Linus Torvalds stops signing Linux kernel RC tarballs
May 17, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaac ?
How to run windows application in linux

I need to run the windows application in my Linux machine, instead of installing from yum repo or any other repos. How to do that..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.