Answers:
具有root权限,请编辑/etc/apt/sources.list
:
sudo vim /etc/apt/sources.list
然后查找以下行或自行添加:
deb http://archive.ubuntu.com/ubuntu/ precise-proposed restricted main multiverse universe
(如果您未使用精确版,则可以将其替换为当前版本)
保存文件。然后运行sudo apt-get update
并安装要使用的软件包sudo apt-get install package/precise-proposed
或sudo apt-get -t precise-proposed install package
。
sudo sh -c "echo 'deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe' >> /etc/apt/sources.list.d/proposed-repositories.list"
sudo apt-get update
sudo apt-get -t precise-proposed install some-package
做完了
您可以尝试UBUNTU SOURCES.LIST AUTOGENIC GENERATOR:包括可通过Ubuntu自己的GUI使用的所有默认存储库,还可以添加其他流行/有用的PPA,例如wine,virtualbox,tor,playdeb和getdeb,mozilla日常构建,medibuntu等