Skip to content

Instantly share code, notes, and snippets.

@CreatorB
Created December 31, 2014 06:22
Show Gist options
  • Save CreatorB/d4ef97df7f237aeab8fa to your computer and use it in GitHub Desktop.
Save CreatorB/d4ef97df7f237aeab8fa to your computer and use it in GitHub Desktop.
Errors were encountered while processing : google-chrome-stable ubuntu 14.04 | visit : http://tricktux.blogspot.com/2014/12/errors-were-encountered-while.html
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