Skip to content

Instantly share code, notes, and snippets.

@CreatorB
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
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