Install Google Chrome in Linux Ubuntu 24.04 "Noble Numbat"


The Ubuntu 24.04 ‘Noble Numbat’ will be the 10th LTS release of Ubuntu made since 2006.

LTS releases of Ubuntu receive 5 years of security updates, bug fixes, and select application updates, making them the most popular version of Ubuntu by far. Ubuntu Pro adds an additional 5 years of security coverage on top to give modern LTS releases a mind-blowing decade of support.

Alas, right now, we don’t know much about the new features and improvements that will be included in Ubuntu 24.04. It’s likely Noble will feature GNOME 46, and a new Linux kernel is a given. We should also see the first official release of an all-snap immutable Ubuntu desktop image too, which is exciting.


In Linux Ubuntu 24.04 "Noble Numbat" we will try to install Google chrome latest version, follow this command :

Download File deb package, use wget command :

$ wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb


You can download manually in google chrome official page :
https://www.google.com/chrome/

Set permission user to access file :

$ sudo chmod +x google-chrome-stable_current_amd64.deb


After installation is completed, use dpkg for installation :

$ sudo dpkg --install google-chrome-stable_current_amd64.deb


Open google chrome stable on ubuntu 24.04 'noble numbat' menu dashboard 






Post a Comment for "Install Google Chrome in Linux Ubuntu 24.04 "Noble Numbat""