how to install google chrome on ubuntu

  • use terminal do ctrl + alt+t
  • update
sudo apt-get update
  • output note output can be anything
  • install wget
sudo apt-get install wget
  • output
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wget is already the newest version (1.21.3-1ubuntu1).
wget set to manually installed.
  • install a file
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  • output
--2023-05-15 12:14:38--  https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Resolving dl.google.com (dl.google.com)... 64.233.176.93, 64.233.176.136, 64.233.176.190, ...
Connecting to dl.google.com (dl.google.com)|64.233.176.93|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 94953468 (91M) [application/x-debian-package]
Saving to: ‘google-chrome-stable_current_amd64.deb’

google-chrome-stabl 100%[===================>]  90.55M  12.8MB/s    in 5.0s    

2023-05-15 12:14:43 (18.2 MB/s) - ‘google-chrome-stable_current_amd64.deb’ saved [94953468/94953468]
  • install another file
sudo dpkg -i  google-chrome-stable_current_amd64.deb
Selecting previously unselected package google-chrome-stable.
  • output
Reading database ... 208493 files and directories currently installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb ...
Unpacking google-chrome-stable (113.0.5672.92-1) ...
Setting up google-chrome-stable (113.0.5672.92-1) ...
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1.1ubuntu1) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu5) ...
Processing triggers for man-db (2.11.2-1) ...
  • launch the app
google-chorme