Ubuntu 20.04: ウェブブラウザのGoogle Chromeをインストールする

20日 8月 2021

ウェブブラウザのGoogle Chromeをインストールする手順を記載する。

1 google-chrome-stableのインストール

google-chrome-stableパッケージをインストールする。

#!/bin/sh -ewget -q dpkg -i google-chrome-stable_current_amd64.deb || (sudo apt -f install -y && sudo dpkg -i google-chrome-stable_current_amd64.deb)rm -f google-chrome-stable_current_amd64.deb

2 google-chrome-stableの起動

google-chrome-stableを実行する。

$ google-chrome-stable

0001_google-chrome.png

]]> tagPlaceholderカテゴリ: ja, google-chrome, ubuntu-2004

Android | Linux | SDL - Narrow Escape