LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   Enable multilib (https://www.linuxquestions.org/questions/arch-29/enable-multilib-4175721287/)

Procenko 01-24-2023 08:51 PM

Enable multilib
 
/etc/pacman.conf

Code:

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

Code:

sudo pacman -Syyu
nothing
Code:

[root@home etc]# sudo pacman -Syyu
:: Synchronizing package databases...
 core                                                                                                              152.1 KiB  502 KiB/s 00:00 [#######################################################################################] 100%
 extra                                                                                                            1745.9 KiB  7.32 MiB/s 00:00 [#######################################################################################] 100%
 community                                                                                                          7.2 MiB  9.44 MiB/s 00:01 [#######################################################################################] 100%
 multilib                                                                                                          164.9 KiB  3.04 MiB/s 00:00 [#######################################################################################] 100%
:: Starting full system upgrade...
 there is nothing to do
[root@home etc]#


try installing lib32* - conflict
Code:

[root@home etc]# pacman -Ssq lib32 | pacman -S -
warning: lib32-gcc-libs-12.2.1-1 is up to date -- reinstalling
warning: lib32-glibc-2.36-7 is up to date -- reinstalling
warning: lib32-alsa-lib-1.2.8-1 is up to date -- reinstalling
warning: lib32-dbus-1.14.4-1 is up to date -- reinstalling
warning: lib32-e2fsprogs-1.46.5-1 is up to date -- reinstalling
warning: lib32-glib2-2.74.5-1 is up to date -- reinstalling
warning: lib32-keyutils-1.6.3-1 is up to date -- reinstalling
warning: lib32-krb5-1.20.1-1 is up to date -- reinstalling
warning: lib32-libcap-2.66-1 is up to date -- reinstalling
warning: lib32-libffi-3.4.4-1 is up to date -- reinstalling
warning: lib32-libgcrypt-1.10.1-2 is up to date -- reinstalling
warning: lib32-libgpg-error-1.46-1 is up to date -- reinstalling
warning: lib32-libldap-2.6.3-3 is up to date -- reinstalling
warning: lib32-libtirpc-1.3.3-2 is up to date -- reinstalling
warning: lib32-libxcrypt-4.4.33-1 is up to date -- reinstalling
warning: lib32-openssl-1:3.0.7-1 is up to date -- reinstalling
warning: lib32-pam-1.5.2-1 is up to date -- reinstalling
warning: lib32-pcre2-10.40-3 is up to date -- reinstalling
warning: lib32-pipewire-1:0.3.64-1 is up to date -- reinstalling
warning: lib32-pipewire-jack-1:0.3.64-1 is up to date -- reinstalling
warning: lib32-systemd-252.4-1 is up to date -- reinstalling
warning: lib32-util-linux-2.38.1-1 is up to date -- reinstalling
warning: lib32-xz-5.4.1-1 is up to date -- reinstalling
warning: lib32-zlib-1.2.13-2 is up to date -- reinstalling
warning: lib32-zstd-1.5.2-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: lib32-jack2 and lib32-pipewire-jack are in conflict

[root@home etc]#


prejudices_mars 01-26-2023 03:51 AM

Yes try Windows. Loonix is really hard for you kiddo.

teckk 01-26-2023 01:17 PM

Code:

pacman -Syyu
Don't run that, just extra load on the servers.

Code:

[root@home etc]# sudo pacman -Syyu
You are logged in as root, and then using sudo with root?

What servers do you have un-commented in /etc/pacman.d/mirrorlist

If a mirror is not updating, then use another mirror.

https://wiki.archlinux.org/title/Pacman
https://archlinux.org/pacman/pacman.8.html

https://wiki.archlinux.org/title/Mirrors
https://archlinux.org/mirrorlist/


All times are GMT -5. The time now is 07:00 AM.