Terminal command to install Google Chrome in Ubuntu 20.04 via PPA – Official Repository. Google Chrome web browser for Linux Ubuntu is one of the most powerful browsers.
It comes with the following major features:
1. Optimized, from tabs 1 to 100 – Are you one of those that likes to keep 100 tabs open? Chrome is constantly evolving to optimize memory usage and responsiveness, meaning less lag per tab. And its sleek design helps you stay organized.
2. Be secure without sacrificing convenience – Remembering p4$$w0rd$ is a thing of the past. Chrome can generate unique passwords for every site and keeps them safe. Chrome can also store your address and payment details, so you can fill out forms with just one click.
3. Extensions for everything you love – Use extensions to save articles to Google Keep or to find ways to save money on your latest fashion finds. With over 150,000 Chrome extensions, there are so many ways to power your browser in a way that’s all your own.
4. Whatever it is, get it done fast – You’re all about getting stuff done. Chrome is all about helping you get it done quickly. Whether on desktop or mobile, Chrome is designed for speed and efficiency.
5. Avoid dangerous websites – Chrome technology protects you from a range of deceptive and dangerous sites and downloads that might steal passwords or infect your machine. If we think something seems suspicious, you’ll see a warning.
6. Always have the latest Chrome security – Chrome automatically updates every six weeks so you always have the latest security features and fixes. For important security bugs, we’ve pushed out a fix within 24 hours – no effort from you required.
7. Answers before you even finish typing – Answers in your address bar? Yes, please. Chrome’s address bar uses Google Search to make any fact-finding mission fast and simple. It also searches your Google Drive, so diving into next week’s vacation plan is just that much easier.
8. Goodbye annoying ads – Chrome’s built-in ad blocker removes annoying and malicious ads, preventing them from accessing your computer or phone. Less auto-playing videos, countdowns, and page-takeovers on your screen means more focus for you.
Install Chrome in Ubuntu
Run the following terminal commands to install Google Chrome in Ubuntu 20.04 via PPA – Official Repository:
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt update
sudo apt install google-chrome-stable
Once installed, open Google Chrome from Ubuntu Dash.