chrome_post

Hi , today I’ll post 4 basic commands to install google chrome into a debian machine

First we need to download the .deb package

1. Run Shell command as Root or use sudo ()

2. Write these following  sentences

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

( downloads the package chrome )

Captura de pantalla de 2015-01-15 16:20:58 Captura de pantalla de 2015-01-15 16:21:24

dpkg -i google-chrome-stable_current_amd64.deb

finally:

apt-get install -f
Checks the correct installation of downloaded packages in '/ var / cache / apt / archives / ' , repeating the installation if necessary or down a dependent package has not been downloaded.

Enjoy!!