install google chrome and opera on debian testing amd64
This afternoon , I give google chrome and opera a chance to be installed on my laptop which running debian testing amd64
Here is how to install them
download chrome for linux from google http://www.google.com/chrome
And install chrome with command , and installation will add google’s pgp key and add chrome apt source to /etc/apt/source.list.d/
sudo dpkg -i google-chrome-beta_current_amd64.deb
Add another apt source to /etc/apt/source.list.d/ with this apt settings
deb http://deb.opera.com/opera-beta/ testing non-free
Download and install pgp key for opera with command
wget http://deb.opera.com/archive.key
sudo apt-key add archive.key
sudo apt-get update
sudo apt-get install opera
That’s all , chrome and opera are ready to work