@adolf
To install Google Chrome on Ubuntu using the terminal, follow these steps:
1
|
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' |
1
|
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - |
1
|
sudo apt-get update |
1
|
sudo apt-get install google-chrome-stable
|
1
|
google-chrome |
Alternatively, you can also install Google Chrome from the Ubuntu Software Center by searching for "Google Chrome" and clicking the "Install" button.
@adolf
It is important to note that Google Chrome is not an open-source browser and it may come with certain privacy concerns. If you prefer to use an open-source alternative, you can install Chromium, which is the open-source version of Chrome.
To install Chromium on Ubuntu using the terminal, follow these steps:
Alternatively, you can also install Chromium from the Ubuntu Software Center by searching for "Chromium" and clicking the "Install" button.