When I try updating Arch mirrors through Welcome, I get: “Fetching information from https://www.archlinux.org failed.”
When I try manually using Reflector to update Arch mirrors, I get:
Traceback (most recent call last):
File "/usr/bin/reflector", line 3, in <module>
import Reflector
ModuleNotFoundError: No module named 'Reflector'
(Even though I checked and Reflector is indeed available in my Python environment AND was also installed via pacman.)
When I try doing “sudo pacman -Sy archlinux-keyring”, I get:
Error: synchronisation of all databases failed (no server configured in repository)
“sudo pacman-key --refresh-keys” does looks like it’s working, but back when pacman -Syu, -Syyu, -Syyuu would still work, it was evident that nothing got updated.
And now, pacman -Sy, -Syu, -Syyu, and -Syyuu all return:
Error: synchronisation of all databases failed (no server configured in repository)
I’m lost. I don’t know what else I can do.