Error google chrome stable
At the time this article was written, I got an error problem while installing google chrome stable on my linux with the message “Errors were encountered while processing google chrome stable”. This happens because there is an incomplete package.
Overall, you can see the error as follows:
neon@neon:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb
(Reading database … 112285 files and directories currently installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb …
Unpacking google-chrome-stable (96.0.4664.93-1) over (96.0.4664.93-1) …
dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on fonts-liberation; however:
Package fonts-liberation is not installed.
dpkg: error processing package google-chrome-stable (–install):
dependency problems – leaving unconfigured
Processing triggers for gnome-menus (3.36.0-1ubuntu1) …
Processing triggers for desktop-file-utils (0.24-1ubuntu3) …
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) …
Rebuilding /usr/share/applications/bamf-2.index…
Processing triggers for mime-support (3.64ubuntu1) …
Processing triggers for man-db (2.9.1-1) …
Errors were encountered while processing:
google-chrome-stable
How to Fix This?
Open a terminal on your linux and use the following command:
sudo apt-get install libcurl4
sudo dpkg -i google-chrome-stable_current_amd64.deb
Hopefully this errors encountered processing google chrome article is useful for you.