所以我在我的 Ubuntu 18.04.1 LTS 上安装了普通的 Firefox Quantum65.0。我想安装 Firefox 开发者版。
我已经尝试过:
sudo add-apt-repository ppa:ubuntu-mozilla-daily/firefox-aurora
sudo apt-get update
sudo apt-get install firefox
Run Code Online (Sandbox Code Playgroud)
但它只是重新安装了普通的 Firefox。所以我试过:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
Run Code Online (Sandbox Code Playgroud)
当我跑umake web firefox-dev
我得到Choose installation path: /home/me/.local/share/umake/web/firefox-dev
,当我按下Enter键,我得到以下错误:
ERROR: One default was already registered, can't register a second one in that choices set: ['en-US', 'en-US', 'ach', 'af', 'sq', 'ar', 'an', 'hy-AM', 'as', 'ast', 'az', 'eu', 'be', 'bn-BD', 'bn-IN', 'bs', 'br', 'bg', 'my', 'ca', 'zh-CN', 'zh-TW', 'hr', …Run Code Online (Sandbox Code Playgroud)