Linux
how to install chrome on ubuntu
ddokkddokk
2018. 4. 17. 14:29
반응형
1. download a package from the google chrome webpage. The name of the downloaded file may be 'google-chrome-stable_current_amd64.deb'.
2. If you faced an installation error, it may be because of library dependency.
3. follow me
$ sudo apt-get upgrade
$ sudo apt-get -f install
$ sudo apt-get install libgconf2-4 libnss3-1d libxss1
$ sudo dpkg -i google*.deb