You are not logged in.
Hi,
I just installed arch with the new 2020/11/01 iso. The "/" partition is newly formatted as btrfs. When installing some packages, pacman seems to be trying to download some outdated packages thus ending in failure. E.g.:
$ sudo pacman -Syyuu
:: Synchronising package databases...
core 129.3 KiB 261 KiB/s 00:00 [####################################################] 100%
extra 1630.9 KiB 903 KiB/s 00:02 [####################################################] 100%
community 5.2 MiB 4.03 MiB/s 00:01 [####################################################] 100%
:: Starting full system upgrade...
there is nothing to do
$ sudo pacman -S plasma-nm
resolving dependencies...
looking for conflicting packages...
Packages (21) gpm-1.20.7.r38.ge82d1a6-3 libmbim-1.24.4-1 libmm-glib-1.14.6-1 libndp-1.7-2 libnewt-0.52.21-3 ...
Here libnewt-0.52.21-3 seems to be an outdated version. When I do a "Package Search" for libnewt on the arch website, there's only version 0.52.21-4.
How can I fix this?
Thanks a lot
Last edited by learnarch (2020-11-02 15:46:19)
Offline
Update your mirrors to actively syncing ones: https://www.archlinux.org/mirrors/status/#successful use one close to your physical location and with a low delay time/low score (lower score is better)
And stop using -Syyuu that wastes bandwidth and is only really useful during specific troubleshooting cases, use -Syu
Offline
Update your mirrors to actively syncing ones: https://www.archlinux.org/mirrors/status/#successful use one close to your physical location and with a low delay time/low score (lower score is better)
And stop using -Syyuu that wastes bandwidth and is only really useful during specific troubleshooting cases, use -Syu
Thanks a lot. Tried the one on the top of the list and issue resolved.
Offline
Tried the one on the top of the list and issue resolved.
Are you actually in (or at least near) Germany? If not, there's no reason to use the one on the top of that list.
Last edited by Trilby (2020-11-02 16:28:15)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Online