1
2
3
4
5
6
7
8
9
10
11
// 本体
$ sudo apt install firefox-esr

// 起動
$ firefox

// 日本語パック導入
$ sudo apt install firefox-esr-l10n-ja

// 起動(localeを指定)
$ firefox --UILocale ja