openSUSE Forums > Network/Internet » HowTo: Install Google Chrome developer edition in OpenSUSE

Go Back   openSUSE Forums > Network/Internet
Forums FAQ Members List Search Today's Posts Mark Forums Read

Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS)

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-Jul-2009, 11:53
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 12
msounhein hasn't been rated much yet
Default HowTo: Install Google Chrome developer edition in OpenSUSE

If anyone was wondering how to install the Google Chrome browser in OpenSUSE 11.1 then you've come to the right place. Just to let you know flash is unavailable in Chrome right now. This version that you will be using in considered unstable. The file that we will be downloading was built for Debian. I can NOT guarantee that what I am about to have you do will not break your system. Having said that I am currently writing this in Chrome. So let's get started. First you're going to need to check if your environment is up to par by doing the following.
Open the yast package manager and search for the following

1. mozilla-nspr
2. mozilla-nss
3. alien

If you did not have the aforementioned packages installed please install them.

Step 2
Download Google Chrome by going to
Google Chrome

Step 3
Convert the .deb file that you just downloaded to a .rpm by doing the following (Mind you that you must change ./Desktop to whichever directory you downloaded the .deb file to.)

alien -r ./Desktop/google-chrome-unstable_current_i386.deb

step 4
install the newly created .rpm file by doing the following

sudo rpm -Uhv --nodeps ./google-chrome-unstable-3.0.192.0-1.i386.rpm

Step 4
Create an environment that allows Google Chrome to run by doing the following as root

ln -s /usr/lib/libnspr4.so /usr/lib/libnspr4.so.0 d
ln -s /usr/lib/libplc4.so /usr/lib/libplc4.so.0d
ln -s /usr/lib/libplds4.so /usr/lib/libplds4.so.0 d
ln -s /usr/lib/libssl3.so /usr/lib/libssl3.so.1d
ln -s /usr/lib/libsmime3.so /usr/lib/libsmime3.so .1d
ln -s /usr/lib/libnssutil3.so /usr/lib/libnssutil 3.so.1d
ln -s /usr/lib/libnss3.so /usr/lib/libnss3.so.1d

Step 5
run Google Chrome by doing the following.

google-chrome

Step 6
Notice how much faster Chrome is compared to Firefox on Linux.

Have Fun.
Reply With Quote
  #2 (permalink)  
Old 16-Jul-2009, 18:13
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 12
msounhein hasn't been rated much yet
Default Re: HowTo: Install Google Chrome developer edition in OpenSU

Has anyone else gotten this to work?
Reply With Quote
  #3 (permalink)  
Old 16-Jul-2009, 18:23
Havoc65's Avatar
Parent Penguin
 
Join Date: Jun 2008
Location: Kansas City, MO
Posts: 582
Havoc65 hasn't been rated much yet
Default Re: HowTo: Install Google Chrome developer edition in OpenSU

was thinking about trying this but haven't made up my mind yet
Reply With Quote
  #4 (permalink)  
Old 16-Jul-2009, 18:24
Flux Capacitor Penguin
 
Join Date: Jun 2008
Location: GMT+10
Posts: 6,088
ken_yap has a brilliant future with this reputationken_yap has a brilliant future with this reputationken_yap has a brilliant future with this reputationken_yap has a brilliant future with this reputationken_yap has a brilliant future with this reputationken_yap has a brilliant future with this reputationken_yap has a brilliant future with this reputationken_yap has a brilliant future with this reputationken_yap has a brilliant future with this reputationken_yap has a brilliant future with this reputationken_yap has a brilliant future with this reputation
Default Re: HowTo: Install Google Chrome developer edition in OpenSU

I haven't tried it on SUSE but I have installed the DEB on an Ubuntu machine at work. Lots of things are still missing, in particular proxy settings, which meant that I couldn't view external sites. So I decided to wait until they have implemented more functionality. It's a rapidly moving target anyway.
Reply With Quote
  #5 (permalink)  
Old 16-Jul-2009, 18:41
BenderBendingRodriguez's Avatar
Wise Penguin
 
Join Date: Jun 2008
Posts: 1,700
BenderBendingRodriguez hasn't been rated much yet
Default Re: HowTo: Install Google Chrome developer edition in OpenSU

