Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

What is difference between "firefox" and "firefox-bin" in "firefox-60.9.0esr.tar.bz2"?

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 57 回表示
  • 最後の返信者: cor-el

more options

$ tar --list -jf ./firefox-60.9.0esr.tar.bz2 |grep -e '^firefox/firefox$' -e '^firefox/firefox-bin$'

firefox/firefox
firefox/firefox-bin
$ tar --list -jf ./firefox-60.9.0esr.tar.bz2 |grep -e '^firefox/firefox$' -e '^firefox/firefox-bin$' firefox/firefox firefox/firefox-bin

この投稿は yalisecid により に変更されました

すべての返信 (1)

more options

It looks the small firefox binary is the initial loader that may check whether another instance is running and that starts firefox-bin to start the actual Firefox application.