Benutzer-Werkzeuge

Webseiten-Werkzeuge


ubuntu:chrome

Google Chrome in Ubuntu 20.04

Short setup includes the following:

  1. Install google public key into apt keystore
  2. Add google PPA to apt sources list
  3. Update apt database and install chrome

In code:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' 
sudo apt-get update && sudo apt-get install chrome

Jonas Rathert 2021/11/01 11:56

ubuntu/chrome.txt · Zuletzt geändert: 2021/11/01 12:21 von jodoc