【发布时间】:2016-01-20 07:42:51
【问题描述】:
我正在尝试使用此命令在 Ubuntu Mate 中添加存储库-
sudo apt-get-repository "****************(repository name)"
但我有这个输出-
sudo: apt-get-repository: command not found
我试过这个-
sudo apt-get install software-properties-common python-software-properties
还有这个-
sudo apt-get install software-properties-common
但仍然得到相同的 command not found 输出。
这背后的原因是什么?还有我该如何解决这个问题?
【问题讨论】:
-
您是否尝试过更新您的存储库?像 sudo apt-get update
-
我在几分钟前使用 sudo apt-get update 进行了更新。已更新。
标签: git ubuntu sudo apt-get apt