Install google chrome on debian testing/sqeeeze
* Download development version of Chrome
* Install ia32-libs-gtk and lib32nss-mdns packages from testing(squeeze)
sudo aptitude -t testing install ia32-libs-gtk lib32nss-mdns
* Install chrome with
dpkg -i google-chrome-unstable_current_amd64.deb
Happy browsing!
2 Comments:
Easier to add the Google repo:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
apt-get update
Add the following rule to e.g. /etc/apt/sources.list
# Google software repository
deb http://dl.google.com/linux/deb/
stable non-free main
apt-get update && apt-get install google-chrome-unstable
That way it stays up-to-date
Thanks Craigevil.
Post a Comment
<< Home