Ubuntu 通过PPA安装第三方提供的软件

通过PPA(Personal Package Archive),可以安装Ubuntu官方仓库中没有的软件。此外Debain也很容易把Ubuntu PPA中的软件转换为Debain版。

新增PPA到仓库中

sudo add-apt-repository ppa:user/ppa-name

执行该命令后会有确认提示,enter确认

拉取最新软件列表,这让系统知道新增的PPA中的软件

sudo apt-get update

安装

sudo apt-get install software