Install chrome from google repo #5

Open
opened 2025-12-28 17:26:46 +01:00 by makayabou · 0 comments
Owner
curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/google-chrome.gpg
cat <<EOF | sudo tee /etc/apt/sources.list.d/google-chrome.sources
Types: deb
URIs: https://dl.google.com/linux/chrome/deb/
Suites: stable
Components: main
Architectures: amd64
Signed-By: /usr/share/keyrings/google-chrome.gpg
EOF
sudo apt update
sudo apt install google-chrome-beta
``` curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/google-chrome.gpg cat <<EOF | sudo tee /etc/apt/sources.list.d/google-chrome.sources Types: deb URIs: https://dl.google.com/linux/chrome/deb/ Suites: stable Components: main Architectures: amd64 Signed-By: /usr/share/keyrings/google-chrome.gpg EOF sudo apt update sudo apt install google-chrome-beta ```
makayabou added the
open to discussion
label 2025-12-28 18:09:53 +01:00
Sign in to join this conversation.
No description provided.