Created
December 31, 2014 06:22
Errors were encountered while processing : google-chrome-stable ubuntu 14.04 | visit : http://tricktux.blogspot.com/2014/12/errors-were-encountered-while.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in generally you can install your deb packages with dpkg -i [file.deb] | |
$ dpkg -i google-chrome-stable_current_i386.deb | |
When get error like Errors were encountered while processing google-chrome-stable, now try this command | |
$ sudo apt-get update | |
$ sudo apt-get install libgconf2-4 libnss3-1d libxss1 | |
$ dpkg -i google-chrome-stable_current_i386.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment