To download the latest version of Google Chrome in Ubuntu from the terminal, you can follow these steps:
- Open the terminal by pressing Ctrl+Alt+T.
- Add the Google Chrome repository to your system by running the following command:
ruby
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- Update your system’s package list by running the following command:
sql
sudo apt update
- Install Google Chrome by running the following command:
sudo apt install google-chrome-stable
- Once the installation is complete, you can launch Google Chrome by searching for it in your Applications menu or by running the following command in the terminal:
google-chrome-stable