linux 升级-杂

   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
原文地址:https://www.cnblogs.com/drizzlewithwind/p/7248057.html