First-time making an install CD (Fedora 30 from Fedora 28)
Following the instructions for verifying a downloaded image from getfedora.org,
$ curl https://getfedora.org/static/fedora.gpg | gpg --import Now, verify that the CHECKSUM file is valid: $ gpg --verify-files *-CHECKSUM
No *CHECKUM in the download directory. So, where are they?
THe CHECKSUM ought to be in the same directory as the .iso you downloaded, so if you clicked on a link like:
https://download.fedoraproject.org/pub/fedora/linux/releases/29/Workstation/...
open a web browser and browse the directory at:
https://download.fedoraproject.org/pub/fedora/linux/releases/29/Workstation/...
Note that your URL may be different, as Fedora redirects you to the optimal mirror.
On Mon, Apr 15, 2019 at 11:24 AM Geoffrey Leach geoff@hughes.net wrote:
First-time making an install CD (Fedora 30 from Fedora 28)
Following the instructions for verifying a downloaded image from getfedora.org,
$ curl https://getfedora.org/static/fedora.gpg | gpg --import Now, verify that the CHECKSUM file is valid: $ gpg --verify-files *-CHECKSUM
No *CHECKUM in the download directory. So, where are they? _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
On 4/15/19 8:23 AM, Geoffrey Leach wrote:
First-time making an install CD (Fedora 30 from Fedora 28)
Following the instructions for verifying a downloaded image from getfedora.org,
Which instructions?
$ curl https://getfedora.org/static/fedora.gpg | gpg --import Now, verify that the CHECKSUM file is valid: $ gpg --verify-files *-CHECKSUM
No *CHECKUM in the download directory. So, where are they?
On the getfedora page, if you click the "view all platform downloads" button, there's a link labelled "verify this image". That's a link to the CHECKSUM file. I think that link should also be included at the top by the main download link.