[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:google-chrome [2012/08/27 16:10 (UTC)] – fixed a few typos kikinovakhowtos:google-chrome [2012/09/22 23:05 (UTC)] – [Sources] added author tag escaflown
Line 1: Line 1:
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 ====== Google Chrome Browser in Slackware ====== ====== Google Chrome Browser in Slackware ======
 +According to Google, the chrome browser is a web browser built for speed, simplicity, and security. Note that this package has little to do with [[http://slackbuilds.org/result/?search=chromium|chromium]] as this is a pre-compiled package by Google, instead of a package that a user can compile locally from the open-source [[http://www.chromium.org/Home|project]].
  
-Google Chrome is not installed as a default application in Slackware but it is provided instead as an installation-ready application through a Slackbuild available in the //extra// folder of the Slackware folder tree. At the time of this writing, the Google Chrome Slackbuild is available in the //extra// directory of Slackware13.37, and 14. +Google Chrome is not installed as a default application in Slackware but it is provided instead as an installation-ready application through a Slackbuild, created by Patrick Volkerding that is available in the //extra// folder of the Slackware folder tree. At the time of this writing, the Google Chrome Slackbuild is available in the //extra// directory of Slackware13.37, and 14.
 ===== Stable Google Chrome Release Installation on Slackware 14 ===== ===== Stable Google Chrome Release Installation on Slackware 14 =====
  
Line 47: Line 47:
 <code>upgradepkg --install-new /tmp/google-chrome-21.0.1180.81-i386-1.txz</code> <code>upgradepkg --install-new /tmp/google-chrome-21.0.1180.81-i386-1.txz</code>
  
-<note> Note that Google Chrome requires the PAM library //libpam.so.0//. A //google-chrome-pam-solibs// package is available in the same folder (//extra/google-chrome//) as the Google Chrome Slackbuilds. Installing the <//google-chrome-pam-solibs// package allow newer versions of Chrome to run without having to actually switch the system to using PAM. To install the //code>google-chrome-pam-solibs// package, run the following code as root within the downloaded or copied Google Chrome Slackbuild directory (///tmp/google-chrome//) :+<note> Note that Google Chrome requires the PAM library //libpam.so.0//. A //google-chrome-pam-solibs// package is available in the same folder (//extra/google-chrome//) as the Google Chrome Slackbuilds. Installing the //google-chrome-pam-solibs// package allow newer versions of Chrome to run without having to actually switch the system to using PAM. To install the //google-chrome-pam-solibs// package, run the following code as root within the downloaded or copied Google Chrome Slackbuild directory (///tmp/google-chrome//) :
  
 <code>upgradepkg --install-new /tmp/google-chrome/google-chrome-pam-solibs-1.1.3-i486-1.txz</code> <code>upgradepkg --install-new /tmp/google-chrome/google-chrome-pam-solibs-1.1.3-i486-1.txz</code>
Line 53: Line 53:
 If you need real PAM (to compile Chromium for example), you can find it in //extra/source/pam/// from the Slackware directory tree.</note> If you need real PAM (to compile Chromium for example), you can find it in //extra/source/pam/// from the Slackware directory tree.</note>
  
 +<note> Installing Google Chrome browser in Slackware 13.37 requires the installation of the packages //GConf// and //ORBit2//. These packages are also available in the //extra/google-chrome// directory and can be easily installed with the //upgradepkg // command.</note>
 ===== Beta and Unstable Google Chrome Release Installation on Slackware 14 ===== ===== Beta and Unstable Google Chrome Release Installation on Slackware 14 =====
  
Line 70: Line 71:
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 <!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents --> <!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents -->
-{{tag>howtos software google-chrome}}+{{tag>howtos software google-chrome author_escaflown}}
 howtos:google-chrome ()