Unixmen网站上介绍了一篇非常适合新手的教程《在Fedora 12上安装谷歌应用程序》,Osss.cn开源社区提供了简易翻译,如在安装过程中出错,请参考原文:在本文中,我们将向你介绍如何在Fedora 12上安装谷歌应用程序,如:PIcassa ,Google Chrome ,Goolge Earth,Google gadgets,Google Desktop。
1. Google Chrome
如果你对Google’s Chrome浏览器感兴趣,这里有一个非稳定的64位版本,你可以使用yum来安装它 :
sudo yum install google-chrome-unstable
安装好之后,执行你的~/.bashrc file:
source ~/.bashrc
现在google-chrome现在可以执行了
google-chrome &
你也可以选择Applications -> Internet -> Google Chrome 打开程序。
2. Google Desktop
根据Google描述,Google Desktop是一个桌面搜索应用程序,可以让你很简单访问计算机上和网上信息,Desktop可以搜索你的Google邮件,文件,音乐,照片。 你可以使用yum来安装Google Desktop
sudo yum install google-desktop-linux
安装好之后,执行你的 ~/.bashrc文件:
source ~/.bashrc
现在Google Desktop可以运行了,使用如下命令:
gdlinux &
你也可以选择Applications -> Google Desktop 来打开这个程序。
3. Google Earth
安装ttf-bitstream-vera字体
在安装Google Earth之前,先安装ttf-bitstream-vera字体,通过yum来安装:
sudo yum install bitstream-vera-fonts-common bitstream-vera-sans-fonts bitstream-vera-sans-mono-fonts bitstream-vera-serif-fonts
在安装过程中,选择’y’
安装Google Earth
下载Google Earth二进制文件,下载地址:http://earth.google.com/download-earth.html
点击Agree and Download按钮下载文件,下载好之后,更改文件执行权限,命令如下:
chmod ugo+x ~/Download/GoogleEarthLinux.bin
然后使用sudo执行文件:
sudo ~/Download/GoogleEarthLinux.bin
接下来开启GUI安装, 选择 /usr/local/src/google-earth为安装路径,/usr/local/bin为二进制路径。 安装好之后,需要更改安全库:
sudo chcon -t textrel_shlib_t /usr/local/src/google-earth/lib*.so
接下来,我们需要安装一些32位库文件,先安装32-bit NVIDIA库:
sudo yum install xorg-x11-drv-nvidia-libs.i686 –enablerepo=rpmfusion-nonfree-updates-testing
然后安装剩余的32-bit库:
sudo yum install glibc.i686 libxml2.i686 freetype.i686 libXrender.i686 libXrandr.i686 mesa-libGL.i686 libcanberra-gtk2.i686 nss-mdns.i686 PackageKit-gtk-module.i686 qt.i686 qt-x11.i686
运行Google Earth,输入:
googleearth &
你也可以选择Applications -> Internet -> Google Earth启动这个程序。
4. Google Gadgets
如果你对Google的小工具感兴趣,就往下看吧,按如下方法安装,使用yum命令:’
sudo yum install google-gadgets google-gadgets-gtk google-gadgets-qt
安装好之后,执行你的~/.bashrc文件:
source ~/.bashrc
现在可以运行ggl-qt了
ggl-qt &
另外,你也可以使用ggl-gtk。
5. Google Picasa
Picasa软件相信大家在windows下使用过,它是一款非常优秀的图片相册管理编辑软件,在此不做过多介绍。
最新的Picasa版本可以在测试仓库中下载到,安装步骤如下:
添加一个yum源,使用vi建立/etc/yum.repos.d/google.repo文件,
vi /etc/yum.repos.d/google.repo
在这个文件中添加如下内容:
[google-testing]
name=Google Testing – i386
baseurl=http://dl.google.com/linux/rpm/testing/i386
enabled=1
gpgcheck=1
保存退出,现在使用yum来安装:
sudo yum install picasa
安装好之后,执行你的 ~/.bashrc文件:
source ~/.bashrc
执行picasa:
picasa &