1. 程式人生 > >add-apt-repository的簡單說明

add-apt-repository的簡單說明

在 Ubuntu 9.10以後 我們可以使用 "add-apt-repository" 指令碼新增 ppa 到當前的庫中並且自動匯入公鑰。 再終端下使用下面的語法: add-apt-repository ppa:<ppa_name> 舉個例子:安裝最新的audacious(ubuntu下) sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install audacious 注: add-apt-repository 是由 python-software-properties 這個工具包提供的 所以要先安裝python-software-properties 才能使用 add-apt-repository 否則會顯示“command not found” 安裝方法:apt-get install python-software-properties