LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Error in Installing Google Chrome on fedora 17 (https://www.linuxquestions.org/questions/linux-software-2/error-in-installing-google-chrome-on-fedora-17-a-4175454004/)

fabe856 03-14-2013 01:27 AM

Error in Installing Google Chrome on fedora 17
 
Hi all,
I want to install Google Chrome on f17 (32 bit). I searched net but could not succeed. Please suggest a simple way.

Regards
Fabe

knudfl 03-14-2013 02:19 AM

https://www.google.com/intl/en_uk/ch...wser/?hl=en-GB
> Download Chrome ... > 32bit rpm for Fedora

cd Downloads/ ; su
# yum localinstall google-chrome-stable_current_i386.rpm
.. and Google Chrome + the 31? dependencies are installed / updated.

-

fabe856 03-14-2013 03:32 AM

Thanks for reply.
I followed the steps but failed again.
After the command
[root@localhost Downloads]# yum localinstall google-chrome-stable_current_i386.rpm
it is showing the following error at the end


Install 1 Package (+28 Dependent packages)
Upgrade ( 8 Dependent packages)

Total size: 155 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test


Transaction Check Error:
file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-runtime-2.0-1.fc17.i686
file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-runtime-2.0-1.fc17.i686
file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-runtime-2.0-1.fc17.i686
file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-devel-2.0-1.fc17.i686
file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-devel-2.0-1.fc17.i686
file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-devel-2.0-1.fc17.i686
file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-client-2.0-1.fc17.i686
file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-client-2.0-1.fc17.i686
file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-client-2.0-1.fc17.i686
file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-2.0-1.fc17.i686
file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-2.0-1.fc17.i686
file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-sdt-devel-2.1-1.fc17.i686 conflicts with file from package systemtap-2.0-1.fc17.i686

Error Summary
-------------

John VV 03-14-2013 03:54 AM

at the very top of the fedoraforum in bold yellow is a link called" Fedora Set-Up Guides"
http://www.fedoraforum.org/?view=fedora_setup
the very first link is to here
http://www.mjmwired.net/resources/
the google chrome install page
http://www.mjmwired.net/resources/mj...18.html#chrome

fabe856 03-14-2013 04:22 AM

Thanks
It gave same error when I tried from the link http://www.mjmwired.net/resources/mj...18.html#chrome. However, I could install chromium.

John VV 03-14-2013 04:32 AM

well you do not put the "rpm " at the end

there is a reason that that was NOT on the install guide
install the google repo !
Code:

su -
-- your root password when asked ----

wget http://www.mjmwired.net/resources/files/google-chrome.repo
cp ./google-chrome.repo /etc/yum.repos.d/google-chrome.repo
rpm --import https://dl-ssl.google.com/linux/linux_signing_key.pub

------ then install it-----
Code:

su -
-- your root password when asked ----
yum install google-chrome-stable

that above will not give you " the same error"


All times are GMT -5. The time now is 05:46 PM.