Install Google Chrome in Ubuntu 24.94 using terminal commands. Users can easily download the latest version of Google Chrome for Ubuntu 64-bit and install it accordingly.
Google Chrome is one of the most popular web-browsers used world-wide. Google Chrome has 65.34% of the market share of browsers worldwide from Apr 2023 – Apr 2024.
Google Chrome is known for its ease to use and remarkable browsing features. Users can use Chrome to get:
- Get personalized search results that appear instantly as you enter text.
- Synchronize bookmarks and settings across all your devices.
- Use Google Workspace products, such as Google Docs, Sheets, Slides, and more.
- Add to your browser’s functionality with Chrome Web Store extensions, such as photo editors and project-management tools.
As the popularity of AI tools is increasing day by day, Google Chrome comes in-built with 3 new generative AI features – tab organizer, custom themes and writing help.
Of all these, the “writing help” feature is my favorite. To use this feature in your Chrome, right-click a text box or field on any site you visit in Chrome and select “Help me write.” Type in a few words and our AI will kickstart the writing process for you.
Needless to say, we all are aware that the Chrome is integrated with the latest AI model Gemini, to help you browse faster and easier.
Install Google Chrome Browser on Ubuntu 24.04
Run the following commands to install Google Chrome Browser on Ubuntu 24.04:
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmour -o /usr/share/keyrings/chrome-keyring.gpg
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/chrome-keyring.gpg] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list'
sudo apt update
sudo apt install google-chrome-stable
Once installed, users can launch Google Chrome from Applications Menu or run the command “google-chrome-stable” in terminal.