We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo apt update returns command not found, what should I do?
sudo apt update
ArchLinux does not use apt to manage packages but pacman, to update all of your packages use sudo pacman -Syu
apt
pacman
sudo pacman -Syu
===============================================================================================
I tried to update my packges but I see some error about GPG keys
It may happen on ArchLinux from time to time, in this case run first sudo pacman -S archlinux-keyring and then sudo pacman -Syu
sudo pacman -S archlinux-keyring