首先,编辑/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下的输入法。
徐杰涛 于 2007-12-21 15:39:45发表:
能够下载的软件并不多,期待google中国尽快推出linux下的输入法