Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Artix multilib repository help (Read 4171 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Artix multilib repository help

How do i swich to the The artix multilib repository?
what do i have to edit in /etc/pacman.conf?

 

Re: Artix multilib repository help

Reply #1
/etc/pacman.conf

lib32 is an artix repository
multilib are arch repositories
I don't use them myself but I believe this is how you do it.
# comment out the testing if you don't want testing.

Code: [Select]
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

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

[lib32]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

[extra]
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