I am not able to use terminal to install Chrome and I am also having problems downloading from Ubuntu Software.
Asked
Active
Viewed 269 times
-1
1 Answers
3
Chrome is not available in the archives since it is proprietary software released by Google. You have two options:
You can download Chrome for Ubuntu from here:
https://www.google.ca/chrome/browser/desktop/index.htmlYou can install chromium-browser
from the archives, which is similar to Google Chrome but lacks a few things, such as the PPAPI Flash player

Nathan Osman
- 32,155
sudo apt-get install chromium-browser
. If you want to install chrome instead, see here. – g_p Feb 22 '17 at 06:20chromium-browser
. – Nathan Osman Feb 22 '17 at 06:21