Deprecated

In favour of

fedora-img-dl

Fedora image download tool

https://github.com/juhp/fedora-img-dl

Version on this page:0.3
Stackage Nightly 2019-07-22:0.4
Latest on Hackage:0.4

See all snapshots fedora-img-dl appears in

GPL-3.0-only licensed by Jens Petersen
Maintained by [email protected]
This version can be pinned in stack with:fedora-img-dl-0.3@sha256:3fdc3486cbfe2d2a88b38299de8aeaa09e87a674a0a93ed26d501c3b9edc61aa,1685

Module documentation for 0.3

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.

Changes

Changelog

0.3

  • 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