Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #Name: "error: gpg failed to sign the data" Fix
  2. #By KlausDevWalker
  3. #Version: N/D
  4. #Release Date: September 4th, 2019
  5.  
  6. #I solved this error just installing the following package on Arch Linux from AUR
  7. $ yay libgtkhtml
  8.  
  9. #Its dependencies for building it are a drag but the package itself is tiny in size (less then 1 MB). I installed with yay and choose remove them after built
  10.  
  11. #You can test it creating a dummy file and try to sign it
  12. $ touch a.txt && gpg --sign a.txt
  13.  
  14. #I hope you can solve this annoying error with the information above. Share without moderation :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement