[SOLVED] pacman can't find firefox 04 June 2021, 19:47:48 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? Last Edit: 04 June 2021, 20:41:13 by alium
Re: pacman can't find firefox Reply #1 – 04 June 2021, 20:00:03 If I’m not mistaken, you need the artix-archlinux-support package. 1 Likes
Re: pacman can't find firefox Reply #2 – 04 June 2021, 20:32:17 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 Last Edit: 04 June 2021, 21:08:10 by alium 1 Likes
Re: [SOLVED] pacman can't find firefox Reply #3 – 04 June 2021, 21:11:42 Quote from: alium – on 04 June 2021, 20:32:17install 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#StableI 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 – 04 June 2021, 21:12:58 Quotecheck 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 – 04 June 2021, 21:15:23 Quote from: alium – on 04 June 2021, 21:12:58did 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 – 04 June 2021, 21:19:28 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 1 Likes
Re: [SOLVED] pacman can't find firefox Reply #7 – 04 June 2021, 21:22:42 Quote from: alium – on 04 June 2021, 21:19:28Code: [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-archThanks, should I append this to the pacman.conf file?
Re: [SOLVED] pacman can't find firefox Reply #8 – 04 June 2021, 21:24:18 Quote from: 5tryx – on 04 June 2021, 21:22:42Thanks, should I append this to the pacman.conf file?of course! if you want install packages from archlinux 1 Likes
Re: [SOLVED] pacman can't find firefox Reply #9 – 05 June 2021, 10:35:06 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?