Linux/Ubuntu Kernel: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 29: Line 29:
</pre>
</pre>
</blockquote>
</blockquote>
[[Category:Linux/System]]

Revision as of 13:28, 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'