Senin, 20 Februari 2012

Instalasi Browser Google Chrome dengan YUM di Fedora 14 / CentOS 5.6


Kalo cara biasa menginstall google chrome dilinux adalah dengan cara membuka alamat http://www.google.com/chrome lalu mendownload paket google chrome, dengan cara berikut ini, Google Chrome bisa langsung diinstall dari terminal dengan bantuan yum.
Buat file google.repo di /etc/yum.repo.d/ yang berisi :
32 bit
<p>Your browser does not support iframes.</p>
[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
64 bit
<p>Your browser does not support iframes.</p>
[google64bit]
name=Google - x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
Instalasi Google Chrome versi stabil
yum install google-chrome-stable
Instalasi Google Chrome versi beta dan unstable
yum install google-chrome-unstable
versi beta
yum install google-chrome-beta
<p>Your browser does not support iframes.</p>
Related posts:
  1. Install Google Chrome 32 bit dan 64 bit Fedora 16
  2. Repository Tambahan Fedora 16
  3. Google Chrome error while loading shared libraries: libpng12.so.0
  4. Disable Password Manager Google Chrome
  5. Instalasi Adobe Air di Fedora 13, 14 / CentOS 5.5

1 komentar: