为ubuntu 添加 ppa源
add-apt-repository 这个命令是在python-software-properties软件包,所以要先安装 python-software-properties包:
apt-get install python-software-properties
装完之后,如果想从ppa源安装nginx则:
add-apt-repository ppa:nginx/stable
ok之后就
apt-get update && apt-get install nginx
同理,安装transmission则
add-apt-repository ppa:transmissionbt/ppa
apt-get update && apt-get install transmission-daemon
- 原文作者:Hello,world!
- 原文链接:https://330220.xyz/post/%E4%B8%BAubuntu-%E6%B7%BB%E5%8A%A0-ppa%E6%BA%90/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. 进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。