Vitalie Lazu old blog

Another blog about ruby, rails, debian and system administration. Other useful staff for developers and system administrators.

Monday, July 13, 2009

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:

At 5:47 AM, Blogger Craigevil said...

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

 
At 4:42 PM, Blogger VitalieL said...

Thanks Craigevil.

 

Post a Comment

<< Home