Ubuntu is a free and open-source operating system based on Linux. It’s a popular alternative to Windows and Mac, known for its user-friendliness, security, and vast software library. If are you interested in knowing how to install Google Chrome Ubuntu through the terminal method, then follow these steps.
- Open the Terminal by pressing Ctrl+Alt+T and type the following command.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- Install Google Chrome by running the following command.
sudo apt install ./google-chrome-stable_current_amd64.deb
- Now, you need to use this command to install further dependencies.
sudo apt -f install
- After this running code successfully, Google Chrome is installed. Search for Chrome in the search bar now. Google Chrome is included on the list.
Importiert aus apple-forum.de