Advertisement
FranzVuttke

pacman_reinstall_key

Jul 17th, 2024 (edited)
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | Source Code | 0 0
  1. # reinstall the key
  2. sudo pacman -S archlinux-keyring
  3.  
  4.  # refresh the key
  5.  sudo pacman-key --refresh-keys.
  6.  
  7.  # manually trust key using email
  8.  sudo pacman-key --lsign-key tpkessler@archlinux.org  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement