EDITED OCTOBER 23rd:See Konsole code for how I installed Google Chrome in Pardus
1)
Download the .deb package from Google in e.g. your /home/username/Downloads folder and start from there (browse with Dolphin FileManager into Downloads folder and open Terminal at the bottom via a menu at the top of Dolphin (View-Panels-Terminal).
2) Because you need the UNIX command
ar, you now need to
install the binutils pisi package first unless you have installed that one previously:
michiel@laptop Downloads $ sudo pisi it binutils
contrib repository needs to be updated
contrib repository needs to be updated
Totale grootte van pakket(ten): 1.37 MB
Downloaden 1 / 1
Pakket binutils gevonden in repository pardus-2009
binutils-2.19.51.0.9-32-5.pisi (1.4 MB)100% 76.12 KB/s [00:00:00] [compleet]
Installeren 1 / 1
binutils-2.19.51.0.9-32-5.pisi [cached]
Installatie binutils, versie 2.19.51.0.9, uitgave 32, bouw 5
Uitpakken bestanden uitpakken van binutils
Configureren binutils pakket
Geconfigureerd binutils
Geïnstalleerd binutils
3) Proceed with:
michiel@laptop Downloads $ sudo ar x google-chrome-unstable_current_i386.deb
michiel@laptop Downloads $ sudo tar xvf data.tar.lzma
./
./usr/
./usr/bin/
./usr/share/
./usr/share/man/
./usr/share/man/man1/
./usr/share/man/man1/google-chrome.1
./usr/share/gnome-control-center/
./usr/share/gnome-control-center/default-apps/
./usr/share/gnome-control-center/default-apps/google-chrome.xml
./etc/
./etc/cron.daily/
./etc/cron.daily/google-chrome
./opt/
./opt/google/
./opt/google/chrome/
./opt/google/chrome/libavutil.so.50
./opt/google/chrome/google-chrome.desktop
./opt/google/chrome/product_logo_48.png
./opt/google/chrome/chrome
./opt/google/chrome/google-chrome
./opt/google/chrome/chrome-sandbox
./opt/google/chrome/libavformat.so.52
CUT...CUT..CUT..............
./opt/google/chrome/resources/inspector/ImageView.js
./opt/google/chrome/resources/inspector/SidebarPane.js
./opt/google/chrome/resources/inspector/ProfilesPanel.js
./opt/google/chrome/product_logo_256.png
./opt/google/chrome/libavcodec.so.52
./usr/bin/google-chrome
4) Followed by:
michiel@laptop Downloads $ sudo cp opt/google/chrome /opt/ -r
michiel@laptop Downloads $ sudo ln -s /opt/chrome/chrome /usr/bin/
5) And finally
create some symbolic links to have Chrome find the libraries it needs:
michiel@laptop Downloads $ sudo ln -s /usr/lib/nss/libnss3.so /usr/lib/libnss3.so.1d
michiel@laptop Downloads $ sudo ln -s /usr/lib/nss/libnssutil3.so /usr/lib/libnssutil3.so.1d
michiel@laptop Downloads $ sudo ln -s /usr/lib/nss/libsmime3.so /usr/lib/libsmime3.so.1d
michiel@laptop Downloads $ sudo ln -s /usr/lib/nss/libssl3.so /usr/lib/libssl3.so.1d
michiel@laptop Downloads $ sudo ln -s /usr/lib/libplds4.so /usr/lib/libplds4.so.0d
michiel@laptop Downloads $ sudo ln -s /usr/lib/libplc4.so /usr/lib/libplc4.so.0d
michiel@laptop Downloads $ sudo ln -s /usr/lib/libnspr4.so /usr/lib/libnspr4.so.0d
HAVING ARRIVED AT THIS POINTI STRONGLY RECOMMEND TO DELETE THE FILES THAT ARE CREATED IN YOUR BUILDING FOLDER (e.g. in Downloads, or in /home/username, and above all if present in /tmp) IN THE PROCESS MENTIONED ABOVE (and are not necessary for running the just installed application which reside in /opt and in /usr/bin) BEFORE REBOOTING.
6) Now if you type anywhere in the Konsole
chrome
Google Chrome should start its first run.