Linux/Ubuntu Kernel: Difference between revisions

From Wiki
No edit summary
No edit summary
 
Line 30: Line 30:
</blockquote>
</blockquote>
[[Category:Linux/System]]
[[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'