Skip to content

Instantly share code, notes, and snippets.

@sithu
Created September 25, 2017 16:18
Show Gist options
  • Save sithu/525f2f072429bdd4c4b91277eeedd5c1 to your computer and use it in GitHub Desktop.
Save sithu/525f2f072429bdd4c4b91277eeedd5c1 to your computer and use it in GitHub Desktop.

https://www.linuxbabe.com/ubuntu/install-linux-kernel-4-10-ubuntu-16-04-ukuu

http://old-releases.ubuntu.com/releases/16.04.2/ https://en.wikipedia.org/wiki/Ubuntu_version_history#Table_of_versions http://www.omgubuntu.co.uk/2016/10/download-ubuntu-16-10-new-features

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8/linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8/linux-headers-4.8.0-040800_4.8.0-040800.201610022031_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8/linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_amd64.deb

sudo dpkg -i linux*4.8*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment