I've always liked Chrome, but I haven't had Chrome since Ubuntu was installed.
First, download the Google Chrome deb package
32-bit: Https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
64-bit: Https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
1. Switch to the download directory,
cd/home/gt/Downloads
2.
sudo dpkg-i google-chrome-stable_amd64.deb
There may be some errors during installation, for example,
This error is obviously the DPKG state database is locked by another process, first view, the system itself to the update is open, if it is open then put it off before attempting to install
The following problems will still appear:
It's a dependency that's not being met,
3.
Next, we resolve the dependency relationship.
sudo apt-get-f Install
Indicates that the installation was successful,
If you can't find where to open it, you can search for Chrome from the top left to the Dush home page,
Then you can use Google Chrome.