Linux/Ubuntu Kernel: Difference between revisions

From Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Ubuntu Mainline Kernel ==
* Download: http://kernel.ubuntu.com/~kernel-ppa/mainline
* Download: http://kernel.ubuntu.com/~kernel-ppa/mainline
** linux-headers-xxx-generic_amd64.deb
** linux-headers-xxx-generic_amd64.deb
Line 28: Line 29:
</pre>
</pre>
</blockquote>
</blockquote>
[[Category:Linux/System]]
[[Category:Linux]]

Latest revision as of 13:59, 1 April 2017

Ubuntu Mainline Kernel


  • Install:
sudo dpkg -i *.deb
  • Uninstall:
dpkg -l | grep "linux\-[a-z]*\-"
sudo apt-get remove KERNEL_PACKAGES_TO_REMOVE


  • Remote Install
scp -r ~/Kernel_*/ user@ip:~/Kernel_*
ssh root@ip 'dpkg -i ~/Kernel_*/*.deb'