刚上手用linux虚拟机,碰到问题,依次记录如下

  • vmtools无法安装(灰色)
    在虚拟机的设置中,让光驱(CD)连接上vmware安装文件下的linux.iso。这个光驱里面含有vmtools的安装程序。网上的资料很好找。

  • apt-get Error:Unable to locate package(apt-get 下载不了东西)
    (apt-get可以联网安装很多有用的东西,例如vim和yum等等。)
    先sudo apt-get update,在sudo apt-get upgrade;如果不成功,说明要更新:https://blog.csdn.net/u010622613/article/details/83017163
    如果没有能用的上的源,以下是清华大学开源镜像
    https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/
    弄好了sources.list之后:碰到问题如下
    VMware 小白使用ubuntu虚拟机碰到的问题笔记
    输入$sudo apt --fix-broken install 成功运行后就可以用apt-get安装东西了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-09
  • 2021-12-23
  • 2022-02-03
  • 2021-10-24
  • 2022-12-23
  • 2021-11-09
猜你喜欢
  • 2021-08-26
  • 2021-07-11
  • 2021-08-20
  • 2021-12-28
  • 2022-12-23
  • 2021-06-05
  • 2021-12-06
相关资源
相似解决方案