|
...
|
...
|
@@ -67,6 +67,23 @@ DISTRO VARIANT ARCH CODENAME VERSION URL
|
|
67
|
67
|
debian inst arm64 unknown 99.0.0 https://cdimage.debian.org/debian-cd/99.0.0/arm64/iso-dvd/debian-99.0.0-arm64-DVD-1.iso ERR
|
|
68
|
68
|
```
|
|
69
|
69
|
|
|
|
70
|
+## Related projects
|
|
|
71
|
+
|
|
|
72
|
+- [`dl-distro`](https://codeberg.org/bashuser30/dl-distro): Bash script for
|
|
|
73
|
+ downloading and verifying OS images. Supports ~700 images from ~40 Linux
|
|
|
74
|
+ distros. Lacks some Raspberry Pi images.
|
|
|
75
|
+ - [`data.json`](https://codeberg.org/bashuser30/dl-distro/src/branch/master/data.json)
|
|
|
76
|
+- [`distro-info`](https://packages.debian.org/distro-info): Information about
|
|
|
77
|
+ releases of Debian and Ubuntu. Lacks support for other distros and distro
|
|
|
78
|
+ URLs.
|
|
|
79
|
+ - [`debian.csv`](https://debian.pages.debian.net/distro-info-data/debian.csv)
|
|
|
80
|
+ - [`ubuntu.csv`](https://debian.pages.debian.net/distro-info-data/ubuntu.csv)
|
|
|
81
|
+- [`libosinfo`](https://libosinfo.org): Command line tools and APIs to query
|
|
|
82
|
+ a database of metadata about operating systems among other things. It has
|
|
|
83
|
+ way more coverage, including non-Linux operating systems, but does not
|
|
|
84
|
+ include image URLs. Part of the [Virt Tools](https://www.virt-tools.org)
|
|
|
85
|
+ family, so mostly focused on distro variants suitable for virtualization.
|
|
|
86
|
+
|
|
70
|
87
|
## License
|
|
71
|
88
|
|
|
72
|
89
|
Licensed under the [ISC License][] unless otherwise noted, see the
|