How To Install Google Chrome on Linux Mint 21

Add Google Chrome Repository

First, download the Google signing key and install it.

curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/googlechrom-keyring.gpg

Set up the Google Chrome repository.

echo "deb [arch=amd64 signed-by=/usr/share/keyrings/googlechrom-keyring.gpg] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list

Install Google Chrome

Update the repository index.

apt update

To Install Google Chrome Stable, use the below command.

apt install -y google-chrome-stable

你可能感兴趣的:(Linux,Chrome,install,Linuxmint,Linux,ubuntu)