Linux

解决sudo add-apt-repository command not found

1. Error:

在我使用Typora软件源时出现了这个错误
root@PC:~# sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo: add-apt-repository:找不到命令

2. 解决方法:

其实就是少安装了一个包。

执行命令:

apt install software-properties-common

root@PC:~# apt install software-properties-common
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
将会同时安装下列软件:
  packagekit packagekit-tools python-apt-common python3-apt python3-pycurl
  python3-software-properties unattended-upgrades
......

评论

This is just a placeholder img.