红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Debian

Debian下使用Google的linux仓库

发布时间:2007-12-20 20:45:47来源:红联作者:Oersted
最近google推出了很多软件的linux版本,例如picasa,google desktop等,在debian下下载这些软件最方便的办法是将google的linux仓库添加到source中去,然后就可以像下载普通软件那样用apt-cache/apt-get去下载了。

首先,编辑/etc/apt/source.list文件

加入
deb http://dl.google.com/linux/deb/ stable non-free

然后要添加用来验证签名的公钥
#wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

添加之后就可以使用apt-get update来得到软件更新

整个过程如下:

引用:
root@debian:~:0# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
OK
root@debian:~:0# apt-get update
获取:1 http://dl.google.com stable Release.gpg [189B]
命中 http://dl.google.com stable Release
忽略 http://dl.google.com stable/non-free Packages/DiffIndex
命中 http://dl.google.com stable/non-free Packages
下载 189B,耗时 1s (134B/s)
正在读取软件包列表... 完成
root@debian:~:0# apt-cache search google
google-desktop-linux - Google Desktop: Personalize and organize your own computer.


目前能够下载的软件并不多,期待google中国尽快推出linux下的输入法。
文章评论

共有 1 条评论

  1. 徐杰涛 于 2007-12-21 15:39:45发表:

    能够下载的软件并不多,期待google中国尽快推出linux下的输入法