在Ubuntu系统下无法找到add-apt-repository了,网上查了一下资料,原来是需要:
python-software-properties
于是:apt-get install python-software-properties
除此之外还要安装:
software-properties-common
于是:apt-get install software-properties-common
然后就能用add-apt-repository了。