ubuntu
ubuntu
COMPANY NAME
Authored by: Your Name
2
Method 1: Using Terminal
(Recommended)
1. Open Terminal (Ctrl + Alt + T)
2. Download the Chrome .deb
package:
wget
https://dl.google.com/linux/direct/googl
e-chrome-stable_current_amd64.deb
3. Install the package using dpkg:
sudo dpkg -i google-chrome-
stable_current_amd64.deb
4. Fix any dependency issues (if
needed):
sudo apt --fix-broken install
Launch Chrome
Once installed, you can start Chrome
by typing:
google-chrome
Or find it in your Applications menu as
Google Chrome.