docker里面的ubantu容器没有带vim,想下个vim

apt-get install vim
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vim

解决:

apt-get update && apt-get install apt-file -y && apt-file update && apt-get install vim –y

相关文章:

  • 2021-11-25
  • 2021-04-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2021-08-19
猜你喜欢
  • 2021-10-23
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案