Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] pacman can't find firefox (Read 6296 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] pacman can't find firefox

I just reinstalled my system using the Plasma installer, and "sudo pacman -S firefox" outputs "error: target not found: firefox".

How do I resolve this?

Re: pacman can't find firefox

Reply #1
If I’m not mistaken, you need the artix-archlinux-support package.

Re: pacman can't find firefox

Reply #2
install artix-archlinux-support package, all archlinux repos are now by default disabled!
check your /etc/pacman.conf and add archlinux repos, which you want, (except [core] of course)

edit: see https://wiki.artixlinux.org/Main/Repositories#Stable

Re: [SOLVED] pacman can't find firefox

Reply #3
install artix-archlinux-support package, all archlinux repos are now by default disabled!
check your /etc/pacman.conf and add archlinux repos, which you want, (except [core] of course)

edit: see https://wiki.artixlinux.org/Main/Repositories#Stable

I installed and ran `pacman-key --populate archlinux` , but I still can't install programs like firefox, what further configuration is needed and how would I go about doing it?

Re: [SOLVED] pacman can't find firefox

Reply #4
Quote
check your /etc/pacman.conf and add archlinux repos, which you want,
did you this? you have to enable archlinux repo in pacman.conf, no one will do it for you

Re: [SOLVED] pacman can't find firefox

Reply #5
did you this? you have to enable archlinux repo in pacman.conf, no one will do it for you
Ah, so I'll need to type in the links to the repos in the config file, right?
EDIT: correction, so for example `include = /etc/pacman.d/mirrorlist` changes to include = /etc/pacman.d/mirrorlist-arch`?

Re: [SOLVED] pacman can't find firefox

Reply #6
Code: [Select]
#
# ARCHLINUX
#

#[testing]
#Include = /etc/pacman.d/mirrorlist-arch

[extra]
Include = /etc/pacman.d/mirrorlist-arch

#[community-testing]
#Include = /etc/pacman.d/mirrorlist-arch

[community]
Include = /etc/pacman.d/mirrorlist-arch

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist-arch

#[multilib]
#Include = /etc/pacman.d/mirrorlist-arch

Re: [SOLVED] pacman can't find firefox

Reply #7
Code: [Select]
#
# ARCHLINUX
#

#[testing]
#Include = /etc/pacman.d/mirrorlist-arch

[extra]
Include = /etc/pacman.d/mirrorlist-arch

#[community-testing]
#Include = /etc/pacman.d/mirrorlist-arch

[community]
Include = /etc/pacman.d/mirrorlist-arch

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist-arch

#[multilib]
#Include = /etc/pacman.d/mirrorlist-arch


Thanks, should I append this to the pacman.conf file?


Re: [SOLVED] pacman can't find firefox

Reply #9
Since from now on all archlinux repos are disabled by default, is it planned that Firefox will be included in an Artix repo?
Or is librewolf now the alternative, apart from enabling the archlinux repos of course?