You are not logged in.

#1 2024-11-15 15:33:09

ksjang0515
Member
Registered: 2024-11-15
Posts: 2

Pacman have trouble recognizing firefox on installation

Hello everyone,

I'm having an issue where pacman seems to incorrectly recognize the firefox package during installation. Here's what I have tried so far:

Attempt to Install Firefox
When I try to install Firefox using pacman, I get prompted to select a jack provider:

[kyusang@ArchServer ~]$ sudo pacman -S firefox
resolving dependencies...
:: There are 2 providers available for jack:
:: Repository extra

jack2 2) pipewire-jack
Enter a number (default=1):

Tried Synchronizing the Databases
I tried refreshing the package databases and upgrading the system using both:
sudo pacman -Syu and sudo pacman -Syyu.
However, neither resolved the issue.

Checked /etc/pacman.conf
My /etc/pacman.conf includes the [extra] repository, and I have no issues installing other packages from it.

pacman -Ss firefox Output
When I search for Firefox, pacman does recognize the package:

[kyusang@ArchServer ~]$ pacman -Ss firefox
extra/browserpass-firefox 3.8.0-2 (firefox-addons)
Firefox extension for Browserpass, browser extension for zx2c4's pass (password manager)
extra/dump_syms 2.3.4-1
Symbol dumper for Firefox
extra/firefox 132.0.2-1
Fast, Private & Safe Web Browser

It seems counterintuitive that pacman is asking for a jack provider when I'm trying to install Firefox. The package is clearly listed in the repositories, so I'm confused about why pacman is associating it with jack.

Does anyone have any insights into what might be going wrong here?

Thanks in advance for any help!

Last edited by ksjang0515 (2024-11-15 15:38:46)

Offline

#2 2024-11-15 15:38:52

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 657
Website

Re: Pacman have trouble recognizing firefox on installation

Because firefox depends on ffmpeg which seems to depend on jack:

$ pactree -r jack                                                 
jack2 provides jack
├─ffmpeg
│ ├─ffmpegthumbnailer
│ ├─ffmpegthumbs
│ ├─firefox

Offline

#3 2024-11-15 15:43:22

ksjang0515
Member
Registered: 2024-11-15
Posts: 2

Re: Pacman have trouble recognizing firefox on installation

Thank you for your reply.

It is quite embarrassing to see it was due to such obvious and simple reason.

Offline

#4 2024-11-15 16:16:12

seth
Member
Registered: 2012-09-03
Posts: 58,659

Re: Pacman have trouble recognizing firefox on installation

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB