How To Install Google Chrome On Ubuntu Gnome Desktop 16.041 min read
Now I want to share how to install google chrome on ubuntu gnome desktop 16.04. Google chrome is internet browsing software for windows, linux mac and more.
★ How To Add Ubuntu Server Into Zabbix Web GUI
★ How To Install Zabbix 5.0 On Ubuntu 18.04
Step #01: Download latest google chrome file from below link using wget command.
root@tech-ubuntu-16:~# wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
This is deb package for install google chrome using dpkg command.
Step #02: Now installing command using below.
root@tech-ubuntu-16:~# dpkg -i google-chrome-stable_current_amd64.deb root@tech-ubuntu-16:~# apt-get -f install -y
Now enjoy Google chrome browser for your internet browsing.
If you can see any problem so please see my YouTube channel for more details. Please subscribe my channel for more update.
- How To Install Zabbix Server 7.0 On AlmaLinux 8 Server - June 12, 2025
- How To Upgrade Zabbix 6.0 To 6.4 on Ubuntu 22.04 - June 5, 2025
- How To Install Zabbix 7.0 on Debian 12 - April 7, 2025