Skip to content

Instantly share code, notes, and snippets.

View kJAHsin's full-sized avatar

Kenneth Jahnsen Collins kJAHsin

View GitHub Profile
@kJAHsin
kJAHsin / google-chrome-apt-install.md
Last active April 24, 2025 12:11
Install Google Chrome in Ubuntu Linux with apt

Installing Google Chrome via APT

Note: This is an updated installation method for Google Chrome, as the previous apt-get approach has been deprecated. Note: sh file is attached.

1. Set Up the Google Signing Key and Repository

Add Google’s public signing key and set up the APT repository for Google Chrome:

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