[Ubuntu] add-apt-repository

有些特定軟體需要新增 PPA source 才可以安裝

要新增 PPA source 端就要使用 add-apt-repository 這個指令

要使用這個指令必須安裝 python-software-properties

1
sudo apt-get install python-software-properties -y

 

Ubuntu 13 以上的版本請改安裝 software-properties-common 這個套件

1
sudo apt-get install software-properties-common -y
comments powered by Disqus