我正在尝试通过以下方法将sublime安装到我的ubuntu服务器上。
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
但是当我把第一个命令给它时,这个错误
sudo: add-apt-respository: command not found
有人可以帮我吗?
尝试" Lets_eat_potatos"解决但无法解决问题。这是错误https://www.dropbox.com/s/brsn2tpg8a2mmwj/Selection_201.png?dl=0
的快照答案 0 :(得分:1)
您需要先安装它,然后使用:
sudo apt-get install software-properties-common python-software-properties
答案 1 :(得分:0)
那是因为找不到add-apt-repository
命令。
您需要为其安装python-software-properties
:
sudo apt-get install python-software-properties