20日 8月 2021
This article will describe installing Google Chrome.
Table of Contents
1 Install google-chrome-stable
Install google-chrome-stable package.
#!/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 Run google-chrome-stable
Run google-chrome-stable.
$ google-chrome-stable
]]> tagPlaceholderカテゴリ: en, google-chrome, ubuntu-2004