Install Google Chrome on Ubuntu with One Terminal Command

Want to install Google Chrome on your Ubuntu system quickly and easily? You can do it with a single line command!

Here's the command:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && sudo dpkg -i google-chrome-stable_current_amd64.deb

This command performs two actions:

  1. Downloads the Google Chrome .deb package: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 2. Installs the package using dpkg: sudo dpkg -i google-chrome-stable_current_amd64.deb

Important Notes:

  • You need to have administrative privileges (sudo) to run this command.* The command downloads the latest stable version of Google Chrome for 64-bit systems. If you need a different version, check the Google Chrome download page for the appropriate package link.* After running the command, you can launch Google Chrome from your application menu.

Enjoy browsing with Google Chrome on your Ubuntu system!

Install Google Chrome on Ubuntu Terminal with One Command

原文地址: https://www.cveoy.top/t/topic/fNh 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录