错误来啦:sudo: add-apt-repository:command not found
      网上解决办法是直接安装工具包 命令:sudo apt-get install python-software-properties

      loter亲测安装后还是报command not found,所以依赖包还没有安装完全,少了什么呢?

     执行命令:add-apt-repository ,如图,除了要安装python-software-properties外还需要software-properties-common

     ok,执行安装命令:sudo apt-get software-properties-common

是这个  才起作用能安装sudo apt-get install software-properties-common

 

 

 

相关文章:

  • 2022-02-08
  • 2021-12-30
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-11
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2021-10-11
相关资源
相似解决方案