-
Notifications
You must be signed in to change notification settings - Fork 8
FAQ
Mattia Procopio edited this page Jul 26, 2022
·
2 revisions
sudo apt update
returns command not found, what should I do?
ArchLinux does not use apt
to manage packages but pacman
, to update all of your packages use 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