Chrome

Chrome
logoUsing Chrome in Kicksecure.
Warnings[edit]
Installation[edit]
These instructions are cumbersome due to Google Chrome Repository Insecurity.
(Based on Linux Software Repositories instructions.)
Signing Key Installation[edit]
- Digital signatures: A tool enhancing download security. Commonly used across the internet.
- Learn more: Curious? Learn more about digital software signatures.
- Optional: Digital signatures are optional. If you've never used them before, there might be no need to start now.
- No worries: New to digital software signatures? It's okay, no need to worry.
- Not a requirement: Not mandatory for using Kicksecure, but an extra security measure for advanced users.
Download the signing key.
scurl-download https://dl.google.com/linux/linux_signing_key.pub
View OpenPGP key information.
gpg --keyid-format long --import --import-options show-only --with-fingerprint linux_signing_key.pub
pub dsa1024/A040830F7FAC5991 2007-03-08 [SC] Key fingerprint = 4CCA 1EAF 950C EE4A B839 76DC A040 830F 7FAC 5991 uid Google, Inc. Linux Package Signing Key <linux-packages-keymaster@google.com> sub elg2048/4F30B6B4C07CB649 2007-03-08 [E] gpg: key 7721F63BD38B4796: 2 signatures not checked due to missing keys pub rsa4096/7721F63BD38B4796 2016-04-12 [SC] Key fingerprint = EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796 uid Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com> sub rsa4096/78BD65473CB3BD13 2019-07-22 [S] [expires: 2022-07-21]
Convert assci armored linux_signing_key.pub
to gpg keyring format linux_signing_key.pub.gpg
. [1]
gpg --no-default-keyring --keyring linux_signing_key.pub.gpg --import linux_signing_key.pub
Create keyring with the RSA 4096 signing key only.
gpg --no-default-keyring --keyring linux_signing_key.pub.gpg --armor --export "EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796" | gpg --dearmor --no-options --no-default-keyring > google.gpg
Install the Google RSA 4096 APT signing key.
sudo cp google.gpg /usr/share/keyrings/google.gpg
Avoid Google Chrome Automatic Repository Configuration[edit]
Due to Google Chrome Repository Insecurity.
Create file /etc/default/google-chrome
to avoid Google Chrome Automatic Repository Configuration. [3]
Note: this will only work if Google Chrome Repository hasn't been previously added.
sudo touch /etc/default/google-chrome
Repository Installation[edit]
Open file /etc/apt/sources.list.d/google-chrome.list
in an editor with root rights.
Kicksecure for Qubes
NOTE: When using Kicksecure for Qubes, this needs to be done inside the Template.
Others and Alternatives
- This is just an example. Other tools could achieve the same goal.
- If this example does not work for you or if you are not using Kicksecure, please refer to this link.
sudoedit /etc/apt/sources.list.d/google-chrome.list
Paste.
deb [arch=amd64] [signed-by=/usr/share/keyrings/google.gpg] https://dl.google.com/linux/chrome/deb/ stable main
Save.
Package Installation[edit]
Pick a package version.
google-chrome-stable
google-chrome-beta
google-chrome-unstable
Example below installs google-chrome-stable
.
Install google-chrome-stable
. To accomplish that, the following steps A. to D. need to be done.
A. Update the package lists.
sudo apt update
B. Upgrade the system.
sudo apt full-upgrade
C. Install the google-chrome-stable
package.
Using apt
command line parameter --no-install-recommends
is in most cases optional.
sudo apt install --no-install-recommends google-chrome-stable
D. Done.
The procedure of installing google-chrome-stable
is complete.
Usage[edit]
Start.
/opt/google/chrome/chrome
Related[edit]
- Chromium
- Dev/Chromium
- Dev/Default Browser
- Chromium Browser for Kicksecure ™ Discussions (not Whonix)
- Google Chrome Repository Insecurity
Footnotes[edit]
- ↑ Because in next step, gpg can only work with keyrings. Not with assci armored public key files. This is to import only the newer signing key. Avoiding to import the insecure legacy DSA 1024 signing key.
- ↑
gpg --no-default-keyring --keyring linux_signing_key.pub.gpg --armor --export "EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796" | gpg --import
gpg: key 7721F63BD38B4796: 2 signatures not checked due to missing keys gpg: key 7721F63BD38B4796: public key "Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com>" imported gpg: Total number processed: 1 gpg: imported: 1 gpg: no ultimately trusted keys found
- ↑
Note: Installing Google Chrome will add the Google repository so your system will automatically keep Google Chrome up to date. If you don’t want Google's repository, do “sudo touch /etc/default/google-chrome” before installing the package.
Unfinished: This wiki is a work in progress. Please do not report broken links until this notice is removed, use Search Engines First and contribute improving this wiki.

We believe security software like Kicksecure needs to remain open source and independent. Would you help sustain and grow the project? Learn more about our 10 year success story and maybe DONATE!