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