• 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 Install Linux Kernel 4.17 In Ubuntu 18.04

How To Install Linux Kernel 4.17 In Ubuntu 18.04

By Sourabh / June 5, 2018 Category: How To, Ubuntu

How to install Linux Kernel 4.17 in Ubuntu 18.04. Linux Kernel 4.17 brings numerous updates and new drivers’ support coupled with hardware and network improvements. Announcing the release of Linux Kernel 4.17, Linus Torvalds wrote:

So this last week was pretty calm, even if the pattern of most of the stuff coming in on a Friday made it feel less so as the weekend approached. And while I would have liked even less changes, I really didn’t get the feeling that another week would help the release in any way, so here we are, with 4.17 released.

No, I didn’t call it 5.0, even though all the git object count numerology was in place for that. It will happen in the not _too_ distant future, and I’m told all the release scripts on kernel.org are ready for it, but I didn’t feel there was any real reason for it. I suspect that around 4.20 – which is I run out of fingers and toes to keep track of minor releases, and thus start getting mightily confused – I’ll switch over. That was what happened for 4.0, after all.

As for the actual changes since rc7 – the shortlog is appended – it’s mostly drivers, networking, perf tooling, and a set of nds32 fixes. With some random other stuff thrown in. Again, the shortlog is obviously only the last calm week, the overall changes since 4.16 are much too big to list in that format. The big 4.17 stuff was mentioned in the rc1 email when the merge window closed, but I guess it’s worth repeating how 4.17 is actually a slightly smaller kernel than 4.16, thanks to the removal of a number of effectively dead architectures (blackfin, cris, frv, m32r, metag, mn10300, score, and tile). Obviously all the other changes are much more important, but it’s always nice to see spring cleaning like that.

And with this, the merge window for 4.18 is obviously open. I actually have some travel the second week of the merge window, which is very inconvenient for me, but I do hope that we’ll get all the big stuff merged the first week and it won’t impact any release scheduling. But we’ll have to see.

Install Kernel 4.17 on 64 Bit Linux

Run the following commands in terminal to install Kernel 4.17 on 64 Bit Linux Systems:

sudo apt-get update
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17/linux-headers-4.17.0-041700_4.17.0-041700.201806032231_all.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17/linux-modules-4.17.0-041700-generic_4.17.0-041700.201806032231_amd64.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17/linux-image-unsigned-4.17.0-041700-generic_4.17.0-041700.201806032231_amd64.deb
sudo dpkg -i *.deb
sudo reboot

Install Kernel 4.17 on 32 Bit Linux

Run the following commands in terminal to install Kernel 4.17 on 32 Bit Linux Systems:

sudo apt-get update
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17/linux-headers-4.17.0-041700_4.17.0-041700.201806032231_all.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17/linux-modules-4.17.0-041700-generic_4.17.0-041700.201806032231_i386.deb
wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17/linux-image-4.17.0-041700-generic_4.17.0-041700.201806032231_i386.deb
sudo dpkg -i *.deb
sudo reboot

Tags: Install Kernel in Ubuntu, Install Linux Kernel 4.17 in Ubuntu, Install Linux Kernel 4.17 in Ubuntu 18.04, Install Linux Kernel in Ubuntu, Linux Kernel 4.17, Linux Kernel 4.17 Ubuntu, Linux Kernel 4.17 Ubuntu 18.04, Ubuntu 18.04 Linux Kernel 4.17, Ubuntu Linux Kernel 4.17, Update Kernel in Ubuntu, Update Linux Kernel in Ubuntu, Upgrade Kernel in Ubuntu, Upgrade Linux Kernel in Ubuntu

Primary Sidebar

Latest Posts

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

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

Best AI Plugins For WordPress To Use In 2026

3 Commands To Check USB Connection In Linux Terminal

Linux Terminal Commands for Beginners With Examples

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap