Instalando Google Chrome no Fedora 11

July 11th, 2009 by Daniel Bruno Leave a reply »

O Chrome é o navegador open-source desenvolvido pelo Google, que a principio foi lançado somente para Windows, e atualmente encontra-se na versão beta para Gnu/Linux e Mac OS X.

Recentemente foram liberados pacotes rpm e deb do Chromium, desenvolvido a partir da base do Chrome. Porém o rpm lançado não ficou nenhum um pouco legal, e com base no tarball lançado foi feito um outro rpm que funciona muito bem. Há duas formas para realizar a instalação, baixando direto o rpm ou configurando um repositório não oficial e instalar via YUM.

Instalando utilizando o YUM

Os pacotes estão disponíveis, no endereço http://spot.fedorapeople.org/chromium/ .

Realize o download do V8 e do Chromium.

  1. wget http://spot.fedorapeople.org/chromium/F11/v8-1.2.12-1.20090708svn2391.fc11.i586.rpm
  2. wget http://spot.fedorapeople.org/chromium/F11/chromium-3.0.193.0-0.1.20090708svn20141.fc11.i586.rpm

Faça a instalação dos dois pacotes.

  1. rpm -ivh v8-1.2.12-1.20090708svn2391.fc11.i586.rpm chromium-3.0.193.0-0.1.20090708svn20141.fc11.i586.rpm

Configurando o repositório para instalação pelo YUM

Crie o arquivo chromium.repo em /etc/yum.repos.d

  1. vi /etc/yum.repos.d/chromium.repo

Com a configuração abaixo

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

Instalando

  1. yum install chromium

Pronto, o yum vai fazer todo o trabalho de resolver as dependências, baixar, instalar e futuramente atualizar.

Esse post foi escrito utilizando o Chromium ;)

Mais informações:
Chromium
Google Chrome

Advertisement

4 comments

  1. Andre Mauricio says:

    Daniel, parabéns pelo post, estou respondendo pelo Chromium.
    Obrigado :)

  2. sportif says:

    Considerably, the post is really the freshest on this worthy topic. I agree with your conclusions and will thirstily look forward to your approaching updates. Just saying thanks will not just be enough, for the extraordinary clarity in your writing. I will immediately grab your rss feed to stay privy of any updates. Genuine work and much success in yourbusiness efforts!

  3. Helder says:

    Parabéns pelo post, claro, preciso e objetivo

Leave a Reply