添加PPA到add-apt-repository (Adding a PPA to add-apt-repository )

添加PPA到add-apt-repository (Adding a PPA to add-apt-repository )

使用PPA安装ubuntu-toolchain的时候无法安装

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
可能出现的失败情况:
>retrieving gpg key timed out
>Cannot add PPA: 'ppa:ubuntu-toolchain-r/test'.
>ERROR: user or team does not exist

可能的解决方案:
uBuntu指定gcc版本升级(add-apt-repository)
ubuntu无法添加PPA的解决办法
Error: retrieving gpg key timed out
以上方法对我的情况无效,我的解决方案如下: 参考资料

sudo apt-add-repository "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main"
# 注意不同的Ubuntu版本的名字是不一样的,16.04LTS xenial,18.04 bionic 等

欢迎邮件至[email protected]与我交流讨论~

你可能感兴趣的:(科研日常)