Artix Linux Forum

Artix Linux => Package management => Topic started by: mardiyah on 06 May 2023, 06:11:52

Title: Nothing at all in pacman -S the literal name that pacman generated
Post by: mardiyah on 06 May 2023, 06:11:52
Anyone ever had and solved this problem
Code: [Select]
$ sudo pacman --noconfirm -S libpcap
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libpcap (1.10.4-1) breaks dependency 'libpcap=1.10.3' required by lib32-libpcap

$ sudo pacman --noconfirm -Ss lib32-libpcap
(ie. nothing)   ?

Please help clarify, give clue to solve
Title: Re: Nothing at all in pacman -S the literal name that pacman generated
Post by: ncmprhnsbl on 06 May 2023, 09:22:49
enable "lib32" repo in /etc/pacman.conf, and you'll find it.   https://packages.artixlinux.org/details/lib32-libpcap
if for some reason you don't need lib32-libcap, eg. you don't have/want wine, just remove it.
Title: Re: Nothing at all in pacman -S the literal name that pacman generated
Post by: mardiyah on 06 May 2023, 11:18:27
EXCELLENT

I need wine