1

Can't verify ubuntu 19.10 download on mac os: "gpg: can't open 'SHA256SUMS.gpg': No such file or directory gpg: verify signatures failed: No such file or directory"

Both the SHA256SUMS and SHA256SUMS.gpg are downloaded.

1 Answers1

0

I fixed it by adding .txt to the end so the command ended up looking like this (gpg --keyid-format long --verify SHA256SUMS.gpg.txt SHA256SUMS.txt)