我想更新我的操作系统,Ubuntu14.04和我有问题的Ubuntu软件中心和添加存储库安装更多的应用程序。
命令:
sudo add-apt-repository ppa:elementary-os/unstable-upstream
sudo: add-apt-repository: command not found发布于 2015-07-23 18:01:54
简单地跑
sudo apt-get install software-properties-common你会有add-apt-repository
包是Ubuntu标准库的一部分。
https://askubuntu.com/questions/651853
复制相似问题