how install google-chrome on salix 13.1

Post Reply
User avatar
petitbob
Posts: 3
Joined: 25. Mar 2010, 19:41
Location: France
Contact:

how install google-chrome on salix 13.1

Post by petitbob »

hello,
In recent months, I now use as the default browser Google Chrome instead of Firefox. I find it more responsive, lighter and easier to use. I installed it on Debian Squeeze, Fedora and Mandriva 2010.1 without problem. Things got worse with Salix 13.1. No package is in custody as for Slackware 13.1 of Salix to 13.1. So I started in this facility with the help of research on google.fr. What helped me find everything I needed to install and properly use Google Chrome on Salix 13.1.
There is no need to install some dependencies as Salix 01.13: ORBit2, GConf and mozilla-nss. But for Slackware 13.1, it is necessary to install first from slackbuilds.org .

The first step is to create symlinks in / usr / lib:
#ln -s /usr/lib/firefox/libnss3.so /usr/lib/libnss3.so.1d
#ln -s /usr/lib/firefox/libnssutil3.so /usr/lib/libnssutil3.so.1d
#ln -s /usr/lib/firefox/libsmime3.so /usr/lib/libsmime3.so.1d
#ln -s /usr/lib/firefox/libssl3.so /usr/lib/libssl3.so.1d
#ln -s /usr/lib/firefox/libplds4.so /usr/lib/libplds4.so.0d
#ln -s /usr/lib/firefox/libplc4.so /usr/lib/libplc4.so.0d
#ln -s /usr/lib/firefox/libnspr4.so /usr/lib/libnspr4.so.0d
#ln -s /usr/lib/libjpeg.so.8 /usr/lib/libjpeg.so.62


The second step is the installation of Google Chrome-from slackbuilds.org .

1 - Download Google-Chrome.Slackbuild on slackbuilds.org : you should download google-chrome-stable_current_i386.deb or google-chrome-stable_current_amd64.deb depending on its processor, and google-chrome.tar.gz .

2 - Extract the file google-chrome.tar.gz: a file "google-chrome" is created in the working directory.
#tar zxf google-chrome.tar.gz


3 - Copy google-chrome-stable_currentxxx.deb in the directory "google-chrome":
#cp google-chrome-stable_current_i386.deb google-chrome
4 - Building the Slackware Google Chrome: it must first make the package google-chrome.SlackBuild executable.
#cd google-chrome
#chmod +x google-chrome.SlackBuild
#./google-chrome.SlackBuild
... ...
opt/google/chrome/resources/inspector/inspector.css
opt/google/chrome/xdg-settings
opt/google/chrome/chrome-sandbox
opt/google/chrome/chrome.pak
opt/google/chrome/product_logo_22.png
opt/google/chrome/chrome
opt/google/chrome/libgcflashplayer.so
install/ i
nstall/doinst.sh
install/slack-desc
Slackware package /tmp/google-chrome-5.0.375.55-i386-1_SBo.tgz created.


5 - Install package google-chrome-5.0.375.55-i386-1_SBo.tgz:
#installpkg /tmp/google-chrome-5.0.375.55-i386-1_SBo.tgz
Verifying package google-chrome-5.0.375.55-i386-1_SBo.tgz.
Installing package google-chrome-5.0.375.55-i386-1_SBo.tgz:
PACKAGE DESCRIPTION: PACKAGE DETAILS:
# Google Chrome (Open Source Web Browser)
#
# Google Chrome is a browser that combines a minimal design with
# sophisticated technology to make the web faster, safer, and easier.
#
Executing install script for google-chrome-5.0.375.55-i386-1_SBo.tgz.
Package google-chrome-5.0.375.55-i386-1_SBo.tgz installed.


Now you can use Google Chrome on-Salix 13.01!

For more information:

http://www.techonia.com/install-google- ... kware-13-1
http://www.haulynjason.net/2010/06/13/i ... ware-13-1/
http://www.salixos.org/forum/viewtopic.phpp=5893

on my blog : http://experiencelinuxienne.blogspot.co ... salix.html

@+ petitbob
Slackware Linux / Debian GNU/Linux
QuebecOS
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: how install google-chrome on salix 13.1

Post by thenktor »

BTW: We had some packages around here, that do not need the symlinks.

EDIT: try this: http://www.salixos.org/forum/viewtopic. ... lit=chrome (last post)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
mimix
Posts: 7
Joined: 20. Mar 2010, 21:08

Re: how install google-chrome on salix 13.1

Post by mimix »

(I guess this is about chrome not chromium...)

Anyways, thanks a lot for this tip :)
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: how install google-chrome on salix 13.1

Post by thenktor »

There are ready to use Slackbuilds available now for 13.37: http://slackware.at/data/slackware-13.3 ... le-chrome/
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
evilnuke
Posts: 1
Joined: 11. Nov 2012, 11:02

Re: how install google-chrome on salix 13.1

Post by evilnuke »

To anybody who have a problem with libnss3.so.1d or libnss3.so :mrgreen: please do the following steps to solve problem:
Google: mozilla-nss.tar.gz and download it.
Google: nss-3.12.4-with-nspr-4.8.tar.gz and download it.
downloaded

unpacked

Code: Select all

tar zxf mozilla-nss.tar.gz 
copy to slackbuild directory without unpacking

Code: Select all

cp nss-3.12.4-with-nspr-4.8.tar.gz /mozilla-nss 
enter to the directory

Code: Select all

cd mozilla-nss
change mode for execution, of script/program.

Code: Select all

chmod +x mozilla-nss.SlackBuild
start script

Code: Select all

./mozilla-nss.SlackBuild 
after installing write
installpkg
and copy code last line from terminal output
/tmp/mozilla-nss-3.12.4-i486-1_SBo.tgz

Code: Select all

installpkg /tmp/mozilla-nss-3.12.4-i486-1_SBo.tgz
So you are just reinstall\and\or rebuild this library if not working repeat step with linking libraries from the tutorial

thx. ;)
Post Reply