以下是我自己实践得到的,不一定正确,仅供自己学习备份。
1. 通过命令行方式,直接添加PPA到software sources ,同时,把key也获取到。
例如:添加deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu lucid main。
该PPA page原文如下:
################################################################################
Technical details about this PPA
This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.
Display sources.list entries for: Lucid (10.04) Karmic (9.10) Jaunty (9.04) Hardy (8.04)
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu lucid main deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu lucid main
-
Signing key:
-
1024R/64234534( What is this?)
Fingerprint:
- A292248FCB9CFB8689A30B7A2BBD133164234534
Dependencies:
- XBMC Build Dependencies PPA (included on 2010-08-09)
- ######################################################
只需执行一条命令#sudo add-apt-repository ppa:team-xbmc-svn/ppa
然后打开software sources,就可以看到添加成功拉,且key
64234534也导入了。
For questions and bugs with software in this PPA please contact XBMC SVN BUILDING.
本文介绍了一种在Ubuntu系统中通过命令行方式手动添加PPA(Personal Package Archive)的方法,并展示了如何将签名密钥导入系统,以便用户可以方便地安装和更新特定软件包。

1729

被折叠的 条评论
为什么被折叠?



