我试图为安装Ubuntu添加ppa,但我不能这样做。终端打印:无法添加PPA:“ppa:tualatrix/ppa”。请检查PPA名称或格式是否正确。那么如何安装Ubuntu呢?
>uname -a
Linux Inspiron-15-3552 3.13.0-161-generic #211-Ubuntu
SMP Wed Oct 3 14:52:35 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
>lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
>sudo add-apt-repository ppa:tualatrix/ppa
Cannot add PPA: 'ppa:tualatrix/ppa'.
Please check that the PPA name or format is correct.发布于 2018-12-01 11:46:51
您应该检查网络连接设置和防火墙,然后再试一次。
您提到的PPA (“官方Ubuntu调整稳定存储库”)是活动并为14.04 LTS提供软件包。
这样您就可以安装Ubuntu
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweakhttps://askubuntu.com/questions/1097640
复制相似问题