Artix Linux Forum

Artix Linux => Package management => Topic started by: tcope on 23 February 2025, 05:01:44

Title: Kicad
Post by: tcope on 23 February 2025, 05:01:44
Can we get Kicad and its dependencies added to the repo ..?

Thank You
Title: Re: Kicad
Post by: just_jed on 23 February 2025, 13:05:59
You can get kicad from Extra.

In /etc/pacman.conf:
Code: [Select]
[extra]
Include = /etc/pacman.d/mirrorlist-arch

Off the top of my head, I don't know which package has mirrorlist-arch. Possibly pamac?
Title: Re: Kicad
Post by: corysanin on 23 February 2025, 22:29:17
Off the top of my head, I don't know which package has mirrorlist-arch. Possibly pamac?

It's artix-archlinux-support. And this configuration is not supported by Artix (https://wiki.artixlinux.org/Main/Repositories#Arch_repositories). Finally, "just use Arch repos" isn't really a response to a package request.

I added kicad to world
Title: Re: Kicad
Post by: n00b on 24 February 2025, 18:39:22
Finally, "just use Arch repos" isn't really a response to a package request.
Isn't "no, but it is in aur" an often given answer?
Title: Re: Kicad
Post by: corysanin on 24 February 2025, 19:37:00
AUR is different. Since the user is building the package themself, it's on them if it's built against an old library. Instead of "please upgrade [insert large dependency package name here]" forum posts, one can rebuild packages as necessary. Still there are some pitfalls to look out for, particularly with AUR helpers that make it easy to ignore what it's doing. But in my opinion AUR is a better answer than defaulting to using binaries from Arch. Doubly so if one can't remember what package is needed to enable it.  ::)

Also mentions of AUR packages and Arch repos are more fitting for general "how do I install x" threads.