Install Chrome on Ubuntu
- Zach Pfeffer
- Feb 16, 2024
- 1 min read
This post lists the commands to install Chrome on Ubuntu
Open a terminal
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
google-chrome