I am trying to install google chrome for Ubuntu 20.04.
I have loaded .deb file from official website into ~/Downloads and ran
sudo apt install ~/Downloads/google-chrome-stable_current_amd64.deb && sudo apt update
But it does not appear in applications and command google-chrome is not available via cli.
The output of apt install ... is:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'google-chrome-stable' instead of './google-chrome-stable_current_amd64.deb'
The following NEW packages will be installed:
google-chrome-stable
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/89,7 MB of archives.
After this operation, 286 MB of additional disk space will be used.
Selecting previously unselected package google-chrome-stable.
(Reading database ... 201578 files and directories currently installed.)
Preparing to unpack .../google-chrome-stable_95.0.4638.69-1_amd64.deb ...
Unpacking google-chrome-stable (95.0.4638.69-1) ...
Setting up google-chrome-stable (95.0.4638.69-1) ...
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-w
ww-browser (x-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gno
me-www-browser (gnome-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/goo
gle-chrome (google-chrome) in auto mode
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
What problem it can be?
Files google-chrome and google-chrome-stable but they are not executable.
sudo chmod +x ./google-chrome-stable
does not make any changes
Sorry if it it is a known issue, but I can`t find any solution here.