Linux/Ubuntu Kernel: Difference between revisions

From Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 29: 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'