0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Linux (Debianベース) に Firefox Developer Edition をインストールする

Last updated at Posted at 2024-09-01

リポジトリの追加

公式サイトを参考に設定をする
一度追加すればaptコマンドで管理できるので楽
同様の方法を用いてNightlyもインストール可能

インストール

aptを用いてインストールする
・firefox本体

$ sudo apt install firefox-devedition -y

・日本語化パッケージ

$ sudo apt install firefox-devedition-l10n-ja -y

Nightlyの場合は
・firefox本体

$ sudo apt install firefox-nightly -y

・日本語化パッケージ

$ sudo apt install firefox-nightly-l10n-ja -y

これで無事にインストールできたと思います。

それでは

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?