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

 

相关文章:

  • 2021-07-03
  • 2021-07-20
  • 2021-06-01
  • 2021-06-13
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-08
  • 2021-06-03
  • 2021-04-19
  • 2021-07-12
  • 2021-11-28
  • 2021-07-14
  • 2021-11-05
相关资源
相似解决方案