How to install Chrome on Ubuntu 22.04 command line | Terminal
ฝัง
- เผยแพร่เมื่อ 9 ก.พ. 2025
- How to install Chrome browser on Ubuntu 22.04.3
Install from UI: Visit google chrome official site from your favorite browser and install chrome browser www.google.com...
Install from command line-
cd ~/Downloads
wget dl.google.com/...
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt-get install -f
Once the installation is complete, you can launch Google Chrome either from the terminal using the command google-chrome
or from the application menu.
You may come across below error, watch full video to resolve the issues with the installation of chrome browser on Ubuntu LTS-
root@sdetadda:/home/sdetadda/Downloads# google-chrome
[9507:9507:0103/004729.127058:ERROR:zygote_host_impl_linux.cc(100)] Running as root without --no-sandbox is not supported. See crbug.com/638180.
It helped, thank you for uploading
No problem