红联Linux门户
Linux帮助

终于用上Linux版Google桌面搜索了

发布时间:2007-09-06 21:10:41来源:红联作者:Cbianhe
  Google 桌面搜索客户端允许你对计算机中的文件、音乐、照片、电子邮件、聊天记录等进行搜索。这款客户端软件之前只能用于 Windows 和 Mac OS 系统。 当前官方提供了rpm/deb两种格式的下载,Ubuntu下的安装很简单:

  将Google Deb源添加到系统apt源中。

  sudo vi /etc/apt/source.list在末尾添加如下内容:

  # Google software repository
  dehttp://dl.google.com/linux/deb/ stable non-free然后执行下面命令安装:

  wget -q -O http://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  sudo apt-get update
  sudo apt-get install google-desktop-linux
文章评论

共有 1 条评论

  1. deepwhite 于 2007-09-06 23:06:09发表:

    这个东西很占资源的