GPL-3.0-only licensed by Jens Petersen
Maintained by [email protected]
This version can be pinned in stack with:fedora-img-dl-0.4@sha256:9cb22b15f1d1b62b16cabcf76b293b48cbecdbf10327b3970a5711ac4248df8a,1619

Module documentation for 0.4

There are no documented modules for this package.

fedora-img-dl

Hackage GPL-3 license Stackage Lts Stackage Nightly

A tool for downloading Fedora images. By default it targets the Workstation edition of Fedora.

Usage example:

fedora-img-dl rawhide : downloads the latest Fedora Rawhide Workstation Live iso

fedora-img-dl -e silverblue 30 : downloads Fedora 30 Silverblue iso

fedora-img-dl -e kde respin : downloads the latest KDE Live respin

fedora-img-dl --edition server --arch aarch64 29 : will bring down the F29 Server iso

A symlink to the latest iso is also created: eg for rawhide it might be "Fedora-Workstation-Live-x86_64-Rawhide-latest.iso".

When available it also tries to check the iso checksum and its gpg signature.

Changes

Changelog

0.4 (2019-06-03)

  • drop version 30 special case
  • support gpg verification of checksum file

0.3 (2019-04-16)

  • run sha256sum check
  • support fedora Spins

0.2

  • fix and improve symlink naming
  • use new http-directory library to check exact filesize

0.1

  • initial release