Issue installing Firefox from Mozilla repo
Posted: 2024-09-10 03:41
Hi guys,
I am trying to install Firefox from mozilla repo, but it fails:
I believe that it depends by this:
The package
Fixing doesn't work either:
My system:
Thanks!
I am trying to install Firefox from mozilla repo, but it fails:
Code: Select all
Errors were encountered while processing:
firefox
E: Sub-process /usr/bin/dpkg returned an error code (1)
Code: Select all
apt show firefox -a
Package: firefox
Version: 130.0~build2
Priority: optional
Section: web
Maintainer: Mozilla Releng <release@mozilla.com>
Installed-Size: 257 MB
Provides: gnome-www-browser, www-browser
Depends: libasound2 (>= 1.0.16), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.18), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libdbus-1-3 (>= 1.5.12), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.0), libgtk-3-0 (>= 3.13.7), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 4.8), libx11-6, libx11-xcb1, libxcb-shm0, libxcb1, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxrandr2 (>= 2:1.4.0), libxrender1
Download-Size: 70.6 MB
APT-Manual-Installed: yes
APT-Sources: https://packages.mozilla.org/apt mozilla/main amd64 Packages
Description: Mozilla Firefox
libgcc1doesn't exist with this name, as a matter of fact:
Code: Select all
apt install libgcc1 -s
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libgcc-s1' instead of 'libgcc1'
libgcc-s1 is already the newest version (12.2.0-14).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Conf firefox (130.0~build2 namespaces/moz-fx-productdelivery-pr-38b5/repositories/mozilla:mozilla
Code: Select all
apt install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up firefox (130.0~build2) ...
update-alternatives: error: alternative path /usr/bin/firefox doesn't exist
dpkg: error processing package firefox (--configure):
installed firefox package post-installation script subprocess returned error exit status 2
Errors were encountered while processing:
firefox
E: Sub-process /usr/bin/dpkg returned an error code (1)
Code: Select all
dpkg --configure -a
Setting up firefox (130.0~build2) ...
update-alternatives: error: alternative path /usr/bin/firefox doesn't exist
dpkg: error processing package firefox (--configure):
installed firefox package post-installation script subprocess returned error exit status 2
Errors were encountered while processing:
firefox
Code: Select all
aptitude install -f
The following packages will be REINSTALLED:
firefox
0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
E: Internal Error, No file name for firefox:amd64
Code: Select all
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm