How to install Google Chrome browser on Fedora 11

1 09 2009

Installation of Chromium browser can be done in both ways – either manually or using the YUM updater. These packages have been specially built for Fedora 11 and are available for both 32 bit and 64 bit systems.

Install Using Packages (RPMs)

RPMs of the 32 bit and 64 bit versions of both Fedora 10 and Fedora 11 operating systems are available at

http://spot.fedorapeople.org/chromium/. Or   http://www.google.com/chrome

Download and install them by either double clicking the RPMs or by using the

rpm -ivh <package-name> command. If you are looking for source RPMs, these can also be found at the link above.

Install Using YUM

One advantage of installing Chromium via YUM is that you will get updates to Chromium automatically. Also there won’t be any dependency problem while installing. All you need to do is just type the content given below into  filenamed chromium.repo .

[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0

and save it to your /etc/yum.repos.d directory. Once done, then you can install Chromium by using the command: yum -y install chromium

Special note for 64bit version users

There have been many issues with the 64 bit version of the Chrome Browser.

So in order to fix the issue all you need to do is just install this missing package. To do so, you need to type the following command in a terminal:

sudo yum -y install nss-mdns

After installation, you must restart your Google Chrome browser for the changes to be applied.

fedora-chromium

Screenshot-1

Chromium can be launched from Applications > Internet > Chromium Web Browser. You can also alunch it from the terminal using the command chromium-browser. Since this install is a development build, some advanced functionality such as Support for Plugins(including Flash Plugin), Printing and support for Google Gears will not be available until it’s next release.





How to install Google Chrome browser in Ubuntu?

15 08 2009

I believe most of you have heard of Chrome before. Chrome is Google’s promising browser, based on Chromium project, which is considered to be really fast. Until recently Chrome was available only for Windows and Mac users. But now Google has released a version of Chrome for developers in order to test it. Of course I was curious to see it running natively on Linux (without using wine or crossover office) and therefore I installed it on Ubuntu 9.04 Jaunty Jackalope. According to the developers site:

Chrome requires Intel Pentium 4 / Athlon 64 or later CPU, and 32 or 64 bit Ubuntu 8.04 or later, or 32 bit Debian 5. Support for other Linux distributions is planned; unpacking the .deb files by hand may work.

Installing Google Chrome will add the Google repository
so your system will automatically keep Chrome up to date. (If you don’t want Google’s repository, do

sudo touch /etc/defaults/google-chrome

before installing the package.)

Note: The Linux build still lacks certain privacy features, and is not appropriate for general consumer use.

To test it on your own download and install the appropriate package depending on your computer’s Linux installation. Clicking on it should do the job

**Note: you can do this also manually by downloading the appropriate package, open a terminal, cd to where you keep it and type:

sudo dpkg -i google-chrome-unstable*

You can find it under Applications > Internet -> Chromium Web Browser .

//

Now you can enjoy Google Crhome browser in Linux!







Follow

Get every new post delivered to your Inbox.