I'm a new Ubuntu user and I'm learning about how to install different software. I have installed Firefox browser successfully and now I want to install Chrome browser.
apt-cache search firefox
- I used this command to search Firefox on the internet.
sudo apt install firefox
- I used this command to install Firefox
I have searched on the internet for information about Chrome installation and I see it is a different way to install it.
I want to know why I can't install Chrome with the same commands used to install Firefox. Also, what is the best way to install Chrome with terminal commands?