Upgrading libpcap package 02 September 2024, 19:20:38 I went to update my system this morning, but when i ran Sudo pacman -Syu, this error popped up.Ive tried removing the dependency, ive tried -Syyu and -Syuuerror: failed to prepare transaction (could not satisfy dependencies):: installing libpcap (1.10.5-2) breaks dependency 'libpcap=1.10.4' required by lib32-libpcapIs there a way i can skip that package when i try to update? is there a way i can just update that package?
Re: Upgrading libpcap package Reply #1 – 02 September 2024, 19:45:55 lib32-libpcap has been also updated, wait for your mirror to sync. In the future, you can bypass holdups from [lib32] as follows, but in general it's better to just wait a little:Code: [Select]# pacman -Sdd --asdeps libpcap; pacman -Su
Re: Upgrading libpcap package Reply #2 – 02 September 2024, 19:51:11 Thank you so much for replying. I ended up just removing libpcap forcefully and then reinstalling the newer version, but i will remember that for the future!