LoginSignup
11
8

More than 1 year has passed since last update.

ubuntu22.04LTSにGoogle Chromeをインストールする

Posted at

概要

ubuntu22.04LTSにGoogle Chromeをインストールするメモ

パッケージのアップデート

sudo apt update
sudo apt upgrade

インストール

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

chromeの起動

google-chrome
11
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
8