0
A może w ten sposób? Za https://support.mozilla.org Trochę upierdliwe, ale powinno zadziałać.
Cytat:1. Go to the https://www.mozilla.org/pl/firefox/all/#...op-release, wybierz 32 bity (przyp. YB3) and click on the Download Now button.
2. Open a terminal and go to the folder where your download has been saved. For example:
Kod:cd ~/Downloads
3. Extract the contents of the downloaded file by typing:
Kod:tar xjf firefox-*.tar.bz2
4. Move the uncompressed Firefox folder to /opt:
Kod:mv firefox /opt
5. Create a symlink to the Firefox executable:
Kod:ln -s /opt/firefox/firefox /usr/local/bin/firefox
6. Download a copy of the desktop file:
Kod:wget https://raw.githubusercontent.com/mozilla/sumo-kb/main/install-firefox-linux/firefox.desktop -P /usr/local/share/applications