Manjaro Difference between revisions of "Pacman troubleshooting"

Difference between revisions of "Pacman troubleshooting"

From Manjaro
imported>Verityproductions
imported>Philm
Line 134: Line 134:
  sudo pacman -Syy
  sudo pacman -Syy


== "GPGME error: No data" Error ==
The most likely cause is an error while downloading one of the package files. This is why signatures and checksums are used. If a download error changed the content of one of the package tarballs, pacman will detect the error and not proceed until it is resolved.
sudo pacman -Syy
... refreshes the package lists even if they seem to be up to date - in other words it redownloads everything.
Cleaning pacman's cache might also help in this situation:
sudo pacman -Scc
In some rare cases a refreshment and reload of our signatures is needed:
sudo pacman-key --refresh-keys
sudo pacman-key --populate archlinux manjaro
If this error happens again in a later state we recommend to [[Change to a Different Download Server]].


= See Also =
= See Also =
Cookies help us deliver our services. By using our services, you agree to our use of cookies.