I must say that it is A LOT faster than Firefox and if they will have thing like AdBlock in chrome then i dump FF and go to google's camp.

Later you can just unpack the deb file and overwrite the old ones by copying it as su.

To unpack the lzma packaged data file you need to have lzma installed and unpack it from command line since Ark does not support lzma.

P.S. If you follow planet SUSE then you'll see that Ben Kevan is spewing out rpms with google-chrome inside
__________________
How does a linux geek make love??

- rtfm; unzip; strip; touch; finger; mount; fsck; more; yes; umount; zip; sleep;
Reply With Quote
  #6 (permalink)  
Old 16-Jul-2009, 18:57
Havoc65's Avatar
Parent Penguin
 
Join Date: Jun 2008
Location: Kansas City, MO
Posts: 582
Havoc65 hasn't been rated much yet
Default Re: HowTo: Install Google Chrome developer edition in OpenSU

well i tryed it cant get it to work
Reply With Quote
  #7 (permalink)  
Old 16-Jul-2009, 19:49
BenderBendingRodriguez's Avatar
Wise Penguin
 
Join Date: Jun 2008
Posts: 1,700
BenderBendingRodriguez hasn't been rated much yet
Default Re: HowTo: Install Google Chrome developer edition in OpenSU

Try here ( i did and it works great).

http://www.benkevan.com/blog/google-...-opensuse-rpm/

P.S. The 64 bit rpm is in fact 32 bit so try to start from console first to see what you need and install missing 32 bit packages. Of course only if you run 64 bit SUSE
__________________
How does a linux geek make love??

- rtfm; unzip; strip; touch; finger; mount; fsck; more; yes; umount; zip; sleep;
Reply With Quote
  #8 (permalink)  
Old 16-Jul-2009, 21:10
Havoc65's Avatar
Parent Penguin
 
Join Date: Jun 2008
Location: Kansas City, MO
Posts: 582
Havoc65 hasn't been rated much yet
Default Re: HowTo: Install Google Chrome developer edition in OpenSU

Quote:
Originally Posted by BenderBendingRodriguez View Post
Try here ( i did and it works great).

http://www.benkevan.com/blog/google-...-opensuse-rpm/

P.S. The 64 bit rpm is in fact 32 bit so try to start from console first to see what you need and install missing 32 bit packages. Of course only if you run 64 bit SUSE
thanks for the link
and i did run it from console saw the error tried to link it then got another error and was tired of messing with it lol
but will try your link thxs again
Reply With Quote
  #9 (permalink)  
Old 15-Sep-2009, 11:11
Puzzled Penguin
 
Join Date: Mar 2009
Posts: 4
shinieb hasn't been rated much yet
Default Re: HowTo: Install Google Chrome developer edition in OpenSU

i'm sorry to see that its the fastest browser i've seen I always had this thing against google, i dont like to "google" i prefer yahoo, and now i'm surfing on chrome, thats why im sorry lol

Agree with benderbending, if adblock would work inn chrome, it would be goodbye for ff. I dont think that would happend.. google IS ads, they breath and live for ads.
Well maybe adblock will turn up in chrome, but someone else than google will have to make that wet dream come through..
Anyone who can fix adblock in chrome? Pleeease
Without loosing any speed in chrome of course..
Reply With Quote
  #10 (permalink)  
Old 15-Sep-2009, 11:54
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 5,490
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: HowTo: Install Google Chrome developer edition in OpenSUSE

Quote:
Originally Posted by shinieb
i'm sorry to see that its the fastest browser i've seen I always had
this thing against google, i dont like to "google" i prefer yahoo, and
now i'm surfing on chrome, thats why im sorry lol

Agree with benderbending, if adblock would work inn chrome, it would be
goodbye for ff. I dont think that would happend.. google IS ads, they
breath and live for ads.
Well maybe adblock will turn up in chrome, but someone else than google
will have to make that wet dream come through..
Anyone who can fix adblock in chrome? Pleeease
Without loosing any speed in chrome of course..
Hi
Have you tried adsweep?

--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default
up 7 days 19:05, 2 users, load average: 0.10, 0.29, 0.17
GPU GeForce 8600 GTS Silent - Driver Version: 190.18

Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.2