1. 首先需要确认自己的Ubuntu里有没有安装好的screen,如果遇到错误bash: screen: command not found,那就是说明没有安装.
    Ubuntu安装screen
  2. 命令行中输入apt-get update后会看到一系列更新的信息
    Ubuntu安装screen

  3. 命令行中输入`apt-get install screen,然后又是一堆安装信息(这里的截图不全,后面还有很多打印出来的信息)
    Ubuntu安装screen

  4. 此时screen已安装成功,在命令行中可以正常创建窗口等

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-04-03
  • 2021-12-22
  • 2022-02-23
  • 2021-10-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-01-10
  • 2022-12-23
  • 2021-09-15
  • 2021-07-26
相关资源
相似解决方案