首页 > 系统服务 > 详细

linux 升级-杂

时间:2017-07-28 00:50:13      阅读:350      评论:0      收藏:0      [点我收藏+]
   apt-cache search linux
  510  apt-cache search linux | grep generic
  511  apt-cache search linux | grep 4.10.
  512  apt-cache search linux | grep 4.10. | grep all
  513  dpkg --get-selections | grep linux
  514  cd /home/xxxxx/Downloads/
  515  ll -h | grep deb
  516  dpkg -i linux-headers-4.10.17-041017_4.10.17-041017.201705201051_all.deb 
  517  dpkg -i linux-headers-4.10.17-041017-generic_4.10.17-041017.201705201051_amd64.deb 
  518  dpkg -i linux-image-4.10.17-041017-generic_4.10.17-041017.201705201051_amd64.deb 
  519  uname -a
  520  update-grub
  521  reboot 
  522  apt-get update 
  523  update-manager -d

 

linux 升级-杂

原文:http://www.cnblogs.com/drizzlewithwind/p/7248057.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!