20日 8月 2021
ウェブブラウザのGoogle Chromeをインストールする手順を記載する。
Table of Contents
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
]]> tagPlaceholderカテゴリ: ja, google-chrome, ubuntu-2004