How To Enable YUM Repository
FIRST Add following to
[root@localhost ~]# vi /etc/yum.repos.d/google.repo
nothing display
FOR 32 BIT OS :- type or copy/paste following code....
[google-chrome]
name=google-chrome - 32-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
FOR 64 BIT OS :- type or copy/paste following code....
[google-chrome]
name=google-chrome - 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
AND SAVE IT USING :wq
THEN INSTALL CHROME USING COMMAND
[root@localhost ~]# yum install google-chrome-stable
FIRST Add following to
[root@localhost ~]# vi /etc/yum.repos.d/google.repo
nothing display
FOR 32 BIT OS :- type or copy/paste following code....
[google-chrome]
name=google-chrome - 32-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
FOR 64 BIT OS :- type or copy/paste following code....
[google-chrome]
name=google-chrome - 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
AND SAVE IT USING :wq
THEN INSTALL CHROME USING COMMAND
[root@localhost ~]# yum install google-chrome-stable
0 comments:
Post a Comment