SemUps
(usa Outra)
Enviado em 19/01/2023 - 11:19h
There are a couple of ways to install Chrome on Linux Mint:
1. Using the terminal:
Open the terminal and enter the following command to add the Google Chrome repository to your system:
"wget
https://dl.google.com/linux/linux_signing_key.pub"
Import the key by running the command:
"sudo apt-key add linux_signing_key.pub"
Next, add the repository by running this command:
"sudo sh -c 'echo "deb [arch=amd64]
http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'"
Update your package list by running this command:
"sudo apt-get update"
Finally, install Google Chrome by running this command:
"sudo apt-get install google-chrome-stable"
2. Using the Software Manager:
Open the Software Manager and search for "Google Chrome"
Click on the "Google Chrome" search result
Click the "install" button to install Google Chrome
Once the installation is complete, you should be able to launch Chrome from the menu or by typing "google-chrome" in the terminal.