从 Mozilla 安装 Firefox
## download firefox-devedition latest
curl -o firefox.tar "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=linux64&lang=en-US" -fSL#
tar -xvf firefox.tar
mv --force --verbose firefox /opt
ls -l /opt/firefox/
## install firefox-dev.desktop
(
ls -l /usr/share/applications/*fox*.desktop
curl -f#SL -o /usr/share/applications/firefox-dev.desktop https://ghfast.top/github.com/mozilla/sumo-kb/raw/main/install-firefox-linux/firefox.desktop
sed -i "s@^Exec=firefox.*@Exec=/opt/firefox/firefox %U@g" /usr/share/applications/firefox-dev.desktop
cat /usr/share/applications/firefox-dev.desktop
update-desktop-database /usr/share/applications/
ls -l /usr/share/applications/*fox*.desktop
ln -s /opt/firefox/browser/chrome/icons/default/default128.png /usr/share/icons/hicolor/128x128/apps/firefox.png
ls -l /usr/share/icons/hicolor/128x128/apps/firefox.png
)
https://support.mozilla.org/zh-CN/kb/install-firefox-linux#w_cong-mozilla-an-zhuang-firefox
Firefox Developer Edition
https://www.firefox.com/zh-CN/channel/desktop/developer/?redirect_source=mozilla-org
https://www.firefox.com/en-US/channel/desktop/developer/?redirect_source=mozilla-org
https://www.firefox.com/zh-TW/channel/desktop/developer/?redirect_source=mozilla-org