How To Install Google Chrome on Ubuntu 20.04 Apr 24, 2020 Raj 2 min read CONTENTS Add Google Chrome Repository Install Google Chrome Stable Version Beta Version Open Google Chrome Graphical Mode Google Chrome Stable Google Chrome Beta Terminal Mode Google Chrome Stable Google Chrome Beta Conclusion SHARE THIS DOCUMENT IS ALSO AVAILABLE FOR CentOS 8 CentOS 7 Debian 10 Debian 9 Fedora Linux Mint 19 Ubuntu 18.04 Ubuntu 16.04 Google Chrome is the most popular and widely used web browser developed by Google. It uses the WebKit layout engine and has an inbuilt translate facility for translation of over 52 languages. We can extend the functionality of Google Chrome by installing extension and web applications. Also, we can install themes for changing the way it looks. Here, we will see how to install Google Chrome on Ubuntu 20.04. Add Google Chrome Repository Download the Google signing key and install it. wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - Set up the Google Chrome repository. echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list Install Google Chrome Update the repository index. sudo apt update Stable Version To Install stable version Google Chrome, use the below command. sudo apt install -y google-chrome-stable Beta Version Want to try Google Chrome beta, run: sudo apt install -y google-chrome-beta Open Google Chrome Graphical Mode Google Chrome Stable Go to Activities » Search for Google Chrome. Start Google Chrome Google Chrome Beta Go to Activities » Search for Google Chrome Beta. Start Google Chrome Beta Terminal Mode Google Chrome Stable google-chrome OR google-chrome-stable Google Chrome Beta google-chrome-beta Screenshot of Google Chrome stable running on Ubuntu 20.04: Google Chrome Running on Ubuntu 20.04 Screenshot of Google Chrome beta running on Ubuntu 20.04: Google Chrome Beta Running on Ubuntu 20.04 Conclusion That’s All. I hope you have learned how to install Google Chrome on Ubuntu 20.04. Please share your feedback in the comments section. ubuntu-18.04 web browser google chrome Prev Post How To Install Ubuntu 20.04 LTS (Focal Fossa) On UEFI and Legacy BIOS System Next Post Ubuntu 20.04 LTS Released - New Features & Download Links RELATED POSTS How To Install Monit on Ubuntu 18.04 / Ubuntu 16.04 Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus RECENT POSTS How To Install VirtualBox On Linux Mint 20 How To Backup and Restore Ubuntu & Linux Mint With Timeshift How To Upgrade To Linux Mint 20 From Linux Mint 19 [Detailed Guide] How To Install KVM On Ubuntu 20.04 / Linux Mint 20 How To Install Plex Media Server On Ubuntu 20.04 / Linux Mint 20 How To Install Android Studio on Ubuntu 20.04 TOP POSTS Install xrdp on CentOS 7 / RHEL 7 Install Gnome GUI on CentOS 7 / RHEL 7 Change default network name (ens33) to old “eth0” on Ubuntu… Install μTorrent (uTorrent) on Ubuntu 14.04 How To Configure High-Availability Cluster on CentOS 7 /… How To Install and Configure VNC Server in CentOS 7 / RHEL 7