Files
debian-information/google-chrome.md
T
2023-10-15 21:50:04 +02:00

755 B

Google Chrome

Tested with

  • Linux Mint 21.2 Cinnamon
  • Google Chrome Versie 118.0.5993.70 (Officiële build) (64-bits)

Installation

curl -fSsL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg >> /dev/null
echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list
sudo apt update
sudo apt install -y google-chrome-stable

Removal

sudo apt autoremove --purge google-chrome-stable

Source