These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
719 B

  1. # Package Manager
  2. Package managers are important programs to get software onto your system.
  3. In Arch Linux there are 2 main package managers.
  4. One is `pacman`, the default package manager.
  5. But there are also a bunch other managers for the Arch User Repositories (AUR).
  6. In this article I'll use `yay` as my go to AUR manager.
  7. `yay` is also a wrapper for `pacman` so you can just use `yay` instead of pacman
  8. to install programs.
  9. ## Bugfixes
  10. ### Error while importing keys
  11. Both `yay` and `pacman` use gpg keys to confirm the package manager gets the
  12. right package.
  13. It is possible that it runs into errors when importing new keys.
  14. If this happens you should try to restart your gpg key server with
  15. `gpgconf --kill all`.