在第一次使用 add-apt-repository
脚本前要先安装它
$ sudo apt-get install software-properties-common
这包含 python-software-properties
包中比较常用的一部分脚本。
之后就可以使用 add-apt-repository
添加具体的源。比如每次找到 PPA 源时即可:
$ add-apt-repository ppa:nginx/stable
$ add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt-get install nginx php7.0
大功告成。
如果你需要 nginx 的 SPDY 服务,需要再安装额外组件。
$ sudo apt-get install nginx-extras
吐槽一句,这个 launchpad.net 网站在墙外,访问速度不是很理想。
网友评论