From bf9fe604847991ad029980703a6c72b8a309b5a1 Mon Sep 17 00:00:00 2001
From: Manuel Bentele
Date: Tue, 4 May 2021 08:50:34 +0200
Subject: Add libosinfo database and validation schema files for Libvirt
The libosinfo database consists of a single XML file aggreated from
the original libosinfo database which is split accross multiple XML
files. The aggregation is achieved by the following commands where
the original data base files are located under /usr/share/osinfo/os:
FILES=(/usr/share/osinfo/os/**/*.xml)
START="$(sed -n '/^$/p' "${FILES[0]}")"
END=""
for FILE in "${FILES[@]}"; do
CONTENT+="$(sed -n '//p' "${FILE}")"$'\n'
done
echo -e "${START}\n${CONTENT}${END}" > \
src/main/resources/libvirt/libosinfo/xml/osinfo.xml
---
.../resources/libvirt/libosinfo/rng/osinfo.rng | 942 +
.../resources/libvirt/libosinfo/xml/osinfo.xml | 51499 +++++++++++++++++++
2 files changed, 52441 insertions(+)
create mode 100644 src/main/resources/libvirt/libosinfo/rng/osinfo.rng
create mode 100644 src/main/resources/libvirt/libosinfo/xml/osinfo.xml
(limited to 'src')
diff --git a/src/main/resources/libvirt/libosinfo/rng/osinfo.rng b/src/main/resources/libvirt/libosinfo/rng/osinfo.rng
new file mode 100644
index 0000000..775e71f
--- /dev/null
+++ b/src/main/resources/libvirt/libosinfo/rng/osinfo.rng
@@ -0,0 +1,942 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.0.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ isa
+ pci
+ usb
+ xen
+ ps2
+
+
+
+
+
+
+ audio
+ block
+ console
+ chipset
+ controller.usb
+ filesystem
+ input
+ memory.balloon
+ net
+ video
+ watchdog
+ rng
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ all
+
+
+
+
+
+ aarch64
+ alpha
+ armv7l
+ cris
+ i686
+ ia64
+ lm32
+ m68k
+ microblaze
+ microblazeel
+ mips
+ mipsel
+ mips64
+ mips64el
+ openrisc
+ parisc
+ parisc64
+ ppc
+ ppc64
+ ppc64le
+ ppcemb
+ s390
+ s390x
+ sh4
+ sh4eb
+ sparc
+ sparc64
+ unicore32
+ x86_64
+ xtensa
+ xtensaeb
+
+
+
+
+
+ qcow2
+ raw
+ vhdx
+ vmdk
+
+
+
+
+
+ [0-9]{4}-[0-9]{2}-[0-9]{2}
+
+
+
+
+
+ [0-9a-fA-F]+
+
+
+
+
+
+ [a-zA-Z]+
+
+
+
+
+
+
+ true|false
+
+
+
+
+
+
+
+ [0-9]+
+
+
+
+
+
+ \w+://.*
+
+
+
+
+
+ required|optional
+
+
+
+
+
+ dos|unix
+
+
+
+
+ strict|warn|none
+
+
+
+
+
+
+ snapshot|prerelease|released|rolling
+
+
+
+
+
+
+
+ cdrom|disk|floppy|initrd|web
+
+
+
+
+
+
+ bios
+ efi
+
+
+
diff --git a/src/main/resources/libvirt/libosinfo/xml/osinfo.xml b/src/main/resources/libvirt/libosinfo/xml/osinfo.xml
new file mode 100644
index 0000000..cff2fe6
--- /dev/null
+++ b/src/main/resources/libvirt/libosinfo/xml/osinfo.xml
@@ -0,0 +1,51499 @@
+
+
+
+ alpinelinux3.10
+ Alpine Linux 3.10
+ Alpine Linux 3.10
+ Alpine Linux 3.10
+ Alpine Linux 3.10
+ Alpine Linux 3.10
+ Alpine Linux 3.10
+ Alpine Linux 3.10
+ 3.10
+ Alpine Linux Project
+ Alpine Linux Project
+ Проєкт Alpine Linux
+ Alpine Linux Projesi
+ Projeto Alpine Linux
+ Projeto Alpine Linux
+ Alpine Linux Project
+ Progetto Alpine Linux
+ Alpine Linux Project
+ Projet Alpine Linux
+ Projecte Alpine Linux
+ linux
+ alpinelinux
+
+
+ 2019-06-19
+ 2021-05-01
+
+
+ 1000000000
+ 1
+ 134217728
+ 1073741824
+
+
+ 1000000000
+ 1
+ 805306368
+ 4294967296
+
+
+
+ Alpinelinux 3.10 Standard
+ Alpinelinux 3.10 Standard
+ Alpinelinux 3.10 Standard
+ Alpinelinux 3.10 Standard
+ Alpinelinux 3.10 Standard
+ Alpinelinux 3.10 Standard
+ Alpinelinux 3.10 Standard
+
+
+ Alpinelinux 3.10 Extended
+ Alpinelinux 3.10 Extended
+ Alpinelinux 3.10 Extended
+ Alpinelinux 3.10 Extended
+ Alpinelinux 3.10 Extended
+ Alpinelinux 3.10 Extended
+ Alpinelinux 3.10 Extended
+
+
+ Alpinelinux 3.10 Virtual
+ Alpinelinux 3.10 Virtual
+ Alpinelinux 3.10 Virtual
+ Alpinelinux 3.10 Virtual
+ Alpinelinux 3.10 Virtual
+ Alpinelinux 3.10 Virtual
+ Alpinelinux 3.10 Virtual
+
+
+ Alpinelinux 3.10 Xen
+ Alpinelinux 3.10 Xen
+ Alpinelinux 3.10 Xen
+ Alpinelinux 3.10 Xen
+ Alpinelinux 3.10 Xen
+ Alpinelinux 3.10 Xen
+ Alpinelinux 3.10 Xen
+
+
+
+
+
+ alpine-std 3.10.\d x86$
+
+
+
+
+
+ alpine-std 3.10.\d x86_64$
+
+
+
+
+
+ alpine-std 3.10.\d ppc64le$
+
+
+
+
+
+ alpine-std 3.10.\d s390x$
+
+
+
+
+
+
+ alpine-ext 3.10.\d x86$
+
+
+
+
+
+ alpine-ext 3.10.\d x86_64$
+
+
+
+
+
+
+ alpine-virt 3.10.\d x86$
+
+
+
+
+
+ alpine-virt 3.10.\d x86_64$
+
+
+
+
+
+
+ alpine-xen 3.10.\d x86_64$
+
+
+
+
+ alpinelinux3.11
+ Alpine Linux 3.11
+ Alpine Linux 3.11
+ Alpine Linux 3.11
+ Alpine Linux 3.11
+ Alpine Linux 3.11
+ Alpine Linux 3.11
+ Alpine Linux 3.11
+ 3.11
+ Alpine Linux Project
+ Alpine Linux Project
+ Проєкт Alpine Linux
+ Alpine Linux Projesi
+ Projeto Alpine Linux
+ Projeto Alpine Linux
+ Alpine Linux Project
+ Progetto Alpine Linux
+ Alpine Linux Project
+ Projet Alpine Linux
+ Projecte Alpine Linux
+ linux
+ alpinelinux
+
+
+ 2019-12-29
+ 2021-11-01
+
+
+ 1000000000
+ 1
+ 134217728
+ 1073741824
+
+
+ 1000000000
+ 1
+ 805306368
+ 4294967296
+
+
+
+ Alpinelinux 3.11 Standard
+ Alpinelinux 3.11 Standard
+ Alpinelinux 3.11 Standard
+ Alpinelinux 3.11 Standard
+ Alpinelinux 3.11 Standard
+ Alpinelinux 3.11 Standard
+ Alpinelinux 3.11 Standard
+
+
+ Alpinelinux 3.11 Extended
+ Alpinelinux 3.11 Extended
+ Alpinelinux 3.11 Extended
+ Alpinelinux 3.11 Extended
+ Alpinelinux 3.11 Extended
+ Alpinelinux 3.11 Extended
+ Alpinelinux 3.11 Extended
+
+
+ Alpinelinux 3.11 Virtual
+ Alpinelinux 3.11 Virtual
+ Alpinelinux 3.11 Virtual
+ Alpinelinux 3.11 Virtual
+ Alpinelinux 3.11 Virtual
+ Alpinelinux 3.11 Virtual
+ Alpinelinux 3.11 Virtual
+
+
+ Alpinelinux 3.11 Xen
+ Alpinelinux 3.11 Xen
+ Alpinelinux 3.11 Xen
+ Alpinelinux 3.11 Xen
+ Alpinelinux 3.11 Xen
+ Alpinelinux 3.11 Xen
+ Alpinelinux 3.11 Xen
+
+
+
+
+
+ alpine-std 3.11.\d aarch64$
+
+
+
+
+
+ alpine-std 3.11.\d x86$
+
+
+
+
+
+ alpine-std 3.11.\d x86_64$
+
+
+
+
+
+ alpine-std 3.11.\d ppc64le$
+
+
+
+
+
+ alpine-std 3.11.\d s390x$
+
+
+
+
+
+
+ alpine-ext 3.11.\d x86$
+
+
+
+
+
+ alpine-ext 3.11.\d x86_64$
+
+
+
+
+
+
+ alpine-virt 3.11.\d aarch64$
+
+
+
+
+
+ alpine-virt 3.11.\d x86$
+
+
+
+
+
+ alpine-virt 3.11.\d x86_64$
+
+
+
+
+
+
+ alpine-xen 3.11.\d x86_64$
+
+
+
+
+ alpinelinux3.12
+ Alpine Linux 3.12
+ Alpine Linux 3.12
+ Alpine Linux 3.12
+ Alpine Linux 3.12
+ Alpine Linux 3.12
+ Alpine Linux 3.12
+ Alpine Linux 3.12
+ 3.12
+ Alpine Linux Project
+ Alpine Linux Project
+ Проєкт Alpine Linux
+ Alpine Linux Projesi
+ Projeto Alpine Linux
+ Projeto Alpine Linux
+ Alpine Linux Project
+ Progetto Alpine Linux
+ Alpine Linux Project
+ Projet Alpine Linux
+ Projecte Alpine Linux
+ linux
+ alpinelinux
+
+
+ 2020-05-29
+ 2022-05-01
+
+
+ 1000000000
+ 1
+ 134217728
+ 1073741824
+
+
+ 1000000000
+ 1
+ 805306368
+ 4294967296
+
+
+
+ Alpinelinux 3.12 Standard
+ Alpinelinux 3.12 Standard
+ Alpinelinux 3.12 Standard
+ Alpinelinux 3.12 Standard
+ Alpinelinux 3.12 Standard
+ Alpinelinux 3.12 Standard
+ Alpinelinux 3.12 Standard
+
+
+ Alpinelinux 3.12 Extended
+ Alpinelinux 3.12 Extended
+ Alpinelinux 3.12 Extended
+ Alpinelinux 3.12 Extended
+ Alpinelinux 3.12 Extended
+ Alpinelinux 3.12 Extended
+ Alpinelinux 3.12 Extended
+
+
+ Alpinelinux 3.12 Virtual
+ Alpinelinux 3.12 Virtual
+ Alpinelinux 3.12 Virtual
+ Alpinelinux 3.12 Virtual
+ Alpinelinux 3.12 Virtual
+ Alpinelinux 3.12 Virtual
+ Alpinelinux 3.12 Virtual
+
+
+ Alpinelinux 3.12 Xen
+ Alpinelinux 3.12 Xen
+ Alpinelinux 3.12 Xen
+ Alpinelinux 3.12 Xen
+ Alpinelinux 3.12 Xen
+ Alpinelinux 3.12 Xen
+ Alpinelinux 3.12 Xen
+
+
+
+
+
+ alpine-std 3.12.\d aarch64$
+
+
+
+
+
+ alpine-std 3.12.\d x86$
+
+
+
+
+
+ alpine-std 3.12.\d x86_64$
+
+
+
+
+
+ alpine-std 3.12.\d ppc64le$
+
+
+
+
+
+ alpine-std 3.12.\d s390x$
+
+
+
+
+
+
+ alpine-ext 3.12.\d x86$
+
+
+
+
+
+ alpine-ext 3.12.\d x86_64$
+
+
+
+
+
+
+ alpine-virt 3.12.\d aarch64$
+
+
+
+
+
+ alpine-virt 3.12.\d x86$
+
+
+
+
+
+ alpine-virt 3.12.\d x86_64$
+
+
+
+
+
+
+ alpine-xen 3.12.\d x86_64$
+
+
+
+
+ alpinelinux3.13
+ Alpine Linux 3.13
+ Alpine Linux 3.13
+ Alpine Linux 3.13
+ Alpine Linux 3.13
+ Alpine Linux 3.13
+ Alpine Linux 3.13
+ Alpine Linux 3.13
+ 3.13
+ Alpine Linux Project
+ Alpine Linux Project
+ Проєкт Alpine Linux
+ Alpine Linux Projesi
+ Projeto Alpine Linux
+ Projeto Alpine Linux
+ Alpine Linux Project
+ Progetto Alpine Linux
+ Alpine Linux Project
+ Projet Alpine Linux
+ Projecte Alpine Linux
+ linux
+ alpinelinux
+
+
+
+
+ 1000000000
+ 1
+ 134217728
+ 1073741824
+
+
+ 1000000000
+ 1
+ 805306368
+ 4294967296
+
+
+
+ Alpinelinux 3.13 Standard
+ Alpinelinux 3.13 Standard
+ Alpinelinux 3.13 Standard
+ Alpinelinux 3.13 Standard
+ Alpinelinux 3.13 Standard
+ Alpinelinux 3.13 Standard
+ Alpinelinux 3.13 Standard
+
+
+ Alpinelinux 3.13 Extended
+ Alpinelinux 3.13 Extended
+ Alpinelinux 3.13 Extended
+ Alpinelinux 3.13 Extended
+ Alpinelinux 3.13 Extended
+ Alpinelinux 3.13 Extended
+ Alpinelinux 3.13 Extended
+
+
+ Alpinelinux 3.13 Virtual
+ Alpinelinux 3.13 Virtual
+ Alpinelinux 3.13 Virtual
+ Alpinelinux 3.13 Virtual
+ Alpinelinux 3.13 Virtual
+ Alpinelinux 3.13 Virtual
+ Alpinelinux 3.13 Virtual
+
+
+ Alpinelinux 3.13 Xen
+ Alpinelinux 3.13 Xen
+ Alpinelinux 3.13 Xen
+ Alpinelinux 3.13 Xen
+ Alpinelinux 3.13 Xen
+ Alpinelinux 3.13 Xen
+ Alpinelinux 3.13 Xen
+
+
+
+
+
+ alpine-std 3\.13.* aarch64$
+
+
+
+
+
+ alpine-std 3\.13.* x86$
+
+
+
+
+
+ alpine-std 3\.13.* x86_64$
+
+
+
+
+
+ alpine-std 3\.13.* ppc64le$
+
+
+
+
+
+ alpine-std 3\.13.* s390x$
+
+
+
+
+
+
+ alpine-ext 3\.13.* x86$
+
+
+
+
+
+ alpine-ext 3\.13.* x86_64$
+
+
+
+
+
+
+ alpine-virt 3\.13.* aarch64$
+
+
+
+
+
+ alpine-virt 3\.13.* x86$
+
+
+
+
+
+ alpine-virt 3\.13.* x86_64$
+
+
+
+
+
+
+ alpine-xen 3\.13.* x86_64$
+
+
+
+
+ alpinelinux3.5
+ Alpine Linux 3.5
+ Alpine Linux 3.5
+ Alpine Linux 3.5
+ Alpine Linux 3.5
+ Alpine Linux 3.5
+ Alpine Linux 3.5
+ Alpine Linux 3.5
+ Alpine Linux 3.5
+ Alpine Linux 3.5
+ Alpine Linux 3.5
+ Alpine Linux 3.5
+ 3.5
+ Alpine Linux Project
+ Alpine Linux Project
+ Проєкт Alpine Linux
+ Alpine Linux Projesi
+ Projeto Alpine Linux
+ Projeto Alpine Linux
+ Alpine Linux Project
+ Progetto Alpine Linux
+ Alpine Linux Project
+ Projet Alpine Linux
+ Projecte Alpine Linux
+ linux
+ alpinelinux
+ 2016-12-22
+ 2018-11-01
+
+
+ 1000000000
+ 1
+ 134217728
+ 1073741824
+
+
+ 1000000000
+ 1
+ 805306368
+ 4294967296
+
+
+
+
+ alpine-.* 3.5.\d x86$
+
+
+
+
+ alpine-.* 3.5.\d x86_64.*
+
+
+
+
+ alpinelinux3.6
+ Alpine Linux 3.6
+ Alpine Linux 3.6
+ Alpine Linux 3.6
+ Alpine Linux 3.6
+ Alpine Linux 3.6
+ Alpine Linux 3.6
+ Alpine Linux 3.6
+ Alpine Linux 3.6
+ Alpine Linux 3.6
+ Alpine Linux 3.6
+ Alpine Linux 3.6
+ 3.6
+ Alpine Linux Project
+ Alpine Linux Project
+ Проєкт Alpine Linux
+ Alpine Linux Projesi
+ Projeto Alpine Linux
+ Projeto Alpine Linux
+ Alpine Linux Project
+ Progetto Alpine Linux
+ Alpine Linux Project
+ Projet Alpine Linux
+ Projecte Alpine Linux
+ linux
+ alpinelinux
+
+
+ 2017-05-24
+ 2019-05-01
+
+
+ 1000000000
+ 1
+ 134217728
+ 1073741824
+
+
+ 1000000000
+ 1
+ 805306368
+ 4294967296
+
+
+
+
+ alpine-.* 3.6.\d x86$
+
+
+
+
+ alpine-.* 3.6.\d x86_64.*
+
+
+
+
+ alpinelinux3.7
+ Alpine Linux 3.7
+ Alpine Linux 3.7
+ Alpine Linux 3.7
+ Alpine Linux 3.7
+ Alpine Linux 3.7
+ Alpine Linux 3.7
+ Alpine Linux 3.7
+ Alpine Linux 3.7
+ Alpine Linux 3.7
+ Alpine Linux 3.7
+ Alpine Linux 3.7
+ 3.7
+ Alpine Linux Project
+ Alpine Linux Project
+ Проєкт Alpine Linux
+ Alpine Linux Projesi
+ Projeto Alpine Linux
+ Projeto Alpine Linux
+ Alpine Linux Project
+ Progetto Alpine Linux
+ Alpine Linux Project
+ Projet Alpine Linux
+ Projecte Alpine Linux
+ linux
+ alpinelinux
+
+
+ 2017-11-30
+ 2019-11-01
+
+
+ 1000000000
+ 1
+ 134217728
+ 1073741824
+
+
+ 1000000000
+ 1
+ 805306368
+ 4294967296
+
+
+
+
+ alpine-.* 3.7.\d x86$
+
+
+
+
+ alpine-.* 3.7.\d x86_64.*
+
+
+
+
+ alpine-.* 3.7.\d ppc64le
+
+
+
+
+ alpinelinux3.8
+ Alpine Linux 3.8
+ Alpine Linux 3.8
+ Alpine Linux 3.8
+ Alpine Linux 3.8
+ Alpine Linux 3.8
+ Alpine Linux 3.8
+ Alpine Linux 3.8
+ Alpine Linux 3.8
+ Alpine Linux 3.8
+ Alpine Linux 3.8
+ Alpine Linux 3.8
+ 3.8
+ Alpine Linux Project
+ Alpine Linux Project
+ Проєкт Alpine Linux
+ Alpine Linux Projesi
+ Projeto Alpine Linux
+ Projeto Alpine Linux
+ Alpine Linux Project
+ Progetto Alpine Linux
+ Alpine Linux Project
+ Projet Alpine Linux
+ Projecte Alpine Linux
+ linux
+ alpinelinux
+
+
+ 2018-06-26
+ 2020-05-01
+
+
+ 1000000000
+ 1
+ 134217728
+ 1073741824
+
+
+ 1000000000
+ 1
+ 805306368
+ 4294967296
+
+
+
+ Alpinelinux 3.8 Standard
+ Alpinelinux 3.8 Standard
+ Alpinelinux 3.8 Standard
+ Alpinelinux 3.8 Standard
+ Alpinelinux 3.8 Standard
+ Alpinelinux 3.8 Standard
+ Alpinelinux 3.8 Standard
+ Alpinelinux 3.8 Standard
+ Alpinelinux 3.8 Standard
+ Alpinelinux 3.8 Standard
+ Alpinelinux 3.8 estàndard
+
+
+ Alpinelinux 3.8 Extended
+ Alpinelinux 3.8 Extended
+ Alpinelinux 3.8 Extended
+ Alpinelinux 3.8 Extended
+ Alpinelinux 3.8 Extended
+ Alpinelinux 3.8 Extended
+ Alpinelinux 3.8 Extended
+ Alpinelinux 3.8 Extended
+ Alpinelinux 3.8 Extended
+ Alpinelinux 3.8 Extended
+ Alpine Linux 3.8 estesa
+
+
+ Alpinelinux 3.8 Virtual
+ Alpinelinux 3.8 Virtual
+ Alpinelinux 3.8 Virtual
+ Alpinelinux 3.8 Virtual
+ Alpinelinux 3.8 Virtual
+ Alpinelinux 3.8 Virtual
+ Alpinelinux 3.8 Virtual
+ Alpinelinux 3.8 Virtual
+ Alpinelinux 3.8 Virtual
+ Alpinelinux 3.8 Virtual
+ Alpinelinux 3.8 virtual
+
+
+ Alpinelinux 3.8 Xen
+ Alpinelinux 3.8 Xen
+ Alpinelinux 3.8 Xen
+ Alpinelinux 3.8 Xen
+ Alpinelinux 3.8 Xen
+ Alpinelinux 3.8 Xen
+ Alpinelinux 3.8 Xen
+ Alpinelinux 3.8 Xen
+ Alpinelinux 3.8 Xen
+ Alpinelinux 3.8 Xen
+ Alpinelinux 3.8 Xen
+
+
+
+
+
+ alpine-std 3.8.\d x86$
+
+
+
+
+
+ alpine-std 3.8.\d x86_64$
+
+
+
+
+
+ alpine-std 3.8.\d ppc64le$
+
+
+
+
+
+ alpine-std 3.8.\d s390x$
+
+
+
+
+
+
+ alpine-ext 3.8.\d x86$
+
+
+
+
+
+ alpine-ext 3.8.\d x86_64$
+
+
+
+
+
+
+ alpine-virt 3.8.\d x86$
+
+
+
+
+
+ alpine-virt 3.8.\d x86_64$
+
+
+
+
+
+
+ alpine-xen 3.8.\d x86_64$
+
+
+
+
+ alpinelinux3.9
+ Alpine Linux 3.9
+ Alpine Linux 3.9
+ Alpine Linux 3.9
+ Alpine Linux 3.9
+ Alpine Linux 3.9
+ Alpine Linux 3.9
+ Alpine Linux 3.9
+ 3.9
+ Alpine Linux Project
+ Alpine Linux Project
+ Проєкт Alpine Linux
+ Alpine Linux Projesi
+ Projeto Alpine Linux
+ Projeto Alpine Linux
+ Alpine Linux Project
+ Progetto Alpine Linux
+ Alpine Linux Project
+ Projet Alpine Linux
+ Projecte Alpine Linux
+ linux
+ alpinelinux
+
+
+ 2019-01-29
+ 2020-11-01
+
+
+ 1000000000
+ 1
+ 134217728
+ 1073741824
+
+
+ 1000000000
+ 1
+ 805306368
+ 4294967296
+
+
+
+ Alpinelinux 3.9 Standard
+ Alpinelinux 3.9 Standard
+ Alpinelinux 3.9 Standard
+ Alpinelinux 3.9 Standard
+ Alpinelinux 3.9 Standard
+ Alpinelinux 3.9 Standard
+ Alpinelinux 3.9 Standard
+
+
+ Alpinelinux 3.9 Extended
+ Alpinelinux 3.9 Extended
+ Alpinelinux 3.9 Extended
+ Alpinelinux 3.9 Extended
+ Alpinelinux 3.9 Extended
+ Alpinelinux 3.9 Extended
+ Alpinelinux 3.9 Extended
+
+
+ Alpinelinux 3.9 Virtual
+ Alpinelinux 3.9 Virtual
+ Alpinelinux 3.9 Virtual
+ Alpinelinux 3.9 Virtual
+ Alpinelinux 3.9 Virtual
+ Alpinelinux 3.9 Virtual
+ Alpinelinux 3.9 Virtual
+
+
+ Alpinelinux 3.9 Xen
+ Alpinelinux 3.9 Xen
+ Alpinelinux 3.9 Xen
+ Alpinelinux 3.9 Xen
+ Alpinelinux 3.9 Xen
+ Alpinelinux 3.9 Xen
+ Alpinelinux 3.9 Xen
+
+
+
+
+
+ alpine-std 3.9.\d x86$
+
+
+
+
+
+ alpine-std 3.9.\d x86_64$
+
+
+
+
+
+ alpine-std 3.9.\d ppc64le$
+
+
+
+
+
+ alpine-std 3.9.\d s390x$
+
+
+
+
+
+
+ alpine-ext 3.9.\d x86$
+
+
+
+
+
+ alpine-ext 3.9.\d x86_64$
+
+
+
+
+
+
+ alpine-virt 3.9.\d x86$
+
+
+
+
+
+ alpine-virt 3.9.\d x86_64$
+
+
+
+
+
+
+ alpine-xen 3.9.\d x86_64$
+
+
+
+
+ alt8.0
+ ALT 8 Education
+ ALT 8 Education
+ ALT 8 Education
+ ALT 8 Education
+ ALT 8 Education
+ ALT 8 Education
+ ALT 8 Education
+ ALT 8 Education
+ ALT 8 Education
+ 8.0
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ linux
+ alt
+ Hypericum
+
+
+ 2016-06-01
+ 2019-12-16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/education/alt-education-8.2-i586.iso
+
+ LINUX
+ ALT education/i586
+ ALT LINUX TEAM
+ EDUCATION
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/education/alt-education-8.2-x86_64.iso
+
+ LINUX
+ ALT education/x86_64
+ ALT LINUX TEAM
+ EDUCATION
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ 1
+ 1000000000
+ 536870912
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ alt8.1
+ ALT 8.1
+ ALT 8.1
+ ALT 8.1
+ ALT 8.1
+ ALT 8.1
+ ALT 8.1
+ ALT 8.1
+ ALT 8.1
+ ALT 8.1
+ ALT 8.1
+ 8.1
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ linux
+ alt
+ Hypericum
+
+
+ 2016-06-01
+ 2017-12-30
+
+ ALT 8.1 Workstation
+ ALT 8.1 Workstation
+ ALT 8.1 Workstation
+ ALT 8.1 Workstation
+ ALT 8.1 Workstation
+ ALT 8.1 Workstation
+ ALT 8.1 Workstation
+ ALT 8.1 Workstation
+ ALT 8.1 Workstation
+ ALT 8.1 Workstation
+
+
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+
+
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+ ALT 8.1 Workstation K
+
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/workstation/alt-workstation-8.1-i586.iso
+
+ LINUX
+ ALT Workstation
+ BASEALT LTD
+ 8.1/I586
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/workstation/alt-workstation-8.1-x86_64.iso
+
+ LINUX
+ ALT Workstation
+ BASEALT LTD
+ 8.1/X86_64
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/kworkstation/alt-kworkstation-8.1-install-i586.iso
+
+ LINUX
+ Workstation K
+ BASEALT LTD
+ 8.0/I586
+ 3596533760
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/kworkstation/alt-kworkstation-8.1-install-x86_64.iso
+
+ LINUX
+ Workstation K
+ BASEALT LTD
+ 8.0/X86_64
+ 3760128000
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/kworkstation/alt-kworkstation-8.1-live-i586.iso
+
+ LINUX
+ Workstation K
+ BASEALT LTD
+ 8.0/I586
+ 2134900736
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/kworkstation/alt-kworkstation-8.1-live-x86_64.iso
+
+ LINUX
+ Workstation K
+ BASEALT LTD
+ 8.0/X86_64
+ 2266103808
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ 1
+ 1000000000
+ 536870912
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ alt8.2
+ ALT 8.2
+ ALT 8.2
+ ALT 8.2
+ ALT 8.2
+ ALT 8.2
+ ALT 8.2
+ ALT 8.2
+ ALT 8.2
+ ALT 8.2
+ ALT 8.2
+ 8.2
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ linux
+ alt
+ Hypericum
+
+
+ 2017-12-30
+ 2019-12-16
+
+ ALT 8.2 Workstation
+ ALT 8.2 Workstation
+ ALT 8.2 Workstation
+ ALT 8.2 Workstation
+ ALT 8.2 Workstation
+ ALT 8.2 Workstation
+ ALT 8.2 Workstation
+ ALT 8.2 Workstation
+ ALT 8.2 Workstation
+ ALT 8.2 Workstation
+
+
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+
+
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+ ALT 8.2 Workstation K
+
+
+ ALT 8.2 Server
+ ALT 8.2 Server
+ ALT 8.2 Server
+ ALT 8.2 Server
+ ALT 8.2 Server
+ ALT 8.2 Server
+ ALT 8.2 Server
+ ALT 8.2 Server
+ ALT 8.2 Server
+ ALT 8.2 Server
+
+
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+
+
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+ ALT 8.2 Simply
+
+
+
+
+
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/workstation/alt-workstation-8.2-i586.iso
+
+ LINUX
+ ALT Workstation
+ BASEALT LTD
+ 8.2/I586
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/workstation/alt-workstation-8.2-x86_64.iso
+
+ LINUX
+ ALT Workstation
+ BASEALT LTD
+ 8.2/X86_64
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/kworkstation/alt-kworkstation-8.2-install-i586.iso
+
+ LINUX
+ Workstation K
+ BASEALT LTD
+ 8.2/I586
+ 3750756352
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/kworkstation/alt-kworkstation-8.2-install-x86_64.iso
+
+ LINUX
+ Workstation K
+ BASEALT LTD
+ 8.2/X86_64
+ 3959422976
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/kworkstation/alt-kworkstation-8.2-live-i586.iso
+
+ LINUX
+ Workstation K
+ BASEALT LTD
+ 8.2/I586
+ 2370732032
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/kworkstation/alt-kworkstation-8.2-live-x86_64.iso
+
+ LINUX
+ Workstation K
+ BASEALT LTD
+ 8.2/X86_64
+ 2545156096
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/simply/alt-simply-8.2.0-i586.iso
+
+ LINUX
+ Simply Linux/i586
+ BASEALT LTD
+ 8.2.0/I586
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/simply/alt-simply-8.2.0-x86_64.iso
+
+ LINUX
+ Simply Linux/x86_64
+ BASEALT LTD
+ 8.2.0/X86_64
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/simply/alt-simply-8.2.0-live-i586.iso
+
+ LINUX
+ Simply Linux live/i586
+ BASEALT LTD
+ 8.2.0/I586
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/simply/alt-simply-8.2.0-live-x86_64.iso
+
+ LINUX
+ Simply Linux live/x86_64
+ BASEALT LTD
+ 8.2.0/X86_64
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/server/alt-server-8.2-i586.iso
+
+ ISOIMAGE
+ ALT LINUX TEAM
+ 2327478272
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p8/images/server/alt-server-8.2-x86_64.iso
+
+ ISOIMAGE
+ ALT LINUX TEAM
+ 2771419136
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ 1
+ 1000000000
+ 536870912
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ alt9.0
+ ALT 9.0
+ ALT 9.0
+ ALT 9.0
+ ALT 9.0
+ ALT 9.0
+ ALT 9.0
+ ALT 9.0
+ ALT 9.0
+ ALT 9.0
+ ALT 9.0
+ 9.0
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ linux
+ alt
+ Vaccinium
+
+
+ 2019-10-28
+ 2022-12-20
+
+
+ ALT Workstation 9.0
+ ALT Workstation 9.0
+ ALT Workstation 9.0
+ ALT Workstation 9.0
+ ALT Workstation 9.0
+ ALT Workstation 9.0
+ ALT Workstation 9.0
+ ALT Workstation 9.0
+ ALT Workstation 9.0
+ ALT Workstation 9.0
+
+
+ ALT Workstation K 9.0
+ ALT Workstation K 9.0
+ ALT Workstation K 9.0
+ ALT Workstation K 9.0
+ ALT Workstation K 9.0
+ ALT Workstation K 9.0
+ ALT Workstation K 9.0
+ ALT Workstation K 9.0
+
+
+ ALT Education 9.0
+ ALT Education 9.0
+ ALT Education 9.0
+ ALT Education 9.0
+ ALT Education 9.0
+ ALT Education 9.0
+ ALT Education 9.0
+ ALT Education 9.0
+ ALT Education 9.0
+ ALT Education 9.0
+
+
+ ALT Server 9.0
+ ALT Server 9.0
+ ALT Server 9.0
+ ALT Server 9.0
+ ALT Server 9.0
+ ALT Server 9.0
+ ALT Server 9.0
+ ALT Server 9.0
+ ALT Server 9.0
+
+
+ ALT Virtualization Server 9.0
+ ALT Virtualization Server 9.0
+ ALT Virtualization Server 9.0
+ ALT Virtualization Server 9.0
+ ALT Virtualization Server 9.0
+ ALT Virtualization Server 9.0
+ ALT Virtualization Server 9.0
+ ALT Virtualization Server 9.0
+
+
+ ALT Simply 9.0
+ ALT Simply 9.0
+ ALT Simply 9.0
+ ALT Simply 9.0
+ ALT Simply 9.0
+ ALT Simply 9.0
+ ALT Simply 9.0
+ ALT Simply 9.0
+
+
+ ALT Simply live 9.0
+ ALT Simply live 9.0
+ ALT Simply live 9.0
+ ALT Simply live 9.0
+ ALT Simply Live 9.0
+ ALT Simply live 9.0
+ ALT Simply live 9.0
+ ALT Simply live 9.0
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/workstation/aarch64/alt-workstation-9.0-aarch64.iso
+
+ LINUX
+ ALT Workstation 9\.0(\.\d+)* aarch64
+ BASEALT LTD
+
+ alt0/vmlinuz
+ alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/workstation/i586/alt-workstation-9.0-i586.iso
+
+ LINUX
+ ALT Workstation 9\.0(\.\d+)* i586
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/workstation/x86_64/alt-workstation-9.0-x86_64.iso
+
+ LINUX
+ ALT Workstation 9\.0(\.\d+)* x86_64
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/kworkstation/alt-kworkstation-9.0-install-x86_64.iso
+
+ LINUX
+ ALT Workstation K
+ BASEALT LTD
+ 9.0/X86_64
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server/aarch64/alt-server-9.0-aarch64.iso
+
+ LINUX
+ ALT Server 9\.0(\.\d+)* aarch64
+ BASEALT LTD
+
+ boot/vmlinuz
+ boot/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server/ppc64le/alt-server-9.0-ppc64le.iso
+
+ LINUX
+ ALT Server 9\.0(\.\d+)* ppc64le
+ BaseALT Ltd
+
+ alt0/vmlinuz
+ alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server/x86_64/alt-server-9.0-x86_64.iso
+
+ LINUX
+ ALT Server 9\.0(\.\d+)* x86_64
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server-v/aarch64/alt-server-v-9.0-aarch64.iso
+
+ LINUX
+ ALT Server-V 9\.0(\.\d+)* aarch64
+ BASEALT LTD
+
+ alt0/vmlinuz
+ alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server-v/ppc64le/alt-server-v-9.0-ppc64le.iso
+
+ LINUX
+ ALT Server-V 9\.0(\.\d+)* ppc64le
+ BaseALT Ltd
+
+ alt0/vmlinuz
+ alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server-v/x86_64/alt-server-v-9.0-x86_64.iso
+
+ LINUX
+ ALT Server-V 9\.0(\.\d+)* x86_64
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/education/aarch64/alt-education-9.0-aarch64.iso
+
+ LINUX
+ ALT Education 9\.0(\.\d+)* aarch64
+ BASEALT LTD
+
+ boot/vmlinuz
+ boot/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/education/i586/alt-education-9.0-i586.iso
+
+ LINUX
+ ALT Education 9\.0(\.\d+)* i586
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/education/x86_64/alt-education-9.0-x86_64.iso
+
+ LINUX
+ ALT Education 9\.0(\.\d+)* x86_64
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/simply/i586/slinux-9.0-i586.iso
+
+ LINUX
+ Simply Linux 9\.0(\.\d+)* i586
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/simply/x86_64/slinux-9.0-x86_64.iso
+
+ LINUX
+ Simply Linux 9\.0(\.\d+)* x86_64
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/simply/aarch64/slinux-9.0-aarch64.iso
+
+ LINUX
+ Simply Linux 9\.0(\.\d+)* aarch64
+ BASEALT LTD
+
+ EFI/BOOT/vmlinuz
+ EFI/BOOT/full.cz
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/simply/i586/slinux-live-9.0-i586.iso
+
+ LINUX
+ Simply Linux live 9\.0(\.\d+)* i586
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/simply/x86_64/slinux-live-9.0-x86_64.iso
+
+ LINUX
+ Simply Linux live 9\.0(\.\d+)* x86_64
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/simply/aarch64/slinux-live-9.0-aarch64.iso
+
+ LINUX
+ Simply Linux live 9\.0(\.\d+)* aarch64
+ BASEALT LTD
+
+ EFI/BOOT/vmlinuz
+ EFI/BOOT/full.cz
+
+
+
+ 1
+ 1000000000
+ 536870912
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ alt9.1
+ ALT 9.1
+ ALT 9.1
+ ALT 9.1
+ ALT 9.1
+ ALT 9.1
+ ALT 9.1
+ ALT 9.1
+ ALT 9.1
+ 9.1
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ linux
+ alt
+ Vaccinium
+
+
+ 2020-07-27
+ 2022-12-20
+
+ ALT Workstation 9.1
+ ALT Workstation 9.1
+ ALT Workstation 9.1
+ ALT Workstation 9.1
+ ALT Workstation 9.1
+ ALT Workstation 9.1
+ ALT Workstation 9.1
+ ALT Workstation 9.1
+
+
+ ALT Workstation K 9.1
+ ALT Workstation K 9.1
+ ALT Workstation K 9.1
+ ALT Workstation 9.1
+ ALT Workstation K 9.1
+ ALT Workstation K 9.1
+ ALT Workstation K 9.1
+ ALT Workstation K 9.1
+
+
+ ALT Education 9.1
+ ALT Education 9.1
+ ALT Education 9.1
+ ALT Education 9.1
+ ALT Education 9.1
+ ALT Education 9.1
+ ALT Education 9.1
+ ALT Education 9.1
+
+
+ ALT Server 9.1
+ ALT Server 9.1
+ ALT Server 9.1
+ ALT Server 9.1
+ ALT Server 9.1
+ ALT Server 9.1
+ ALT Server 9.1
+ ALT Server 9.1
+
+
+ ALT Virtualization Server 9.1
+ ALT Virtualization Server 9.1
+ ALT Virtualization Server 9.1
+ ALT Virtualization Server 9.1
+ ALT Virtualization Server 9.1
+ ALT Virtualization Server 9.1
+ ALT Virtualization Server 9.1
+ ALT Virtualization Server 9.1
+
+
+ ALT Simply 9.1
+ ALT Simply 9.1
+ ALT Simply 9.1
+ ALT Simply 9.1
+ ALT Simply 9.1
+ ALT Simply 9.1
+ ALT Simply 9.1
+ ALT Simply 9.1
+
+
+ ALT Simply live 9.1
+ ALT Simply live 9.1
+ ALT Simply live 9.1
+ ALT Simply live 9.1
+ ALT Simply Live 9.1
+ ALT Simply live 9.1
+ ALT Simply live 9.1
+ ALT Simply live 9.1
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/workstation/aarch64/alt-workstation-9.1-aarch64.iso
+
+ LINUX
+ ALT Workstation 9\.1(\.\d+)* aarch64
+ BASEALT LTD
+
+ EFI/BOOT/vmlinuz
+ EFI/BOOT/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/workstation/i586/alt-workstation-9.1-i586.iso
+
+ LINUX
+ ALT Workstation 9\.1(\.\d+)* i586
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/workstation/x86_64/alt-workstation-9.1-x86_64.iso
+
+ LINUX
+ ALT Workstation 9\.1(\.\d+)* x86_64
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server/aarch64/alt-server-9.1-aarch64.iso
+
+ LINUX
+ ALT Server 9\.1(\.\d+)* aarch64
+ BASEALT LTD
+
+ EFI/BOOT/vmlinuz
+ EFI/BOOT/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server/ppc64le/alt-server-9.1-ppc64le.iso
+
+ LINUX
+ ALT Server 9\.1(\.\d+)* ppc64le
+ BaseALT Ltd
+
+ boot/vmlinuz
+ boot/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server/x86_64/alt-server-9.1-x86_64.iso
+
+ LINUX
+ ALT Server 9\.1(\.\d+)* x86_64
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server-v/aarch64/alt-server-v-9.1-aarch64.iso
+
+ LINUX
+ ALT Server-V 9\.1(\.\d+)* aarch64
+ BASEALT LTD
+
+ alt0/vmlinuz
+ alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server-v/ppc64le/alt-server-v-9.1-ppc64le.iso
+
+ LINUX
+ ALT Server-V 9\.1(\.\d+)* ppc64le
+ BaseALT Ltd
+
+ alt0/vmlinuz
+ alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/server-v/x86_64/alt-server-v-9.1-x86_64.iso
+
+ LINUX
+ ALT Server-V 9\.1(\.\d+)* x86_64
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/education/aarch64/alt-education-9.1-aarch64.iso
+
+ LINUX
+ ALT Education 9\.1(\.\d+)* aarch64
+ BASEALT LTD
+
+ boot/vmlinuz
+ boot/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/education/i586/alt-education-9.1-i586.iso
+
+ LINUX
+ ALT Education 9\.1(\.\d+)* i586
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/education/x86_64/alt-education-9.1-x86_64.iso
+
+ LINUX
+ ALT Education 9\.1(\.\d+)* x86_64
+ BASEALT LTD
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ 1
+ 1000000000
+ 536870912
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ altlinux1.0
+ Mandrake RE Spring 2001
+ Mandrake RE Spring 2001
+ Mandrake RE Spring 2001
+ Mandrake RE Spring 2001
+ Mandrake RE Spring 2001
+ Mandrake RE Spring 2001
+ Mandrake RE Spring 2001
+ Mandrake RE Spring 2001
+ Mandrake RE Spring 2001
+ Mandrake RE Spring 2001
+ Mandrake RE Spring 2001
+ 1.0
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALT Linux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ linux
+ altlinux
+
+ 2001-03-01
+ 2002-08-30
+
+
+ altlinux2.0
+ ALT Linux 2.0
+ ALT Linux 2.0
+ ALT Linux 2.0
+ ALT Linux 2.0
+ ALT Linux 2.0
+ ALT Linux 2.0
+ ALT Linux 2.0
+ ALT Linux 2.0
+ ALT Linux 2.0
+ ALT Linux 2.0
+ 2.0
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALT Linux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ linux
+ altlinux
+
+
+ 2002-04-20
+ 2004-08-30
+
+
+ altlinux2.2
+ ALT Linux 2.2
+ ALT Linux 2.2
+ ALT Linux 2.2
+ ALT Linux 2.2
+ ALT Linux 2.2
+ ALT Linux 2.2
+ ALT Linux 2.2
+ ALT Linux 2.2
+ ALT Linux 2.2
+ ALT Linux 2.2
+ 2.2
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALT Linux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ linux
+ altlinux
+
+
+ 2003-03-01
+ 2005-08-30
+
+
+ altlinux2.4
+ ALT Linux 2.4
+ ALT Linux 2.4
+ ALT Linux 2.4
+ ALT Linux 2.4
+ ALT Linux 2.4
+ ALT Linux 2.4
+ ALT Linux 2.4
+ ALT Linux 2.4
+ ALT Linux 2.4
+ ALT Linux 2.4
+ 2.4
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALT Linux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ linux
+ altlinux
+ Citron
+
+
+ 2004-09-01
+ 2006-08-30
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/2.4/Master/iso/Master-2.4-install-cd.iso
+
+ LINUX
+ CDROM
+ ALT Linux
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/all.rdz
+
+
+
+ altlinux3.0
+ ALT Linux 3.0
+ ALT Linux 3.0
+ ALT Linux 3.0
+ ALT Linux 3.0
+ ALT Linux 3.0
+ ALT Linux 3.0
+ ALT Linux 3.0
+ ALT Linux 3.0
+ ALT Linux 3.0
+ ALT Linux 3.0
+ 3.0
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALT Linux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ linux
+ altlinux
+ caprifoil
+
+
+ 2005-03-22
+ 2007-08-30
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/3.0/iso/compact-3.0.4.iso
+
+ ALT Linux
+ Compact
+ ALT Linux
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+
+ altlinux4.0
+ ALT Linux 4.0
+ ALT Linux 4.0
+ ALT Linux 4.0
+ ALT Linux 4.0
+ ALT Linux 4.0
+ ALT Linux 4.0
+ ALT Linux 4.0
+ ALT Linux 4.0
+ ALT Linux 4.0
+ ALT Linux 4.0
+ 4.0
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALT Linux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ linux
+ altlinux
+
+
+ 2007-06-01
+ 2009-08-30
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/4.0/Server/current/iso/altlinux-4.0.1-server-i586-install-cd.iso
+
+ ^("Terminal"|Server|"Desktop\ Personal")$
+ "ALT Linux( Team)?"
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/4.0/Server/current/iso/altlinux-4.0.1-server-x86_64-install-cd.iso
+
+ ALT Linux Team
+ ^Server$
+ ALT Linux
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+
+ altlinux4.1
+ ALT Linux 4.1
+ ALT Linux 4.1
+ ALT Linux 4.1
+ ALT Linux 4.1
+ ALT Linux 4.1
+ ALT Linux 4.1
+ ALT Linux 4.1
+ ALT Linux 4.1
+ ALT Linux 4.1
+ ALT Linux 4.1
+ 4.1
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALT Linux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ linux
+ altlinux
+
+
+ 2008-12-07
+ 2010-08-30
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/4.1/Desktop/current/iso/altlinux-4.1.1-desktop-i586-install-dvd5.iso
+
+ ^"Desktop"$
+ "ALT Linux Team"
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/4.1/Desktop/current/iso/altlinux-4.1.1-desktop-x86_64-install-dvd5.iso
+
+ ^"Desktop"$
+ "ALT Linux Team"
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+
+ altlinux5.0
+ ALT Linux 5.0
+ ALT Linux 5.0
+ ALT Linux 5.0
+ ALT Linux 5.0
+ ALT Linux 5.0
+ ALT Linux 5.0
+ ALT Linux 5.0
+ ALT Linux 5.0
+ ALT Linux 5.0
+ ALT Linux 5.0
+ 5.0
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALT Linux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ linux
+ altlinux
+ Ark
+
+
+ 2009-10-29
+ 2011-08-30
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p5/iso/ark/altlinux-5.0.0-ark-server-i586-ru-install-cd.iso
+
+ ALT Linux 5.0.\d
+ ALT Linux Team
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p5/iso/ark/altlinux-5.0.0-ark-server-x86_64-ru-install-cd.iso
+
+ ALT Linux 5.0.\d
+ ALT Linux Team
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+
+ 1
+ 67108864
+
+
+ 536870912
+ 5368709120
+
+
+
+
+ altlinux6.0
+ ALT Linux 6.0
+ ALT Linux 6.0
+ ALT Linux 6.0
+ ALT Linux 6.0
+ ALT Linux 6.0
+ ALT Linux 6.0
+ ALT Linux 6.0
+ ALT Linux 6.0
+ ALT Linux 6.0
+ ALT Linux 6.0
+ 6.0
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALT Linux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ linux
+ altlinux
+ Centaurus
+
+
+ 2011-10-26
+ 2013-08-30
+
+
+
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p6/iso/centaurus/altlinux-6.0.0-centaurus-i586-ru-install-dvd5.iso
+
+ (ALT|Simply) Linux 6.0.\d
+ ALT Linux Team
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p6/iso/centaurus/altlinux-6.0.0-centaurus-x86_64-ru-install-dvd5.iso
+
+ (ALT|Simply) Linux 6.0.\d
+ ALT Linux Team
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+
+ altlinux7.0
+ ALT Linux 7.0
+ ALT Linux 7.0
+ ALT Linux 7.0
+ ALT Linux 7.0
+ ALT Linux 7.0
+ ALT Linux 7.0
+ ALT Linux 7.0
+ ALT Linux 7.0
+ ALT Linux 7.0
+ ALT Linux 7.0
+ 7.0
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALT Linux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ ALTLinux
+ linux
+ altlinux
+ Centaurus
+
+
+ 2012-10-01
+ 2015-08-30
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p7/images/centaurus/altlinux-7.0.5-centaurus-i586-ru-install-dvd5.iso
+
+ (ALT|Simply) Linux (6.9|7.0).\d
+ ALT LINUX TEAM
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+ http://ftp.altlinux.org/pub/distributions/ALTLinux/p7/images/centaurus/altlinux-7.0.5-centaurus-x86_64-ru-install-dvd5.iso
+
+ (ALT|Simply) Linux (6.9|7.0).\d
+ ALT LINUX TEAM
+
+ isolinux/alt0/vmlinuz
+ isolinux/alt0/full.cz
+
+
+
+ alt.p8
+ ALT p8 StarterKits
+ ALT p8 StarterKits
+ ALT p8 StarterKits
+ ALT p8 StarterKits
+ ALT p8 StarterKits
+ ALT p8 StarterKits
+ ALT p8 StarterKits
+ ALT p8 StarterKits
+ p8
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ linux
+ alt
+
+
+ snapshot
+
+
+
+ LINUX
+ ALT p8.*/i586
+ ALT LINUX TEAM
+ ALT-P8-.*
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ LINUX
+ ALT p8.*/x86_64
+ ALT LINUX TEAM
+ ALT-P8-.*
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ 1
+ 1000000000
+ 536870912
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ alt.p9
+ ALT p9 StarterKits
+ ALT p9 StarterKits
+ ALT p9 StarterKits
+ ALT p9 StarterKits
+ ALT p9 StarterKits
+ ALT p9 StarterKits
+ ALT p9 StarterKits
+ ALT p9 StarterKits
+ p9
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ linux
+ alt
+
+
+ snapshot
+
+
+
+ LINUX
+ ALT p9.*/i586
+ ALT LINUX TEAM
+ ALT-P9-.*
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ LINUX
+ ALT p9.*/x86_64
+ ALT LINUX TEAM
+ ALT-P9-.*
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/cloud/alt-p9-cloud-aarch64.qcow2
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/cloud/alt-p9-cloud-aarch64.img
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/cloud/alt-p9-cloud-i586.qcow2
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/cloud/alt-p9-cloud-i586.img
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/cloud/alt-p9-cloud-x86_64.qcow2
+
+
+ http://ftp.altlinux.ru/pub/distributions/ALTLinux/p9/images/cloud/alt-p9-cloud-x86_64.img
+
+
+
+ 1
+ 1000000000
+ 536870912
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+ altlinux
+
+
+ alt.sisyphus
+ ALT regular
+ ALT regular
+ ALT regular
+ ALT regular
+ ALT comum
+ ALT regular
+ ALT regular
+ ALT regular
+ ALT regular
+ sisyphus
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ BaseALT
+ linux
+ alt
+
+
+ snapshot
+
+
+
+ LINUX
+ ALT regular-.*/i586
+ ALT LINUX TEAM
+ REGULAR-.*
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ LINUX
+ ALT regular-.*/x86_64
+ ALT LINUX TEAM
+ REGULAR-.*
+
+ syslinux/alt0/vmlinuz
+ syslinux/alt0/full.cz
+
+
+
+ 1
+ 1000000000
+ 536870912
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ android-x86-8.1
+ Android-x86 8.1
+ Android-x86 8.1
+ Android-x86 8.1
+ Android-x86 8.1
+ Android-x86 8.1
+ Android-x86 8.1
+ Android-x86 8.1
+ Android-x86 8.1
+ 8.1
+ Android-x86
+ Android-x86
+ Android-x86
+ Android-x86
+ Android-x86
+ Android-x86
+ Android-x86
+ Android-x86
+ linux
+ android-x86
+ oreo-x86
+ 2019-01-15
+
+
+ Android-x86 LiveCD
+ LINUX
+ 896534528
+
+ kernel
+ initrd.img
+
+
+
+ Android-x86 LiveCD
+ LINUX
+ 707430400
+
+ kernel
+ initrd.img
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ android-x86-9.0
+ Android-x86 9.0
+ Android-x86 9.0
+ Android-x86 9.0
+ Android-x86 9.0
+ Android-x86 9.0
+ Android-x86 9.0
+ Android-x86 9.0
+ Android-x86 9.0
+ 9.0
+ Android-x86
+ Android-x86
+ Android-x86
+ Android-x86
+ Android-x86
+ Android-x86
+ Android-x86
+ Android-x86
+ linux
+ android-x86
+ pie-x86
+ 2019-11-15
+
+
+ Android-x86 LiveCD
+ LINUX
+ 952367104
+
+ kernel
+ initrd.img
+
+
+
+ Android-x86 LiveCD
+ LINUX
+ 753387520
+
+ kernel
+ initrd.img
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ macosx10.0
+ MacOS X Cheetah
+ MacOS X Cheetah
+ MacOS X Cheetah
+ MacOS X Cheetah
+ MacOS X Cheetah
+ MacOS X Cheetah
+ MacOS X Cheetah
+ MacOS X Cheetah
+ MacOS X Cheetah
+ MacOS X Cheetah
+ MacOS X Cheetah
+ MacOS X Cheetah
+ 10.0
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ darwin
+ osx
+ Cheetah
+ 2001-03-24
+ 2003-12-31
+
+
+ macosx10.1
+ MacOS X Puma
+ MacOS X Puma
+ MacOS X Puma
+ MacOS X Puma
+ MacOS X Puma
+ MacOS X Puma
+ MacOS X Puma
+ MacOS X Puma
+ MacOS X Puma
+ MacOS X Puma
+ MacOS X Puma
+ MacOS X Puma
+ 10.1
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ darwin
+ osx
+ Puma
+
+ 2001-09-25
+ 2004-12-31
+
+
+ macosx10.2
+ MacOS X Jaguar
+ MacOS X Jaguar
+ MacOS X Jaguar
+ MacOS X Jaguar
+ Mac OS X Jaguar
+ MacOS X Jaguar
+ MacOS X Jaguar
+ MacOS X Jaguar
+ MacOS X Jaguar
+ MacOS X Jaguar
+ 10.2
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ darwin
+ osx
+ Jaguar
+
+ 2002-09-24
+ 2005-12-31
+
+
+ macosx10.3
+ MacOS X Panther
+ MacOS X Panther
+ MacOS X Panther
+ MacOS X Panther
+ MacOS X Panther
+ MacOS X Panther
+ MacOS X Panther
+ MacOS X Panther
+ MacOS X Panther
+ MacOS X Panther
+ MacOS X Panther
+ MacOS X Panther
+ 10.3
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ darwin
+ osx
+ Panther
+
+ 2003-10-24
+ 2006-12-31
+
+
+ macosx10.4
+ MacOS X Tiger
+ MacOS X Tiger
+ MacOS X Tiger
+ MacOS X Tiger
+ MacOS X Tiger
+ MacOS X Tiger
+ MacOS X Tiger
+ MacOS X Tiger
+ MacOS X Tiger
+ MacOS X Tiger
+ MacOS X Tiger
+ MacOS X Tiger
+ 10.4
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ darwin
+ osx
+ Tiger
+
+ 2005-04-29
+ 2009-09-30
+
+
+ macosx10.5
+ MacOS X Leopard
+ MacOS X Leopard
+ MacOS X Leopard
+ MacOS X Leopard
+ MacOS X Leopard
+ MacOS X Leopard
+ MacOS X Leopard
+ MacOS X Leopard
+ MacOS X Leopard
+ MacOS X Leopard
+ MacOS X Leopard
+ MacOS X Leopard
+ 10.5
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ darwin
+ osx
+ Leopard
+
+ 2007-10-26
+ 2011-06-23
+
+
+ macosx10.6
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ MacOS X Snow Leopard
+ 10.6
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ darwin
+ osx
+ Snow Leopard
+
+ 2009-08-28
+ 2014-02-25
+
+
+ 2
+ 1600000000
+ 2147483648
+ 7516192768
+
+
+
+
+ macosx10.7
+ MacOS X Lion
+ MacOS X Lion
+ MacOS X Lion
+ MacOS X Lion
+ MacOS X Lion
+ MacOS X Lion
+ MacOS X Lion
+ MacOS X Lion
+ MacOS X Lion
+ MacOS X Lion
+ MacOS X Lion
+ MacOS X Lion
+ 10.7
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ Apple Inc.
+ darwin
+ osx
+ Lion
+
+ 2011-07-20
+ 2014-09-30
+
+
+ 2
+ 1600000000
+ 2147483648
+ 7516192768
+
+
+
+
+ archlinux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ Arch Linux
+ linux
+ archlinux
+ rolling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 536870912
+
+
+
+
+ ARCH_\d{6}
+ ARCH LINUX <HTTPS?://WWW.ARCHLINUX.ORG>
+ ARCH LINUX LIVE/RESCUE CD
+
+
+
+
+ asianux4.6
+ Asianux Server 4 SP6
+ Asianux Server 4 SP6
+ Asianux Server 4 SP6
+ Asianux Server 4 SP6
+ Asianux Server 4 SP6
+ Asianux Server 4 SP6
+ Asianux Server 4 SP6
+ Asianux Server 4 SP6
+ Asianux Project
+ Проєкт Asianux
+ Asianux Projesi
+ Projeto Asianux
+ Projekt Asianux
+ Progetto Asianux
+ Proyek Asianux
+ Projet Asianux
+ linux
+ asianux
+ Hiranya
+ 2016-07-21
+
+
+ LINUX
+ Asianux Server 4 SP6 x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ Asianux Server 4 SP6 i686
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ asianux4.7
+ Asianux Server 4 SP7
+ Asianux Server 4 SP7
+ Asianux Server 4 SP7
+ Asianux Server 4 SP7
+ Asianux Server 4 SP7
+ Asianux Server 4 SP7
+ Asianux Server 4 SP7
+ Asianux Server 4 SP7
+ Asianux Project
+ Проєкт Asianux
+ Asianux Projesi
+ Projeto Asianux
+ Projekt Asianux
+ Progetto Asianux
+ Proyek Asianux
+ Projet Asianux
+ linux
+ asianux
+ Hiranya
+
+ 2017-05-26
+
+
+ LINUX
+ Asianux Server 4 SP7 x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ Asianux Server 4 SP7 i686
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ asianux7.0
+ Asianux Server 7
+ Asianux Server 7
+ Asianux Server 7
+ Asianux Server 7
+ Asianux Server 7
+ Asianux Server 7
+ Asianux Server 7
+ Asianux Server 7
+ 7.0
+ Asianux Project
+ Проєкт Asianux
+ Asianux Projesi
+ Projeto Asianux
+ Projekt Asianux
+ Progetto Asianux
+ Proyek Asianux
+ Projet Asianux
+ linux
+ asianux
+ Lotus
+
+ 2015-07-16
+
+
+ LINUX
+ Asianux Server 7.0 x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ asianux7.1
+ Asianux Server 7 SP1
+ Asianux Server 7 SP1
+ Asianux Server 7 SP1
+ Asianux Server 7 SP1
+ Asianux Server 7 SP1
+ Asianux Server 7 SP1
+ Asianux Server 7 SP1
+ Asianux Server 7 SP1
+ 7.1
+ Asianux Project
+ Проєкт Asianux
+ Asianux Projesi
+ Projeto Asianux
+ Projekt Asianux
+ Progetto Asianux
+ Proyek Asianux
+ Projet Asianux
+ linux
+ asianux
+ Lotus
+
+ 2016-01-22
+
+
+ LINUX
+ Asianux Server 7 SP1 x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ asianux7.2
+ Asianux Server 7 SP2
+ Asianux Server 7 SP2
+ Asianux Server 7 SP2
+ Asianux Server 7 SP2
+ Asianux Server 7 SP2
+ Asianux Server 7 SP2
+ Asianux Server 7 SP2
+ Asianux Server 7 SP2
+ 7.2
+ Asianux Project
+ Проєкт Asianux
+ Asianux Projesi
+ Projeto Asianux
+ Projekt Asianux
+ Progetto Asianux
+ Proyek Asianux
+ Projet Asianux
+ linux
+ asianux
+ Lotus
+
+ 2017-10-24
+
+
+ Asianux Server 7 SP2 x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ asianux7.3
+ Asianux Server 7 SP3
+ Asianux Server 7 SP3
+ Asianux Server 7 SP3
+ Asianux Server 7 SP3
+ Asianux Server 7 SP3
+ Asianux Server 7 SP3
+ Asianux Server 7 SP3
+ Asianux Server 7 SP3
+ 7.3
+ Asianux Project
+ Проєкт Asianux
+ Asianux Projesi
+ Projeto Asianux
+ Projekt Asianux
+ Progetto Asianux
+ Proyek Asianux
+ Projet Asianux
+ linux
+ asianux
+ Lotus
+
+ 2019-02-26
+
+
+ LINUX
+ Asianux Server 7 SP3 x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ asianux8.0
+ Asianux Server 8
+ Asianux Server 8
+ Asianux Server 8
+ Asianux Server 8
+ Asianux Server 8
+ Asianux Server 8
+ Asianux Server 8
+ Asianux Server 8
+ 8.0
+ Asianux Project
+ Проєкт Asianux
+ Asianux Projesi
+ Projeto Asianux
+ Projekt Asianux
+ Progetto Asianux
+ Proyek Asianux
+ Projet Asianux
+ linux
+ asianux
+ Peony
+
+
+
+ LINUX
+ Asianux-Server-8-x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ asianux-unknown
+ Asianux unknown
+ Невідома Asianux
+ Asianux bilinmeyen
+ Asianux desconhecido
+ Asianux (nieznany)
+ Asianux (sconosciuto)
+ Asianux tak diketahui
+ Asianux inconnu
+ unknown
+ Asianux Project
+ Проєкт Asianux
+ Asianux Projesi
+ Projeto Asianux
+ Projekt Asianux
+ Progetto Asianux
+ Proyek Asianux
+ Projet Asianux
+ linux
+ asianux
+ prerelease
+
+
+ LINUX
+ Asianux Server (7 (?!SP[123])|(4 ?!SP[67])).+
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ centos5.0
+ CentOS 5.0
+ CentOS 5.0
+ CentOS 5.0
+ CentOS 5.0
+ CentOS 5.0
+ CentOS 5.0
+ CentOS 5.0
+ CentOS 5.0
+ CentOS 5.0
+ 5.0
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+ 2007-04-12
+ 2017-03-31
+
+ http://vault.centos.org/5.0/os/x86_64/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+ http://vault.centos.org/5.0/os/i386/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ centos5.10
+ CentOS 5.10
+ CentOS 5.10
+ CentOS 5.10
+ CentOS 5.10
+ CentOS 5.10
+ CentOS 5.10
+ CentOS 5.10
+ CentOS 5.10
+ CentOS 5.10
+ 5.10
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2013-10-19
+ 2017-03-31
+
+ http://vault.centos.org/5.10/os/x86_64/
+
+ CentOS
+ 5.10
+ x86_64
+
+
+
+ http://vault.centos.org/5.10/os/i386/
+
+ CentOS
+ 5.10
+ i386
+
+
+
+
+ centos5.11
+ CentOS 5.11
+ CentOS 5.11
+ CentOS 5.11
+ CentOS 5.11
+ CentOS 5.11
+ CentOS 5.11
+ CentOS 5.11
+ CentOS 5.11
+ CentOS 5.11
+ 5.11
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2014-09-30
+ 2017-03-31
+
+ http://vault.centos.org/5.11/os/x86_64/
+
+ CentOS
+ 5.11
+ x86_64
+
+
+
+ http://vault.centos.org/5.11/os/i386/
+
+ CentOS
+ 5.11
+ i386
+
+
+
+
+ centos5.1
+ CentOS 5.1
+ CentOS 5.1
+ CentOS 5.1
+ CentOS 5.1
+ CentOS 5.1
+ CentOS 5.1
+ CentOS 5.1
+ CentOS 5.1
+ CentOS 5.1
+ 5.1
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2007-12-02
+ 2017-03-31
+
+ http://vault.centos.org/5.1/os/x86_64/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+ http://vault.centos.org/5.1/os/i386/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ centos5.2
+ CentOS 5.2
+ CentOS 5.2
+ CentOS 5.2
+ CentOS 5.2
+ CentOS 5.2
+ CentOS 5.2
+ CentOS 5.2
+ CentOS 5.2
+ CentOS 5.2
+ 5.2
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2008-06-24
+ 2017-03-31
+
+ http://vault.centos.org/5.2/os/x86_64/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+ http://vault.centos.org/5.2/os/i386/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ centos5.3
+ CentOS 5.3
+ CentOS 5.3
+ CentOS 5.3
+ CentOS 5.3
+ CentOS 5.3
+ CentOS 5.3
+ CentOS 5.3
+ CentOS 5.3
+ CentOS 5.3
+ 5.3
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2009-04-01
+ 2017-03-31
+
+ http://vault.centos.org/5.3/os/x86_64/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+ http://vault.centos.org/5.3/os/i386/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ centos5.4
+ CentOS 5.4
+ CentOS 5.4
+ CentOS 5.4
+ CentOS 5.4
+ CentOS 5.4
+ CentOS 5.4
+ CentOS 5.4
+ CentOS 5.4
+ CentOS 5.4
+ 5.4
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2009-10-21
+ 2017-03-31
+
+
+ http://vault.centos.org/5.4/os/x86_64/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+ http://vault.centos.org/5.4/os/i386/
+
+ CentOS
+ 5.4
+ i386
+
+
+
+
+ centos5.5
+ CentOS 5.5
+ CentOS 5.5
+ CentOS 5.5
+ CentOS 5.5
+ CentOS 5.5
+ CentOS 5.5
+ CentOS 5.5
+ CentOS 5.5
+ CentOS 5.5
+ 5.5
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2010-05-15
+ 2017-03-31
+
+ http://vault.centos.org/5.5/os/x86_64/
+
+ CentOS
+ 5.5
+ x86_64
+
+
+
+ http://vault.centos.org/5.5/os/i386/
+
+ CentOS
+ 5.5
+ i386
+
+
+
+
+ centos5.6
+ CentOS 5.6
+ CentOS 5.6
+ CentOS 5.6
+ CentOS 5.6
+ CentOS 5.6
+ CentOS 5.6
+ CentOS 5.6
+ CentOS 5.6
+ CentOS 5.6
+ 5.6
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2011-04-09
+ 2017-03-31
+
+ http://vault.centos.org/5.6/os/x86_64/
+
+ CentOS
+ 5.6
+ x86_64
+
+
+
+ http://vault.centos.org/5.6/os/i386/
+
+ CentOS
+ 5.6
+ i386
+
+
+
+
+ centos5.7
+ CentOS 5.7
+ CentOS 5.7
+ CentOS 5.7
+ CentOS 5.7
+ CentOS 5.7
+ CentOS 5.7
+ CentOS 5.7
+ CentOS 5.7
+ CentOS 5.7
+ 5.7
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2011-09-14
+ 2017-03-31
+
+ http://vault.centos.org/5.7/os/x86_64/
+
+ CentOS
+ 5.7
+ x86_64
+
+
+
+ http://vault.centos.org/5.7/os/i386/
+
+ CentOS
+ 5.7
+ i386
+
+
+
+
+ centos5.8
+ CentOS 5.8
+ CentOS 5.8
+ CentOS 5.8
+ CentOS 5.8
+ CentOS 5.8
+ CentOS 5.8
+ CentOS 5.8
+ CentOS 5.8
+ 5.8
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2012-03-08
+ 2017-03-31
+
+ http://vault.centos.org/5.8/os/x86_64/
+
+ CentOS
+ 5.8
+ x86_64
+
+
+
+ http://vault.centos.org/5.8/os/i386/
+
+ CentOS
+ 5.8
+ i386
+
+
+
+
+ centos5.9
+ CentOS 5.9
+ CentOS 5.9
+ CentOS 5.9
+ CentOS 5.9
+ CentOS 5.9
+ CentOS 5.9
+ CentOS 5.9
+ CentOS 5.9
+ CentOS 5.9
+ 5.9
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2013-01-17
+ 2017-03-31
+
+ http://vault.centos.org/5.9/os/x86_64/
+
+ CentOS
+ 5.9
+ x86_64
+
+
+
+ http://vault.centos.org/5.9/os/i386/
+
+ CentOS
+ 5.9
+ i386
+
+
+
+
+ centos6.0
+ CentOS 6.0
+ CentOS 6.0
+ CentOS 6.0
+ CentOS 6.0
+ CentOS 6.0
+ CentOS 6.0
+ CentOS 6.0
+ CentOS 6.0
+ CentOS 6.0
+ CentOS 6.0
+ CentOS 6.0
+ CentOS 6.0
+ 6.0
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+ 2011-07-10
+ 2011-12-09
+
+
+
+ LINUX
+ CentOS_6.0_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.0_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.0/os/x86_64/
+
+ CentOS
+ 6.0
+ x86_64
+
+
+
+ http://vault.centos.org/6.0/os/i386/
+
+ CentOS
+ 6.0
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos6.10
+ CentOS 6.10
+ CentOS 6.10
+ CentOS 6.10
+ CentOS 6.10
+ CentOS 6.10
+ CentOS 6.10
+ CentOS 6.10
+ CentOS 6.10
+ CentOS 6.10
+ 6.10
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2018-07-03
+ 2020-11-30
+
+
+
+ LINUX
+ CentOS_6.10_Final
+ 3869454336
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.10_Final
+ 3991482368
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-6.10-i386-LiveDVD
+ 2012102656
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ LINUX
+ CentOS-6.10-x86_64-LiveDVD
+ 2040971264
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ LINUX
+ CentOS_6.10_Final
+ 372772864
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.10_Final
+ 425193472
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS
+ 189581312
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS
+ 239208448
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.10/os/x86_64/
+
+ CentOS
+ 6.10
+ x86_64
+
+
+
+ http://vault.centos.org/6.10/os/i386/
+
+ CentOS
+ 6.10
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos6.1
+ CentOS 6.1
+ CentOS 6.1
+ CentOS 6.1
+ CentOS 6.1
+ CentOS 6.1
+ CentOS 6.1
+ CentOS 6.1
+ CentOS 6.1
+ CentOS 6.1
+ CentOS 6.1
+ CentOS 6.1
+ CentOS 6.1
+ 6.1
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2011-12-09
+ 2011-12-20
+
+
+ LINUX
+ CentOS_6.1_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.1_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.1/os/x86_64/
+
+ CentOS
+ ^6.1$
+ x86_64
+
+
+
+ http://vault.centos.org/6.1/os/i386/
+
+ CentOS
+ ^6.1$
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos6.2
+ CentOS 6.2
+ CentOS 6.2
+ CentOS 6.2
+ CentOS 6.2
+ CentOS 6.2
+ CentOS 6.2
+ CentOS 6.2
+ CentOS 6.2
+ CentOS 6.2
+ CentOS 6.2
+ 6.2
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2011-12-20
+ 2012-07-09
+
+
+ LINUX
+ CentOS_6.2_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.2_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.2/os/x86_64/
+
+ CentOS
+ 6.2
+ x86_64
+
+
+
+ http://vault.centos.org/6.2/os/i386/
+
+ CentOS
+ 6.2
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos6.3
+ CentOS 6.3
+ CentOS 6.3
+ CentOS 6.3
+ CentOS 6.3
+ CentOS 6.3
+ CentOS 6.3
+ CentOS 6.3
+ CentOS 6.3
+ CentOS 6.3
+ CentOS 6.3
+ 6.3
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2012-07-09
+ 2013-03-09
+
+
+ LINUX
+ CentOS_6.3_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.3_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-6.3-x86_64-LiveDVD
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://vault.centos.org/6.3/os/x86_64/
+
+ CentOS
+ 6.3
+ x86_64
+
+
+
+ http://vault.centos.org/6.3/os/i386/
+
+ CentOS
+ 6.3
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos6.4
+ CentOS 6.4
+ CentOS 6.4
+ CentOS 6.4
+ CentOS 6.4
+ CentOS 6.4
+ CentOS 6.4
+ CentOS 6.4
+ CentOS 6.4
+ CentOS 6.4
+ CentOS 6.4
+ 6.4
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2013-03-09
+ 2013-12-01
+
+
+ LINUX
+ CentOS_6.4_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.4_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.4/os/x86_64/
+
+ CentOS
+ 6.4
+ x86_64
+
+
+
+ http://vault.centos.org/6.4/os/i386/
+
+ CentOS
+ 6.4
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos6.5
+ CentOS 6.5
+ CentOS 6.5
+ CentOS 6.5
+ CentOS 6.5
+ CentOS 6.5
+ CentOS 6.5
+ CentOS 6.5
+ CentOS 6.5
+ CentOS 6.5
+ CentOS 6.5
+ 6.5
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2013-12-01
+ 2014-10-28
+
+
+ LINUX
+ CentOS_6.5_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.5_Final
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.5/os/x86_64/
+
+ CentOS
+ 6.5
+ x86_64
+
+
+
+ http://vault.centos.org/6.5/os/i386/
+
+ CentOS
+ 6.5
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos6.6
+ CentOS 6.6
+ CentOS 6.6
+ CentOS 6.6
+ CentOS 6.6
+ CentOS 6.6
+ CentOS 6.6
+ CentOS 6.6
+ CentOS 6.6
+ CentOS 6.6
+ CentOS 6.6
+ 6.6
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2014-10-28
+ 2015-08-07
+
+
+
+ LINUX
+ CentOS_6.6_Final
+ 4029048832
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.6_Final
+ 4631738368
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS_6.6_Final
+ 355250176
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.6_Final
+ 400891904
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS
+ 189818880
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS
+ 232714240
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.6/os/x86_64/
+
+ CentOS
+ 6.6
+ x86_64
+
+
+
+ http://vault.centos.org/6.6/os/i386/
+
+ CentOS
+ 6.6
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos6.7
+ CentOS 6.7
+ CentOS 6.7
+ CentOS 6.7
+ CentOS 6.7
+ CentOS 6.7
+ CentOS 6.7
+ CentOS 6.7
+ CentOS 6.7
+ CentOS 6.7
+ CentOS 6.7
+ 6.7
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2015-08-07
+ 2016-05-25
+
+
+
+ LINUX
+ CentOS_6.7_Final
+ 3786326016
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.7_Final
+ 3894714368
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-6.7-i386-LiveCD
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ LINUX
+ CentOS-6.7-x86_64-LiveCD
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ LINUX
+ CentOS-6.7-i386-LiveDVD
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ LINUX
+ CentOS-6.7-x86_64-LiveDVD
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ LINUX
+ CentOS_6.7_Final
+ 366696448
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.7_Final
+ 413882368
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS
+ 195758080
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS
+ 240156672
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.7/os/x86_64/
+
+ CentOS
+ 6.7
+ x86_64
+
+
+
+ http://vault.centos.org/6.7/os/i386/
+
+ CentOS
+ 6.7
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos6.8
+ CentOS 6.8
+ CentOS 6.8
+ CentOS 6.8
+ CentOS 6.8
+ CentOS 6.8
+ CentOS 6.8
+ CentOS 6.8
+ CentOS 6.8
+ CentOS 6.8
+ CentOS 6.8
+ 6.8
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2016-05-25
+ 2017-04-05
+
+
+
+ LINUX
+ CentOS_6.8_Final
+ 3844679680
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.8_Final
+ 3916271616
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-6.8-i386-LiveCD
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ LINUX
+ CentOS-6.8-x86_64-LiveCD
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ LINUX
+ CentOS-6.8-i386-LiveDVD
+ 1990477824
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ LINUX
+ CentOS-6.8-x86_64-LiveDVD
+ 2011746304
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ LINUX
+ CentOS_6.8_Final
+ 370984960
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.8_Final
+ 467867648
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS
+ 227659776
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS
+ 238219264
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.8/os/x86_64/
+
+ CentOS
+ 6.8
+ x86_64
+
+
+
+ http://vault.centos.org/6.8/os/i386/
+
+ CentOS
+ 6.8
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos6.9
+ CentOS 6.9
+ CentOS 6.9
+ CentOS 6.9
+ CentOS 6.9
+ CentOS 6.9
+ CentOS 6.9
+ CentOS 6.9
+ CentOS 6.9
+ CentOS 6.9
+ CentOS 6.9
+ 6.9
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2017-04-05
+ 2018-07-03
+
+
+
+ LINUX
+ CentOS_6.9_Final
+ 3850491904
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.9_Final
+ 3971962880
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-6.9-i386-LiveDVD
+ 2001133568
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ LINUX
+ CentOS-6.9-x86_64-LiveDVD
+ 2023274496
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ LINUX
+ CentOS_6.9_Final
+ 375089152
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS_6.9_Final
+ 427110400
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS
+ 190959616
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS
+ 240283648
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.9/os/x86_64/
+
+ CentOS
+ 6.9
+ x86_64
+
+
+
+ http://vault.centos.org/6.9/os/i386/
+
+ CentOS
+ 6.9
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+ centos7.0
+ centos7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ 7
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2014-07-07
+ 2024-06-30
+
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+
+
+ CentOS 7 (GNOME)
+ CentOS 7 (GNOME)
+ CentOS 7 (GNOME)
+ CentOS 7 (GNOME)
+ CentOS 7 (GNOME)
+ CentOS 7 (GNOME)
+ CentOS 7 (GNOME)
+ CentOS 7 (GNOME)
+ CentOS 7 (GNOME)
+
+
+ CentOS 7 (KDE)
+ CentOS 7 (KDE)
+ CentOS 7 (KDE)
+ CentOS 7 (KDE)
+ CentOS 7 (KDE)
+ CentOS 7 (KDE)
+ CentOS 7 (KDE)
+ CentOS 7 (KDE)
+ CentOS 7 (KDE)
+
+
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+
+
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+
+
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+ CentOS 7
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 4148080640
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 4310345728
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 4329189376
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 4379074560
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 4520542208
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 4469153792
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 4588007424
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 4664014848
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 4781221888
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-2009.iso
+
+ LINUX
+ CentOS 7 x86_64
+ 4711297024
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 7061702656
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 7591401472
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 7769387008
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 8280440832
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 8694097920
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 9396461568
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 10743574528
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 11025934336
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 10273531904
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Everything-2009.iso
+
+ LINUX
+ CentOS 7 x86_64
+ 10200502272
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-7-(x86_64-(Live)?GNOME|live-GNOME-x86_64)
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ LINUX
+ CentOS-7-(x86_64-(Live)?KDE|live-KDE-x86_64)
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ LINUX
+ CentOS-7-livecd-x86_64
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 592500736
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 665958400
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 632262656
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 712212480
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 829872128
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 949536768
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 962060288
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 986845184
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 1084676096
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-2009.iso
+
+ LINUX
+ CentOS 7 x86_64
+ 1019942912
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 378652672
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 376580096
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 394110976
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 394917888
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 441829376
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 518787072
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 530954240
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 578551808
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS 7 x86_64
+ 595130368
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-2009.iso
+
+ LINUX
+ CentOS 7 x86_64
+ 602075136
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://mirror.centos.org/centos-7/7/os/x86_64/
+
+ CentOS
+ ^7$
+ x86_64
+
+
+
+ http://mirror.centos.org/altarch/7/os/aarch64/
+
+ CentOS
+ ^7$
+ aarch64
+
+
+
+ http://mirror.centos.org/altarch/7/os/i386/
+
+ CentOS
+ ^7$
+ i386
+
+
+
+ http://mirror.centos.org/altarch/7/os/ppc64le/
+
+ CentOS
+ ^7$
+ ppc64le
+
+
+
+ http://mirror.centos.org/altarch/7/os/ppc64/
+
+ CentOS
+ ^7$
+ ppc64
+
+
+
+
+ CentOS
+ ^7$
+
+
+
+ https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 1610612736
+
+
+ centos
+
+
+
+
+
+
+ centos8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ 8
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+
+
+ 2019-09-24
+ 2021-12-31
+
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+ CentOS 8
+
+
+
+
+ http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8.3.2011-x86_64-boot.iso
+
+ LINUX
+ CentOS-8-3-2011-x86_64-dvd
+ 715333632
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8.3.2011-x86_64-dvd1.iso
+
+ LINUX
+ CentOS-8-3-2011-x86_64-dvd
+ 9263773696
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://isoredirect.centos.org/centos/8/isos/aarch64/CentOS-8.3.2011-aarch64-boot.iso
+
+ LINUX
+ CentOS-8-3-2011-aarch64-dvd
+ 636792832
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://isoredirect.centos.org/centos/8/isos/aarch64/CentOS-8.3.2011-aarch64-dvd1.iso
+
+ LINUX
+ CentOS-8-3-2011-aarch64-dvd
+ 6792984576
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://isoredirect.centos.org/centos/8/isos/ppc64le/CentOS-8.3.2011-ppc64le-boot.iso
+
+ PPC
+ CentOS_8_3_2011_ppc64le_dvd
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+ http://isoredirect.centos.org/centos/8/isos/ppc64le/CentOS-8.3.2011-ppc64le-dvd1.iso
+
+ PPC
+ CentOS-8-3-2011-ppc64le-dvd
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS-8-2-2004-x86_64-dvd
+ 653371392
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-8-2-2004-x86_64-dvd
+ 8230354944
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-8-2-2004-aarch64-dvd
+ 579823616
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-8-2-2004-aarch64-dvd
+ 5988872192
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ CentOS_8_2_2004_ppc64le_dvd
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ PPC
+ CentOS-8-2-2004-ppc64le-dvd
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS-8-1-1911-x86_64-dvd
+ 624963584
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-8-1-1911-x86_64-dvd
+ 7554934784
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-8-1-1911-aarch64-dvd
+ 551677952
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-8-1-1911-aarch64-dvd
+ 5449809920
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ CentOS_8_1_1911_ppc64le_dvd
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ PPC
+ CentOS-8-1-1911-ppc64le-dvd
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS-8-BaseOS-x86_64
+ 559802368
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-8-BaseOS-x86_64
+ 7134951424
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-8-BaseOS-aarch64
+ 520048640
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-8-BaseOS-aarch64
+ 5150640128
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ CentOS_8_BaseOS_ppc64le
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ PPC
+ CentOS-8-BaseOS-ppc64le
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+ http://mirror.centos.org/centos-8/8/BaseOS/x86_64/os/
+
+ CentOS Linux
+ ^8$
+ x86_64
+
+
+
+ http://mirror.centos.org/centos-8/8/BaseOS/aarch64/os/
+
+ CentOS Linux
+ ^8$
+ aarch64
+
+
+
+ http://mirror.centos.org/centos-8/8/BaseOS/ppc64le/os/
+
+ CentOS Linux
+ ^8$
+ ppc64le
+
+
+
+
+ CentOS Linux
+ ^8$
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 3221225472
+
+
+
+
+
+
+
+
+ centos-stream8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ 8
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ CentOS
+ linux
+ centos
+ 2019-09-24
+ rolling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inst.repo
+
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+ CentOS Stream 8
+
+
+
+
+
+ LINUX
+ CentOS-Stream-8-x86_64-dvd
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-8-x86_64-dvd
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-Stream-8-aarch64-dvd
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-8-aarch64-dvd
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ CentOS_Stream_8_ppc64le_dvd
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ PPC
+ CentOS-Stream-8-ppc64le-dvd
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS-Stream-8-x86_64-dvd
+ 715184128
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-8-x86_64-dvd
+ 8922058752
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-Stream-8-aarch64-dvd
+ 636143616
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-8-aarch64-dvd
+ 6583470080
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS-Stream-8-x86_64-dvd
+ 684152832
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-8-x86_64-dvd
+ 8858320896
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-Stream-8-aarch64-dvd
+ 606361600
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-8-aarch64-dvd
+ 6557476864
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS-Stream-8-x86_64-dvd
+ 684177408
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-8-x86_64-dvd
+ 8850888704
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-Stream-8-aarch64-dvd
+ 606529536
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-8-aarch64-dvd
+ 6519154688
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS-Stream-8-x86_64-dvd
+ 625420288
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-8-x86_64-dvd
+ 9003071488
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-Stream-8-aarch64-dvd
+ 552394752
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-8-aarch64-dvd
+ 6660659200
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ LINUX
+ CentOS-Stream-BaseOS-x86_64
+ 558309376
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-BaseOS-x86_64
+ 8571703296
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ CentOS-Stream-BaseOS-aarch64
+ 518795264
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ CentOS-Stream-BaseOS-aarch64
+ 6340927488
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ CentOS_Stream_BaseOS_ppc64le
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ PPC
+ CentOS-Stream-BaseOS-ppc64le
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+ http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/
+
+ CentOS Stream
+ ^8$
+ x86_64
+
+
+
+ http://mirror.centos.org/centos/8-stream/BaseOS/aarch64/os/
+
+ CentOS Stream
+ ^8$
+ aarch64
+
+
+
+ http://mirror.centos.org/centos/8-stream/BaseOS/ppc64le/os/
+
+ CentOS Stream
+ ^8$
+ ppc64le
+
+
+
+
+ CentOS Stream
+ ^8$
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 3221225472
+
+
+
+
+
+
+
+
+ cirros0.3.0
+ CirrOS 0.3.0
+ CirrOS 0.3.0
+ CirrOS 0.3.0
+ CirrOS 0.3.0
+ CirrOS 0.3.0
+ CirrOS 0.3.0
+ CirrOS 0.3.0
+ CirrOS 0.3.0
+ 0.3.0
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ linux
+ cirros
+ 2011-10-20
+ 2013-02-08
+
+
+
+
+
+
+
+
+
+
+ 1000000000
+ 1
+ 134217728
+ 52428800
+
+
+
+
+ cirros0.3.1
+ CirrOS 0.3.1
+ CirrOS 0.3.1
+ CirrOS 0.3.1
+ CirrOS 0.3.1
+ CirrOS 0.3.1
+ CirrOS 0.3.1
+ CirrOS 0.3.1
+ CirrOS 0.3.1
+ 0.3.1
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ linux
+ cirros
+
+
+ 2013-02-08
+ 2014-03-19
+
+
+ 1000000000
+ 1
+ 134217728
+ 52428800
+
+
+
+
+ cirros0.3.2
+ CirrOS 0.3.2
+ CirrOS 0.3.2
+ CirrOS 0.3.2
+ CirrOS 0.3.2
+ CirrOS 0.3.2
+ CirrOS 0.3.2
+ CirrOS 0.3.2
+ CirrOS 0.3.2
+ 0.3.2
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ linux
+ cirros
+
+
+ 2014-03-19
+ 2014-09-08
+
+
+ 1000000000
+ 1
+ 134217728
+ 52428800
+
+
+
+
+ cirros0.3.3
+ CirrOS 0.3.3
+ CirrOS 0.3.3
+ CirrOS 0.3.3
+ CirrOS 0.3.3
+ CirrOS 0.3.3
+ CirrOS 0.3.3
+ CirrOS 0.3.3
+ CirrOS 0.3.3
+ 0.3.3
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ linux
+ cirros
+
+
+ 2014-09-08
+ 2015-04-22
+
+
+ 1000000000
+ 1
+ 134217728
+ 52428800
+
+
+
+
+ cirros0.3.4
+ CirrOS 0.3.4
+ CirrOS 0.3.4
+ CirrOS 0.3.4
+ CirrOS 0.3.4
+ CirrOS 0.3.4
+ CirrOS 0.3.4
+ CirrOS 0.3.4
+ CirrOS 0.3.4
+ 0.3.4
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ linux
+ cirros
+
+
+ 2015-04-22
+ 2017-02-14
+
+
+ 1000000000
+ 1
+ 134217728
+ 52428800
+
+
+
+
+ cirros0.3.5
+ CirrOS 0.3.5
+ CirrOS 0.3.5
+ CirrOS 0.3.5
+ CirrOS 0.3.5
+ CirrOS 0.3.5
+ CirrOS 0.3.5
+ CirrOS 0.3.5
+ CirrOS 0.3.5
+ 0.3.5
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ linux
+ cirros
+
+
+ 2017-02-14
+ 2017-11-20
+
+
+ 1000000000
+ 1
+ 134217728
+ 52428800
+
+
+
+
+ cirros0.4.0
+ CirrOS 0.4.0
+ CirrOS 0.4.0
+ CirrOS 0.4.0
+ CirrOS 0.4.0
+ CirrOS 0.4.0
+ CirrOS 0.4.0
+ CirrOS 0.4.0
+ CirrOS 0.4.0
+ 0.4.0
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ CirrOS
+ linux
+ cirros
+
+
+ 2017-11-20
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1000000000
+ 1
+ 134217728
+ 52428800
+
+
+
+
+ clearlinux
+ Clear Linux OS
+ Clear Linux OS
+ Clear Linux OS
+ Clear Linux OS
+ Clear Linux OS
+ Clear Linux OS
+ Clear Linux OS
+ Clear Linux OS
+ Intel Corporation
+ Корпорація Intel
+ Intel Corporation
+ Intel Corporation
+ Intel Corporation
+ Intel Corporation
+ Intel Corporation
+ Intel Corporation
+ linux
+ clearlinux
+ rolling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ https://download.clearlinux.org/releases/32550/clear/clear-32550-live-server.iso
+
+ CLR_ISO
+
+ EFI/BOOT/BOOTX64.EFI
+ EFI/BOOT/initrd.gz
+
+
+ https://download.clearlinux.org/releases/32550/clear/clear-32550-live-desktop.iso
+
+ CLR_ISO
+
+ EFI/BOOT/BOOTX64.EFI
+ EFI/BOOT/initrd.gz
+
+
+
+ debian10
+ debianbuster
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ 10
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ buster
+
+
+ 2019-07-06
+
+
+ 1000000000
+ 1
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+
+
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+ Debian 10
+
+
+ Debian 10 (OpenStack)
+ Debian 10 (OpenStack)
+ Debian 10 (OpenStack)
+ Debian 10 (OpenStack)
+ Debian 10 (OpenStack)
+ Debian 10 (OpenStack)
+
+
+ Debian 10 (Generic)
+ Debian 10 (типовий)
+ Debian 10 (Genel)
+ Debian 10 (Generic)
+ Debian 10 (Generic)
+ Debian 10 (Generic)
+
+
+ Debian 10 (Generic Cloud)
+ Debian 10 (типовий, хмарний)
+ Debian 10 (Bulut, Genel)
+ Debian 10 (Generic Cloud)
+ Debian 10 (Generic Cloud)
+ Debian 10 (Generic Cloud)
+
+
+ Debian 10 (No Cloud)
+ Debian 10 (без хмари)
+ Debian 10 (NoCloud)
+ Debian 10 (No Cloud)
+ Debian 10 (No Cloud)
+ Debian 10 (No Cloud)
+
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/i386/iso-cd/debian-10.8.0-i386-netinst.iso
+
+ Debian 10.\d+.\d+ i386 n
+
+ install.386/vmlinuz
+ install.386/initrd.gz
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/debian-10.8.0-amd64-netinst.iso
+
+ Debian 10.\d+.\d+ amd64 n
+
+ install.amd/vmlinuz
+ install.amd/initrd.gz
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/arm64/iso-cd/debian-10.8.0-arm64-netinst.iso
+
+ Debian 10.\d+.\d+ arm64 n
+
+ install.a64/vmlinuz
+ install.a64/initrd.gz
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/armhf/iso-cd/debian-10.8.0-armhf-netinst.iso
+
+ Debian 10.\d+.\d+ armhf n
+
+ install.armhf/vmlinuz
+ install.armhf/initrd.gz
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/ppc64el/iso-cd/debian-10.8.0-ppc64el-netinst.iso
+
+ Debian 10.\d+.\d+ ppc64el n
+
+ install/vmlinux
+ install/initrd.gz
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/s390x/iso-cd/debian-10.8.0-s390x-netinst.iso
+
+ Debian 10.\d+.\d+ s390x n
+
+ boot/linux_vm
+ boot/root.bin
+
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/i386/iso-dvd/debian-10.8.0-i386-DVD-1.iso
+
+ Debian 10.\d+.\d+ i386 \d+
+
+ install.386/vmlinuz
+ install.386/initrd.gz
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/amd64/iso-dvd/debian-10.8.0-amd64-DVD-1.iso
+
+ Debian 10.\d+.\d+ amd64 \d+
+
+ install.amd/vmlinuz
+ install.amd/initrd.gz
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/arm64/iso-dvd/debian-10.8.0-arm64-DVD-1.iso
+
+ Debian 10.\d+.\d+ arm64 \d+
+
+ install.a64/vmlinuz
+ install.a64/initrd.gz
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/armhf/iso-dvd/debian-10.8.0-armhf-DVD-1.iso
+
+ Debian 10.\d+.\d+ armhf \d+
+
+ install.armhf/vmlinuz
+ install.armhf/initrd.gz
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/ppc64el/iso-dvd/debian-10.8.0-ppc64el-DVD-1.iso
+
+ Debian 10.\d+.\d+ ppc64el \d+
+
+ install/vmlinux
+ install/initrd.gz
+
+
+
+ http://cdimage.debian.org/cdimage/release/current/s390x/iso-dvd/debian-10.8.0-s390x-DVD-1.iso
+
+ Debian 10.\d+.\d+ s390x \d+
+
+ boot/linux_vm
+ boot/root.bin
+
+
+ http://deb.debian.org/debian/dists/buster/main/installer-i386
+ current/images/netboot/debian-installer/i386/linux
+ current/images/netboot/debian-installer/i386/initrd.gz
+
+
+ http://deb.debian.org/debian/dists/buster/main/installer-amd64
+ current/images/netboot/debian-installer/amd64/linux
+ current/images/netboot/debian-installer/amd64/initrd.gz
+
+
+ http://deb.debian.org/debian/dists/buster/main/installer-arm64
+ current/images/netboot/debian-installer/arm64/linux
+ current/images/netboot/debian-installer/arm64/initrd.gz
+
+
+ http://deb.debian.org/debian/dists/buster/main/installer-armhf
+ current/images/netboot/vmlinuz
+ current/images/netboot/initrd.gz
+
+
+ http://deb.debian.org/debian/dists/buster/main/installer-s390x
+ current/images/generic/kernel.debian
+ current/images/generic/initrd.debian
+
+
+ http://deb.debian.org/debian/dists/buster/main/installer-ppc64el
+ current/images/netboot/debian-installer/ppc64el/vmlinux
+ current/images/netboot/debian-installer/ppc64el/initrd.gz
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/current-10/debian-10-openstack-amd64.qcow2
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/current-10/debian-10-openstack-amd64.raw
+
+
+
+ https://cdimage.debian.org/cdimage/cloud/buster/20210129-530/debian-10-generic-amd64-20210129-530.qcow2
+
+
+
+ https://cdimage.debian.org/cdimage/cloud/buster/20210129-530/debian-10-genericcloud-amd64-20210129-530.qcow2
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/current-10/debian-10-openstack-arm64.qcow2
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/current-10/debian-10-openstack-arm64.raw
+
+
+
+ https://cdimage.debian.org/cdimage/cloud/buster/20210129-530/debian-10-generic-arm64-20210129-530.qcow2
+
+
+
+ https://cdimage.debian.org/cdimage/cloud/buster/20210129-530/debian-10-generic-ppc64el-20210129-530.qcow2
+
+
+
+ https://cdimage.debian.org/cdimage/cloud/buster/20210129-530/debian-10-nocloud-amd64-20210129-530.qcow2
+
+
+
+
+
+
+
+ debian1.1
+ debianbuzz
+ Debian GNU/Linux 1.1
+ Debian GNU/Linux 1.1
+ Debian GNU/Linux 1.1
+ Debian GNU/Linux 1.1
+ Debian GNU/Linux 1.1
+ Debian GNU/Linux 1.1
+ Debian GNU/Linux 1.1
+ Debian GNU/Linux 1.1
+ Debian GNU/Linux 1.1
+ 1.1
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ buzz
+ 1996-07-17
+ 1997-06-05
+
+
+ debian1.2
+ debianrex
+ Debian GNU/Linux 1.2
+ Debian GNU/Linux 1.2
+ Debian GNU/Linux 1.2
+ Debian GNU/Linux 1.2
+ Debian GNU/Linux 1.2
+ Debian GNU/Linux 1.2
+ Debian GNU/Linux 1.2
+ Debian GNU/Linux 1.2
+ Debian GNU/Linux 1.2
+ 1.2
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ rex
+
+
+ 1996-12-12
+ 1998-06-05
+
+
+ debian1.3
+ debianbo
+ Debian GNU/Linux 1.3
+ Debian GNU/Linux 1.3
+ Debian GNU/Linux 1.3
+ Debian GNU/Linux 1.3
+ Debian GNU/Linux 1.3
+ Debian GNU/Linux 1.3
+ Debian GNU/Linux 1.3
+ Debian GNU/Linux 1.3
+ 1.3
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ bo
+
+
+ 1997-06-05
+ 1999-03-09
+
+
+ debian2.0
+ debianhamm
+ Debian GNU/Linux 2.0
+ Debian GNU/Linux 2.0
+ Debian GNU/Linux 2.0
+ Debian GNU/Linux 2.0
+ Debian GNU/Linux 2.0
+ Debian GNU/Linux 2.0
+ Debian GNU/Linux 2.0
+ Debian GNU/Linux 2.0
+ Debian GNU/Linux 2.0
+ 2.0
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ hamm
+
+
+ 1998-07-24
+ 2000-03-09
+
+
+ debian2.1
+ debianslink
+ Debian GNU/Linux 2.1
+ Debian GNU/Linux 2.1
+ Debian GNU/Linux 2.1
+ Debian GNU/Linux 2.1
+ Debian GNU/Linux 2.1
+ Debian GNU/Linux 2.1
+ Debian GNU/Linux 2.1
+ Debian GNU/Linux 2.1
+ Debian GNU/Linux 2.1
+ 2.1
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ slink
+
+
+ 1999-03-09
+ 2000-10-30
+
+
+ debian2.2
+ debianpotato
+ Debian GNU/Linux 2.2
+ Debian GNU/Linux 2.2
+ Debian GNU/Linux 2.2
+ Debian GNU/Linux 2.2
+ Debian GNU/Linux 2.2
+ Debian GNU/Linux 2.2
+ Debian GNU/Linux 2.2
+ Debian GNU/Linux 2.2
+ Debian GNU/Linux 2.2
+ 2.2
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ potato
+
+
+ 2000-08-15
+ 2003-06-30
+
+
+ debian3.1
+ debiansarge
+ Debian GNU/Linux 3.1
+ Debian GNU/Linux 3.1
+ Debian GNU/Linux 3.1
+ Debian GNU/Linux 3.1
+ Debian GNU/Linux 3.1
+ Debian GNU/Linux 3.1
+ Debian GNU/Linux 3.1
+ Debian GNU/Linux 3.1
+ Debian GNU/Linux 3.1
+ 3.1
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ sarge
+
+
+ 2005-06-06
+ 2008-03-31
+
+
+ debian3
+ debian3.0
+ debianwoody
+ Debian GNU/Linux 3.0
+ Debian GNU/Linux 3.0
+ Debian GNU/Linux 3.0
+ Debian GNU/Linux 3.0
+ Debian GNU/Linux 3.0
+ Debian GNU/Linux 3.0
+ Debian GNU/Linux 3.0
+ Debian GNU/Linux 3.0
+ Debian GNU/Linux 3.0
+ 3.0
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ woody
+
+
+ 2002-07-19
+ 2006-06-30
+
+
+ debian4
+ debian4.0
+ debianetch
+ Debian GNU/Linux 4.0
+ Debian GNU/Linux 4.0
+ Debian GNU/Linux 4.0
+ Debian GNU/Linux 4.0
+ Debian GNU/Linux 4.0
+ Debian GNU/Linux 4.0
+ Debian GNU/Linux 4.0
+ Debian GNU/Linux 4.0
+ Debian GNU/Linux 4.0
+ 4.0
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ etch
+
+
+ 2007-04-08
+ 2010-02-15
+
+
+ debian5
+ debian5.0
+ debianlenny
+ Debian GNU/Linux 5.0
+ Debian GNU/Linux 5.0
+ Debian GNU/Linux 5.0
+ Debian GNU/Linux 5.0
+ Debian GNU/Linux 5.0
+ Debian GNU/Linux 5.0
+ Debian GNU/Linux 5.0
+ Debian GNU/Linux 5.0
+ 5.0
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ lenny
+
+
+ 2009-02-14
+ 2012-02-06
+
+
+
+
+
+
+
+
+ 1000000000
+ 1
+ 134217728
+ 5368709120
+
+
+ 1000000000
+ 536870912
+ 5368709120
+
+
+
+
+ debian6
+ debian6.0
+ debiansqueeze
+ Debian 6.0
+ Debian 6.0
+ Debian 6.0
+ Debian 6.0
+ Debian 6.0
+ Debian 6.0
+ Debian 6.0
+ Debian 6.0
+ 6.0
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ squeeze
+
+
+ 2011-02-06
+ 2016-02-29
+
+
+
+
+
+
+ 1000000000
+ 1
+ 134217728
+ 5368709120
+
+
+ 1000000000
+ 536870912
+ 5368709120
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/6.0.10/i386/iso-dvd/debian-6.0.10-i386-DVD-1.iso
+
+ Debian 6.0.1?\d i386 1
+
+ install.386/vmlinuz
+ install.386/initrd.gz
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/6.0.10/amd64/iso-dvd/debian-6.0.10-amd64-DVD-1.iso
+
+ Debian 6.0.1?\d amd64 1
+
+ install.amd/vmlinuz
+ install.amd/initrd.gz
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/6.0.10-live/i386/iso-hybrid/debian-live-6.0.10-i386-gnome-desktop.iso
+
+ Debian squeeze.*
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/6.0.10-live/amd64/iso-hybrid/debian-live-6.0.10-amd64-gnome-desktop.iso
+
+ Debian squeeze.*
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+
+ debian7
+ debianwheezy
+ Debian 7
+ Debian 7
+ Debian 7
+ Debian 7
+ Debian 7
+ Debian 7
+ Debian 7
+ Debian 7
+ 7
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ wheezy
+
+
+ 2013-05-04
+ 2018-05-31
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1000000000
+ 1
+ 134217728
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/7.11.0/i386/iso-dvd/debian-7.11.0-i386-DVD-1.iso
+
+ Debian 7.\d+.\d+ i386 1
+
+ install.386/vmlinuz
+ install.386/initrd.gz
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/7.11.0/amd64/iso-dvd/debian-7.11.0-amd64-DVD-1.iso
+
+ Debian 7.\d+.\d+ amd64 1
+
+ install.amd/vmlinuz
+ install.amd/initrd.gz
+
+
+
+
+
+
+
+ debian8
+ debianjessie
+ Debian 8
+ Debian 8
+ Debian 8
+ Debian 8
+ Debian 8
+ Debian 8
+ Debian 8
+ Debian 8
+ 8
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ jessie
+
+
+ 2015-04-25
+ 2020-06-30
+
+
+
+
+
+
+
+ 1000000000
+ 1
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/8.11.1/i386/iso-dvd/debian-8.11.1-i386-DVD-1.iso
+
+ Debian 8.\d+.\d+ i386 .*
+
+ install.386/vmlinuz
+ install.386/initrd.gz
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/8.11.1/amd64/iso-dvd/debian-8.11.1-amd64-DVD-1.iso
+
+ Debian 8.\d+.\d+ amd64 .*
+
+ install.amd/vmlinuz
+ install.amd/initrd.gz
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/8.11.0/arm64/iso-dvd/debian-8.11.0-arm64-DVD-1.iso
+
+ Debian 8.\d+.\d+ arm64 .*
+
+ install.a64/vmlinuz
+ install.a64/initrd.gz
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/8.11.0/ppc64el/iso-dvd/debian-8.11.0-ppc64el-DVD-1.iso
+
+ Debian 8.\d+.\d+ ppc64el .*
+
+ install/vmlinux
+ install/initrd.gz
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/8.11.0/s390x/iso-dvd/debian-8.11.0-s390x-DVD-1.iso
+
+ Debian 8.\d+.\d+ s390x .*
+
+ boot/linux_vm
+ boot/root.bin
+
+
+
+
+
+
+
+ debian9
+ debianstretch
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ 9
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+ stretch
+
+
+ 2017-06-17
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1000000000
+ 1
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+
+
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+ Debian 9
+
+
+ Debian 9 (OpenStack)
+ Debian 9 (OpenStack)
+ Debian 9 (OpenStack)
+ Debian 9 (OpenStack)
+ Debian 9 (OpenStack)
+ Debian 9 (OpenStack)
+
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/i386/iso-cd/debian-9.13.0-i386-netinst.iso
+
+ Debian 9.\d+.\d+ i386 n
+
+ install.386/vmlinuz
+ install.386/initrd.gz
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/amd64/iso-cd/debian-9.13.0-amd64-netinst.iso
+
+ Debian 9.\d+.\d+ amd64 n
+
+ install.amd/vmlinuz
+ install.amd/initrd.gz
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/arm64/iso-cd/debian-9.13.0-arm64-netinst.iso
+
+ Debian 9.\d+.\d+ arm64 n
+
+ install.a64/vmlinuz
+ install.a64/initrd.gz
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/armhf/iso-cd/debian-9.13.0-armhf-netinst.iso
+
+ Debian 9.\d+.\d+ armhf n
+
+ install.armhf/vmlinuz
+ install.armhf/initrd.gz
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/ppc64el/iso-cd/debian-9.13.0-ppc64el-netinst.iso
+
+ Debian 9.\d+.\d+ ppc64el n
+
+ install/vmlinux
+ install/initrd.gz
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/s390x/iso-cd/debian-9.13.0-s390x-netinst.iso
+
+ Debian 9.\d+.\d+ s390x n
+
+ boot/linux_vm
+ boot/root.bin
+
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/i386/iso-dvd/debian-9.13.0-i386-DVD-1.iso
+
+ Debian 9.\d+.\d+ i386 \d+
+
+ install.386/vmlinuz
+ install.386/initrd.gz
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/amd64/iso-dvd/debian-9.13.0-amd64-DVD-1.iso
+
+ Debian 9.\d+.\d+ amd64 \d+
+
+ install.amd/vmlinuz
+ install.amd/initrd.gz
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/arm64/iso-dvd/debian-9.13.0-arm64-DVD-1.iso
+
+ Debian 9.\d+.\d+ arm64 \d+
+
+ install.a64/vmlinuz
+ install.a64/initrd.gz
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/armhf/iso-dvd/debian-9.13.0-armhf-DVD-1.iso
+
+ Debian 9.\d+.\d+ armhf \d+
+
+ install.armhf/vmlinuz
+ install.armhf/initrd.gz
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/ppc64el/iso-dvd/debian-9.13.0-ppc64el-DVD-1.iso
+
+ Debian 9.\d+.\d+ ppc64el \d+
+
+ install/vmlinux
+ install/initrd.gz
+
+
+
+ http://cdimage.debian.org/mirror/cdimage/archive/9.13.0/s390x/iso-dvd/debian-9.13.0-s390x-DVD-1.iso
+
+ Debian 9.\d+.\d+ s390x \d+
+
+ boot/linux_vm
+ boot/root.bin
+
+
+ http://deb.debian.org/debian/dists/stretch/main/installer-i386
+ current/images/netboot/debian-installer/i386/linux
+ current/images/netboot/debian-installer/i386/initrd.gz
+
+
+ http://deb.debian.org/debian/dists/stretch/main/installer-amd64
+ current/images/netboot/debian-installer/amd64/linux
+ current/images/netboot/debian-installer/amd64/initrd.gz
+
+
+ http://deb.debian.org/debian/dists/stretch/main/installer-arm64
+ current/images/netboot/debian-installer/arm64/linux
+ current/images/netboot/debian-installer/arm64/initrd.gz
+
+
+ http://deb.debian.org/debian/dists/stretch/main/installer-armhf
+ current/images/netboot/vmlinuz
+ current/images/netboot/initrd.gz
+
+
+ http://deb.debian.org/debian/dists/stretch/main/installer-s390x
+ current/images/generic/kernel.debian
+ current/images/generic/initrd.debian
+
+
+ http://deb.debian.org/debian/dists/stretch/main/installer-ppc64el
+ current/images/netboot/debian-installer/ppc64el/vmlinux
+ current/images/netboot/debian-installer/ppc64el/initrd.gz
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/current-9/debian-9-openstack-amd64.qcow2
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/current-9/debian-9-openstack-amd64.raw
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/current-9/debian-9-openstack-arm64.qcow2
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/current-9/debian-9-openstack-arm64.raw
+
+ debian
+
+
+
+
+
+
+ debiantesting
+ Debian testing
+ Debian testing
+ Debian testing
+ Debian testing
+ Debian Testing
+ Debian testing
+ Debian testing
+ Debian testing
+ testing
+ Debian Project
+ Проєкт Debian
+ Debian Projesi
+ Projeto Debian
+ Projekt Debian
+ Debian プロジェクト
+ Progetto Debian
+ Proyek Debian
+ Projet Debian
+ Debian Project
+ Debian-Projekt
+ Projecte Debian
+ linux
+ debian
+
+
+
+
+ 1000000000
+ 1
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+ Debian testing (OpenStack)
+ Debian testing (OpenStack)
+ Debian testing (OpenStack)
+ Debian testing (OpenStack)
+ Debian Testing (OpenStack)
+ Debian testing (OpenStack)
+
+
+ http://cdimage.debian.org/cdimage/weekly-builds/i386/iso-dvd/debian-testing-i386-DVD-1.iso
+
+ Debian testing i386 1
+
+ install.386/vmlinuz
+ install.386/initrd.gz
+
+
+ http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-dvd/debian-testing-amd64-DVD-1.iso
+
+ Debian testing amd64 1
+
+ install.amd/vmlinuz
+ install.amd/initrd.gz
+
+
+ http://deb.debian.org/debian/dists/testing/main/installer-i386
+ current/images/netboot/debian-installer/i386/linux
+ current/images/netboot/debian-installer/i386/initrd.gz
+
+
+ http://deb.debian.org/debian/dists/testing/main/installer-amd64
+ current/images/netboot/debian-installer/amd64/linux
+ current/images/netboot/debian-installer/amd64/initrd.gz
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/testing/debian-testing-openstack-amd64.qcow2
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/testing/debian-testing-openstack-amd64.raw
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/testing/debian-testing-openstack-arm64.qcow2
+
+
+
+ https://cloud.debian.org/images/cloud/OpenStack/testing/debian-testing-openstack-arm64.raw
+
+
+
+
+
+
+
+ dragonflybsd1.0A
+ DragonFlyBSD 1.0A
+ DragonFlyBSD 1.0A
+ DragonFlyBSD 1.0A
+ DragonFlyBSD 1.0A
+ DragonFlyBSD 1.0A
+ DragonFlyBSD 1.0A
+ DragonFlyBSD 1.0A
+ DragonFlyBSD 1.0A
+ 1.0A
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2004-07-14
+ 2005-04-08
+
+
+ dragonflybsd1.0
+ DragonFlyBSD 1.0
+ DragonFlyBSD 1.0
+ DragonFlyBSD 1.0
+ DragonFlyBSD 1.0
+ DragonFlyBSD 1.0
+ DragonFlyBSD 1.0
+ DragonFlyBSD 1.0
+ DragonFlyBSD 1.0
+ 1.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+ 2004-07-12
+ 2004-07-14
+
+
+ dragonflybsd1.10.0
+ DragonFlyBSD 1.10.0
+ DragonFlyBSD 1.10.0
+ DragonFlyBSD 1.10.0
+ DragonFlyBSD 1.10.0
+ DragonFlyBSD 1.10.0
+ DragonFlyBSD 1.10.0
+ DragonFlyBSD 1.10.0
+ DragonFlyBSD 1.10.0
+ 1.10.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2007-08-06
+ 2007-08-21
+
+
+ dragonflybsd1.10.1
+ DragonFlyBSD 1.10.1
+ DragonFlyBSD 1.10.1
+ DragonFlyBSD 1.10.1
+ DragonFlyBSD 1.10.1
+ DragonFlyBSD 1.10.1
+ DragonFlyBSD 1.10.1
+ DragonFlyBSD 1.10.1
+ DragonFlyBSD 1.10.1
+ 1.10.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2007-08-21
+ 2008-02-26
+
+
+ dragonflybsd1.12.0
+ DragonFlyBSD 1.12.0
+ DragonFlyBSD 1.12.0
+ DragonFlyBSD 1.12.0
+ DragonFlyBSD 1.12.0
+ DragonFlyBSD 1.12.0
+ DragonFlyBSD 1.12.0
+ DragonFlyBSD 1.12.0
+ DragonFlyBSD 1.12.0
+ 1.12.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2008-02-26
+ 2008-03-08
+
+
+ dragonflybsd1.12.1
+ DragonFlyBSD 1.12.1
+ DragonFlyBSD 1.12.1
+ DragonFlyBSD 1.12.1
+ DragonFlyBSD 1.12.1
+ DragonFlyBSD 1.12.1
+ DragonFlyBSD 1.12.1
+ DragonFlyBSD 1.12.1
+ DragonFlyBSD 1.12.1
+ 1.12.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2008-03-08
+ 2008-04-20
+
+
+ dragonflybsd1.12.2
+ DragonFlyBSD 1.12.2
+ DragonFlyBSD 1.12.2
+ DragonFlyBSD 1.12.2
+ DragonFlyBSD 1.12.2
+ DragonFlyBSD 1.12.2
+ DragonFlyBSD 1.12.2
+ DragonFlyBSD 1.12.2
+ DragonFlyBSD 1.12.2
+ 1.12.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2008-04-20
+
+
+ dragonflybsd1.2.0
+ DragonFlyBSD 1.2.0
+ DragonFlyBSD 1.2.0
+ DragonFlyBSD 1.2.0
+ DragonFlyBSD 1.2.0
+ DragonFlyBSD 1.2.0
+ DragonFlyBSD 1.2.0
+ DragonFlyBSD 1.2.0
+ DragonFlyBSD 1.2.0
+ 1.2.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2005-04-08
+ 2005-04-22
+
+
+ dragonflybsd1.2.1
+ DragonFlyBSD 1.2.1
+ DragonFlyBSD 1.2.1
+ DragonFlyBSD 1.2.1
+ DragonFlyBSD 1.2.1
+ DragonFlyBSD 1.2.1
+ DragonFlyBSD 1.2.1
+ DragonFlyBSD 1.2.1
+ DragonFlyBSD 1.2.1
+ 1.2.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2005-04-22
+ 2005-05-09
+
+
+ dragonflybsd1.2.2
+ DragonFlyBSD 1.2.2
+ DragonFlyBSD 1.2.2
+ DragonFlyBSD 1.2.2
+ DragonFlyBSD 1.2.2
+ DragonFlyBSD 1.2.2
+ DragonFlyBSD 1.2.2
+ DragonFlyBSD 1.2.2
+ DragonFlyBSD 1.2.2
+ 1.2.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2005-05-09
+ 2005-06-29
+
+
+ dragonflybsd1.2.3
+ DragonFlyBSD 1.2.3
+ DragonFlyBSD 1.2.3
+ DragonFlyBSD 1.2.3
+ DragonFlyBSD 1.2.3
+ DragonFlyBSD 1.2.3
+ DragonFlyBSD 1.2.3
+ DragonFlyBSD 1.2.3
+ DragonFlyBSD 1.2.3
+ 1.2.3
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2005-06-29
+ 2005-07-07
+
+
+ dragonflybsd1.2.4
+ DragonFlyBSD 1.2.4
+ DragonFlyBSD 1.2.4
+ DragonFlyBSD 1.2.4
+ DragonFlyBSD 1.2.4
+ DragonFlyBSD 1.2.4
+ DragonFlyBSD 1.2.4
+ DragonFlyBSD 1.2.4
+ DragonFlyBSD 1.2.4
+ 1.2.4
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2005-07-07
+ 2005-07-31
+
+
+ dragonflybsd1.2.5
+ DragonFlyBSD 1.2.5
+ DragonFlyBSD 1.2.5
+ DragonFlyBSD 1.2.5
+ DragonFlyBSD 1.2.5
+ DragonFlyBSD 1.2.5
+ DragonFlyBSD 1.2.5
+ DragonFlyBSD 1.2.5
+ DragonFlyBSD 1.2.5
+ 1.2.5
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2005-07-31
+ 2005-10-09
+
+
+ dragonflybsd1.2.6
+ DragonFlyBSD 1.2.6
+ DragonFlyBSD 1.2.6
+ DragonFlyBSD 1.2.6
+ DragonFlyBSD 1.2.6
+ DragonFlyBSD 1.2.6
+ DragonFlyBSD 1.2.6
+ DragonFlyBSD 1.2.6
+ DragonFlyBSD 1.2.6
+ 1.2.6
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2005-10-09
+ 2006-01-07
+
+
+ dragonflybsd1.4.0
+ DragonFlyBSD 1.4.0
+ DragonFlyBSD 1.4.0
+ DragonFlyBSD 1.4.0
+ DragonFlyBSD 1.4.0
+ DragonFlyBSD 1.4.0
+ DragonFlyBSD 1.4.0
+ DragonFlyBSD 1.4.0
+ DragonFlyBSD 1.4.0
+ 1.4.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2006-01-07
+ 2006-04-23
+
+
+ dragonflybsd1.4.4
+ DragonFlyBSD 1.4.4
+ DragonFlyBSD 1.4.4
+ DragonFlyBSD 1.4.4
+ DragonFlyBSD 1.4.4
+ DragonFlyBSD 1.4.4
+ DragonFlyBSD 1.4.4
+ DragonFlyBSD 1.4.4
+ DragonFlyBSD 1.4.4
+ 1.4.4
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2006-04-23
+ 2006-07-24
+
+
+ dragonflybsd1.6.0
+ DragonFlyBSD 1.6.0
+ DragonFlyBSD 1.6.0
+ DragonFlyBSD 1.6.0
+ DragonFlyBSD 1.6.0
+ DragonFlyBSD 1.6.0
+ DragonFlyBSD 1.6.0
+ DragonFlyBSD 1.6.0
+ DragonFlyBSD 1.6.0
+ 1.6.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2006-07-24
+ 2007-01-30
+
+
+ dragonflybsd1.8.0
+ DragonFlyBSD 1.8.0
+ DragonFlyBSD 1.8.0
+ DragonFlyBSD 1.8.0
+ DragonFlyBSD 1.8.0
+ DragonFlyBSD 1.8.0
+ DragonFlyBSD 1.8.0
+ DragonFlyBSD 1.8.0
+ DragonFlyBSD 1.8.0
+ 1.8.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2007-01-30
+ 2007-03-27
+
+
+ dragonflybsd1.8.1
+ DragonFlyBSD 1.8.1
+ DragonFlyBSD 1.8.1
+ DragonFlyBSD 1.8.1
+ DragonFlyBSD 1.8.1
+ DragonFlyBSD 1.8.1
+ DragonFlyBSD 1.8.1
+ DragonFlyBSD 1.8.1
+ DragonFlyBSD 1.8.1
+ 1.8.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2007-03-27
+ 2008-07-20
+
+
+ dragonflybsd2.0.0
+ DragonFlyBSD 2.0.0
+ DragonFlyBSD 2.0.0
+ DragonFlyBSD 2.0.0
+ DragonFlyBSD 2.0.0
+ DragonFlyBSD 2.0.0
+ DragonFlyBSD 2.0.0
+ DragonFlyBSD 2.0.0
+ DragonFlyBSD 2.0.0
+ 2.0.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2008-07-20
+ 2008-09-27
+
+
+ dragonflybsd2.0.1
+ DragonFlyBSD 2.0.1
+ DragonFlyBSD 2.0.1
+ DragonFlyBSD 2.0.1
+ DragonFlyBSD 2.0.1
+ DragonFlyBSD 2.0.1
+ DragonFlyBSD 2.0.1
+ DragonFlyBSD 2.0.1
+ DragonFlyBSD 2.0.1
+ 2.0.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2008-09-27
+
+
+ dragonflybsd2.10.1
+ DragonFlyBSD 2.10.1
+ DragonFlyBSD 2.10.1
+ DragonFlyBSD 2.10.1
+ DragonFlyBSD 2.10.1
+ DragonFlyBSD 2.10.1
+ DragonFlyBSD 2.10.1
+ DragonFlyBSD 2.10.1
+ DragonFlyBSD 2.10.1
+ 2.10.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2011-04-26
+ 2012-02-22
+
+
+ dragonflybsd2.2.0
+ DragonFlyBSD 2.2.0
+ DragonFlyBSD 2.2.0
+ DragonFlyBSD 2.2.0
+ DragonFlyBSD 2.2.0
+ DragonFlyBSD 2.2.0
+ DragonFlyBSD 2.2.0
+ DragonFlyBSD 2.2.0
+ DragonFlyBSD 2.2.0
+ 2.2.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2009-02-17
+ 2009-04-26
+
+
+ dragonflybsd2.2.1
+ DragonFlyBSD 2.2.1
+ DragonFlyBSD 2.2.1
+ DragonFlyBSD 2.2.1
+ DragonFlyBSD 2.2.1
+ DragonFlyBSD 2.2.1
+ DragonFlyBSD 2.2.1
+ DragonFlyBSD 2.2.1
+ DragonFlyBSD 2.2.1
+ 2.2.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2009-04-26
+ 2009-09-16
+
+
+ dragonflybsd2.4.0
+ DragonFlyBSD 2.4.0
+ DragonFlyBSD 2.4.0
+ DragonFlyBSD 2.4.0
+ DragonFlyBSD 2.4.0
+ DragonFlyBSD 2.4.0
+ DragonFlyBSD 2.4.0
+ DragonFlyBSD 2.4.0
+ DragonFlyBSD 2.4.0
+ 2.4.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2009-09-16
+ 2009-10-01
+
+
+ dragonflybsd2.4.1
+ DragonFlyBSD 2.4.1
+ DragonFlyBSD 2.4.1
+ DragonFlyBSD 2.4.1
+ DragonFlyBSD 2.4.1
+ DragonFlyBSD 2.4.1
+ DragonFlyBSD 2.4.1
+ DragonFlyBSD 2.4.1
+ DragonFlyBSD 2.4.1
+ 2.4.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2009-10-01
+ 2010-04-06
+
+
+ dragonflybsd2.6.1
+ DragonFlyBSD 2.6.1
+ DragonFlyBSD 2.6.1
+ DragonFlyBSD 2.6.1
+
+ DragonFlyBSD 2.6.1
+ DragonFlyBSD 2.6.1
+ DragonFlyBSD 2.6.1
+ DragonFlyBSD 2.6.1
+ 2.6.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2010-04-06
+ 2010-04-21
+
+
+ dragonflybsd2.6.2
+ DragonFlyBSD 2.6.2
+ DragonFlyBSD 2.6.2
+ DragonFlyBSD 2.6.2
+ DragonFlyBSD 2.6.2
+ DragonFlyBSD 2.6.2
+ DragonFlyBSD 2.6.2
+ DragonFlyBSD 2.6.2
+ DragonFlyBSD 2.6.2
+ 2.6.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2010-04-21
+ 2010-05-07
+
+
+ dragonflybsd2.6.3
+ DragonFlyBSD 2.6.3
+ DragonFlyBSD 2.6.3
+ DragonFlyBSD 2.6.3
+ DragonFlyBSD 2.6.3
+ DragonFlyBSD 2.6.3
+ DragonFlyBSD 2.6.3
+ DragonFlyBSD 2.6.3
+ DragonFlyBSD 2.6.3
+ 2.6.3
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2010-05-07
+ 2010-10-30
+
+
+ dragonflybsd2.8.2
+ DragonFlyBSD 2.8.2
+ DragonFlyBSD 2.8.2
+ DragonFlyBSD 2.8.2
+ DragonFlyBSD 2.8.2
+ DragonFlyBSD 2.8.2
+ DragonFlyBSD 2.8.2
+ DragonFlyBSD 2.8.2
+ DragonFlyBSD 2.8.2
+ 2.8.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2010-10-30
+ 2011-04-26
+
+
+ dragonflybsd3.0.1
+ DragonFlyBSD 3.0.1
+ DragonFlyBSD 3.0.1
+ DragonFlyBSD 3.0.1
+ DragonFlyBSD 3.0.1
+ DragonFlyBSD 3.0.1
+ DragonFlyBSD 3.0.1
+ DragonFlyBSD 3.0.1
+ DragonFlyBSD 3.0.1
+ 3.0.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2012-02-22
+ 2012-11-02
+
+
+ dragonflybsd3.2.1
+ DragonFlyBSD 3.2.1
+ DragonFlyBSD 3.2.1
+ DragonFlyBSD 3.2.1
+ DragonFlyBSD 3.2.1
+ DragonFlyBSD 3.2.1
+ DragonFlyBSD 3.2.1
+ DragonFlyBSD 3.2.1
+ DragonFlyBSD 3.2.1
+ 3.2.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2012-11-02
+ 2013-04-29
+
+
+ dragonflybsd3.4.1
+ DragonFlyBSD 3.4.1
+ DragonFlyBSD 3.4.1
+ DragonFlyBSD 3.4.1
+ DragonFlyBSD 3.4.1
+ DragonFlyBSD 3.4.1
+ DragonFlyBSD 3.4.1
+ DragonFlyBSD 3.4.1
+ DragonFlyBSD 3.4.1
+ 3.4.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2013-04-29
+ 2013-05-27
+
+
+ dragonflybsd3.4.2
+ DragonFlyBSD 3.4.2
+ DragonFlyBSD 3.4.2
+ DragonFlyBSD 3.4.2
+ DragonFlyBSD 3.4.2
+ DragonFlyBSD 3.4.2
+ DragonFlyBSD 3.4.2
+ DragonFlyBSD 3.4.2
+ DragonFlyBSD 3.4.2
+ 3.4.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2013-05-27
+ 2013-08-26
+
+
+ dragonflybsd3.4.3
+ DragonFlyBSD 3.4.3
+ DragonFlyBSD 3.4.3
+ DragonFlyBSD 3.4.3
+ DragonFlyBSD 3.4.3
+ DragonFlyBSD 3.4.3
+ DragonFlyBSD 3.4.3
+ DragonFlyBSD 3.4.3
+ DragonFlyBSD 3.4.3
+ 3.4.3
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2013-08-26
+ 2013-11-25
+
+
+ dragonflybsd3.6.0
+ DragonFlyBSD 3.6.0
+ DragonFlyBSD 3.6.0
+ DragonFlyBSD 3.6.0
+ DragonFlyBSD 3.6.0
+ DragonFlyBSD 3.6.0
+ DragonFlyBSD 3.6.0
+ DragonFlyBSD 3.6.0
+ DragonFlyBSD 3.6.0
+ 3.6.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2013-11-25
+ 2014-02-21
+
+
+ dragonflybsd3.6.1
+ DragonFlyBSD 3.6.1
+ DragonFlyBSD 3.6.1
+ DragonFlyBSD 3.6.1
+ DragonFlyBSD 3.6.1
+ DragonFlyBSD 3.6.1
+ DragonFlyBSD 3.6.1
+ DragonFlyBSD 3.6.1
+ DragonFlyBSD 3.6.1
+ 3.6.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2014-02-21
+ 2014-04-09
+
+
+ dragonflybsd3.6.2
+ DragonFlyBSD 3.6.2
+ DragonFlyBSD 3.6.2
+ DragonFlyBSD 3.6.2
+ DragonFlyBSD 3.6.2
+ DragonFlyBSD 3.6.2
+ DragonFlyBSD 3.6.2
+ DragonFlyBSD 3.6.2
+ DragonFlyBSD 3.6.2
+ 3.6.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2014-04-09
+ 2014-06-04
+
+
+ dragonflybsd3.8.0
+ DragonFlyBSD 3.8.0
+ DragonFlyBSD 3.8.0
+ DragonFlyBSD 3.8.0
+ DragonFlyBSD 3.8.0
+ DragonFlyBSD 3.8.0
+ DragonFlyBSD 3.8.0
+ DragonFlyBSD 3.8.0
+ DragonFlyBSD 3.8.0
+ 3.8.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2014-06-04
+ 2014-06-16
+
+
+ dragonflybsd3.8.1
+ DragonFlyBSD 3.8.1
+ DragonFlyBSD 3.8.1
+ DragonFlyBSD 3.8.1
+ DragonFlyBSD 3.8.1
+ DragonFlyBSD 3.8.1
+ DragonFlyBSD 3.8.1
+ DragonFlyBSD 3.8.1
+ DragonFlyBSD 3.8.1
+ 3.8.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2014-06-16
+ 2014-08-08
+
+
+ dragonflybsd3.8.2
+ DragonFlyBSD 3.8.2
+ DragonFlyBSD 3.8.2
+ DragonFlyBSD 3.8.2
+ DragonFlyBSD 3.8.2
+ DragonFlyBSD 3.8.2
+ DragonFlyBSD 3.8.2
+ DragonFlyBSD 3.8.2
+ DragonFlyBSD 3.8.2
+ 3.8.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2014-08-08
+ 2014-11-23
+
+
+ dragonflybsd4.0.0
+ DragonFlyBSD 4.0.0
+ DragonFlyBSD 4.0.0
+ DragonFlyBSD 4.0.0
+ DragonFlyBSD 4.0.0
+ DragonFlyBSD 4.0.0
+ DragonFlyBSD 4.0.0
+ DragonFlyBSD 4.0.0
+ DragonFlyBSD 4.0.0
+ 4.0.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2014-11-23
+ 2014-11-25
+
+
+ dragonflybsd4.0.1
+ DragonFlyBSD 4.0.1
+ DragonFlyBSD 4.0.1
+ DragonFlyBSD 4.0.1
+ DragonFlyBSD 4.0.1
+ DragonFlyBSD 4.0.1
+ DragonFlyBSD 4.0.1
+ DragonFlyBSD 4.0.1
+ DragonFlyBSD 4.0.1
+ 4.0.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2014-11-25
+ 2015-06-29
+
+
+ dragonflybsd4.2.0
+ DragonFlyBSD 4.2.0
+ DragonFlyBSD 4.2.0
+ DragonFlyBSD 4.2.0
+ DragonFlyBSD 4.2.0
+ DragonFlyBSD 4.2.0
+ DragonFlyBSD 4.2.0
+ DragonFlyBSD 4.2.0
+ DragonFlyBSD 4.2.0
+ 4.2.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2015-06-29
+ 2015-07-01
+
+
+ dragonflybsd4.2.1
+ DragonFlyBSD 4.2.1
+ DragonFlyBSD 4.2.1
+ DragonFlyBSD 4.2.1
+ DragonFlyBSD 4.2.1
+ DragonFlyBSD 4.2.1
+ DragonFlyBSD 4.2.1
+ DragonFlyBSD 4.2.1
+ DragonFlyBSD 4.2.1
+ 4.2.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2015-07-01
+ 2015-07-13
+
+
+ dragonflybsd4.2.3
+ DragonFlyBSD 4.2.3
+ DragonFlyBSD 4.2.3
+ DragonFlyBSD 4.2.3
+ DragonFlyBSD 4.2.3
+ DragonFlyBSD 4.2.3
+ DragonFlyBSD 4.2.3
+ DragonFlyBSD 4.2.3
+ DragonFlyBSD 4.2.3
+ 4.2.3
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2015-07-13
+ 2015-08-10
+
+
+ dragonflybsd4.2.4
+ DragonFlyBSD 4.2.4
+ DragonFlyBSD 4.2.4
+ DragonFlyBSD 4.2.4
+ DragonFlyBSD 4.2.4
+ DragonFlyBSD 4.2.4
+ DragonFlyBSD 4.2.4
+ DragonFlyBSD 4.2.4
+ DragonFlyBSD 4.2.4
+ 4.2.4
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2015-08-10
+ 2015-12-07
+
+
+ dragonflybsd4.4.1
+ DragonFlyBSD 4.4.1
+ DragonFlyBSD 4.4.1
+ DragonFlyBSD 4.4.1
+ DragonFlyBSD 4.4.1
+ DragonFlyBSD 4.4.1
+ DragonFlyBSD 4.4.1
+ DragonFlyBSD 4.4.1
+ DragonFlyBSD 4.4.1
+ 4.4.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2015-12-07
+ 2016-02-16
+
+
+ dragonflybsd4.4.2
+ DragonFlyBSD 4.4.2
+ DragonFlyBSD 4.4.2
+ DragonFlyBSD 4.4.2
+ DragonFlyBSD 4.4.2
+ DragonFlyBSD 4.4.2
+ DragonFlyBSD 4.4.2
+ DragonFlyBSD 4.4.2
+ DragonFlyBSD 4.4.2
+ 4.4.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2016-02-16
+ 2016-04-19
+
+
+ dragonflybsd4.4.3
+ DragonFlyBSD 4.4.3
+ DragonFlyBSD 4.4.3
+ DragonFlyBSD 4.4.3
+ DragonFlyBSD 4.4.3
+ DragonFlyBSD 4.4.3
+ DragonFlyBSD 4.4.3
+ DragonFlyBSD 4.4.3
+ DragonFlyBSD 4.4.3
+ 4.4.3
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2016-04-19
+ 2016-08-02
+
+
+ dragonflybsd4.6.0
+ DragonFlyBSD 4.6.0
+ DragonFlyBSD 4.6.0
+ DragonFlyBSD 4.6.0
+ DragonFlyBSD 4.6.0
+ DragonFlyBSD 4.6.0
+ DragonFlyBSD 4.6.0
+ DragonFlyBSD 4.6.0
+ DragonFlyBSD 4.6.0
+ 4.6.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2016-08-02
+ 2016-10-17
+
+
+ dragonflybsd4.6.1
+ DragonFlyBSD 4.6.1
+ DragonFlyBSD 4.6.1
+ DragonFlyBSD 4.6.1
+ DragonFlyBSD 4.6.1
+ DragonFlyBSD 4.6.1
+ DragonFlyBSD 4.6.1
+ DragonFlyBSD 4.6.1
+ DragonFlyBSD 4.6.1
+ 4.6.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2016-10-17
+ 2017-04-04
+
+
+ dragonflybsd4.6.2
+ DragonFlyBSD 4.6.2
+ DragonFlyBSD 4.6.2
+ DragonFlyBSD 4.6.2
+ DragonFlyBSD 4.6.2
+ DragonFlyBSD 4.6.2
+ DragonFlyBSD 4.6.2
+ DragonFlyBSD 4.6.2
+ DragonFlyBSD 4.6.2
+ 4.6.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2017-04-04
+ 2017-10-16
+
+
+ dragonflybsd4.8.0
+ DragonFlyBSD 4.8.0
+ DragonFlyBSD 4.8.0
+ DragonFlyBSD 4.8.0
+ DragonFlyBSD 4.8.0
+ DragonFlyBSD 4.8.0
+ DragonFlyBSD 4.8.0
+ DragonFlyBSD 4.8.0
+ DragonFlyBSD 4.8.0
+ 4.8.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2017-03-27
+ 2017-08-02
+
+
+
+ DragonFly
+ DragonFly v4.8.0
+ 346052608
+
+
+
+
+ dragonflybsd4.8.1
+ DragonFlyBSD 4.8.1
+ DragonFlyBSD 4.8.1
+ DragonFlyBSD 4.8.1
+ DragonFlyBSD 4.8.1
+ DragonFlyBSD 4.8.1
+ DragonFlyBSD 4.8.1
+ DragonFlyBSD 4.8.1
+ DragonFlyBSD 4.8.1
+ 4.8.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2017-08-02
+ 2017-10-16
+
+
+
+ DragonFly
+ DragonFly v4.8.1
+ 346052608
+
+
+
+
+ dragonflybsd5.0.0
+ DragonFlyBSD 5.0.0
+ DragonFlyBSD 5.0.0
+ DragonFlyBSD 5.0.0
+ DragonFlyBSD 5.0.0
+ DragonFlyBSD 5.0.0
+ DragonFlyBSD 5.0.0
+ DragonFlyBSD 5.0.0
+ DragonFlyBSD 5.0.0
+ 5.0.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2017-10-16
+ 2017-11-06
+
+
+
+ DragonFly
+ DragonFly v5.0.0
+ 789700608
+
+
+
+
+ dragonflybsd5.0.1
+ DragonFlyBSD 5.0.1
+ DragonFlyBSD 5.0.1
+ DragonFlyBSD 5.0.1
+ DragonFlyBSD 5.0.1
+ DragonFlyBSD 5.0.1
+ DragonFlyBSD 5.0.1
+ DragonFlyBSD 5.0.1
+ DragonFlyBSD 5.0.1
+ 5.0.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2017-11-06
+ 2017-12-04
+
+
+
+ DragonFly
+ DragonFly v5.0.1
+ 791875584
+
+
+
+
+ dragonflybsd5.0.2
+ DragonFlyBSD 5.0.2
+ DragonFlyBSD 5.0.2
+ DragonFlyBSD 5.0.2
+ DragonFlyBSD 5.0.2
+ DragonFlyBSD 5.0.2
+ DragonFlyBSD 5.0.2
+ DragonFlyBSD 5.0.2
+ DragonFlyBSD 5.0.2
+ 5.0.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2017-12-04
+ 2018-04-10
+
+
+
+ DragonFly
+ DragonFly v5.0.2
+ 875075584
+
+
+
+
+ dragonflybsd5.2.0
+ DragonFlyBSD 5.2.0
+ DragonFlyBSD 5.2.0
+ DragonFlyBSD 5.2.0
+ DragonFlyBSD 5.2.0
+ DragonFlyBSD 5.2.0
+ DragonFlyBSD 5.2.0
+ DragonFlyBSD 5.2.0
+ DragonFlyBSD 5.2.0
+ 5.2.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2018-04-10
+ 2018-05-21
+
+
+
+ DragonFly
+ DragonFly v5.2.0
+ 889026560
+
+
+
+
+ dragonflybsd5.2.1
+ DragonFlyBSD 5.2.1
+ DragonFlyBSD 5.2.1
+ DragonFlyBSD 5.2.1
+ DragonFlyBSD 5.2.1
+ DragonFlyBSD 5.2.1
+ DragonFlyBSD 5.2.1
+ DragonFlyBSD 5.2.1
+ DragonFlyBSD 5.2.1
+ 5.2.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2018-05-21
+ 2018-06-18
+
+
+
+ DragonFly
+ DragonFly v5.2.1
+ 894433280
+
+
+
+
+ dragonflybsd5.2.2
+ DragonFlyBSD 5.2.2
+ DragonFlyBSD 5.2.2
+ DragonFlyBSD 5.2.2
+ DragonFlyBSD 5.2.2
+ DragonFlyBSD 5.2.2
+ DragonFlyBSD 5.2.2
+ DragonFlyBSD 5.2.2
+ DragonFlyBSD 5.2.2
+ 5.2.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2018-06-18
+ 2018-12-03
+
+
+
+ DragonFly
+ DragonFly v5.2.2
+ 895021056
+
+
+
+
+ dragonflybsd5.4.0
+ DragonFlyBSD 5.4.0
+ DragonFlyBSD 5.4.0
+ DragonFlyBSD 5.4.0
+ DragonFlyBSD 5.4.0
+ DragonFlyBSD 5.4.0
+ DragonFlyBSD 5.4.0
+ DragonFlyBSD 5.4.0
+ DragonFlyBSD 5.4.0
+ 5.4.0
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2018-12-03
+ 2018-12-24
+
+
+
+ DragonFly
+ DragonFly v5.4.0
+ 1037078528
+
+
+
+
+ dragonflybsd5.4.1
+ DragonFlyBSD 5.4.1
+ DragonFlyBSD 5.4.1
+ DragonFlyBSD 5.4.1
+ DragonFlyBSD 5.4.1
+ DragonFlyBSD 5.4.1
+ DragonFlyBSD 5.4.1
+ DragonFlyBSD 5.4.1
+ DragonFlyBSD 5.4.1
+ 5.4.1
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2018-12-24
+ 2019-04-22
+
+
+
+ DragonFly
+ DragonFly v5.4.1
+
+
+
+
+ dragonflybsd5.4.2
+ DragonFlyBSD 5.4.2
+ DragonFlyBSD 5.4.2
+ DragonFlyBSD 5.4.2
+ DragonFlyBSD 5.4.2
+ DragonFlyBSD 5.4.2
+ DragonFlyBSD 5.4.2
+ DragonFlyBSD 5.4.2
+ DragonFlyBSD 5.4.2
+ 5.4.2
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2019-04-22
+ 2019-05-20
+
+
+
+ DragonFly
+ DragonFly v5.4.2
+
+
+
+
+ dragonflybsd5.4.3
+ DragonFlyBSD 5.4.3
+ DragonFlyBSD 5.4.3
+ DragonFlyBSD 5.4.3
+ DragonFlyBSD 5.4.3
+ DragonFlyBSD 5.4.3
+ DragonFlyBSD 5.4.3
+ DragonFlyBSD 5.4.3
+ DragonFlyBSD 5.4.3
+ 5.4.3
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2019-05-20
+ 2019-06-17
+
+
+
+ DragonFly
+ DragonFly v5.4.3
+
+
+
+
+ dragonflybsd5.6
+ DragonFlyBSD 5.6
+ DragonFlyBSD 5.6
+ DragonFlyBSD 5.6
+ DragonFlyBSD 5.6
+ DragonFlyBSD 5.6
+ DragonFlyBSD 5.6
+ DragonFlyBSD 5.6
+ DragonFlyBSD 5.6
+ 5.6
+ dragonflybsd
+ dragonflybsd
+ DragonFlyBSD Project
+ Проєкт DragonFlyBSD
+ DragonFlyBSD Projesi
+ Projeto DragonFlyBSD
+ Projekt DragonFlyBSD
+ Progetto DragonFlyBSD
+ DragonFlyBSD Project
+ Projet DragonFlyBSD
+
+ 2019-06-17
+
+
+ DragonFly
+ DragonFly_v5.6.(\d)+
+
+
+
+
+ elementary5.0
+ Elementary OS 5.0 Juno
+ Elementary OS 5.0 Juno
+ Elementary OS 5.0 Juno
+ Elementary OS 5.0 Juno
+ Elementary OS 5.0 Juno
+ Elementary OS 5.0 Juno
+ Elementary OS 5.0 Juno
+ Elementary OS 5.0 Juno
+ 5.0
+ Elementary, Inc.
+ Elementary, Inc.
+ Elementary, Inc.
+ Elementary, Inc.
+ Elementary, Inc.
+ Elementary, Inc.
+ Elementary, Inc.
+ Elementary, Inc.
+ elementaryos
+ Juno
+
+ 2018-10-16
+
+
+ elementary OS 5.0 Juno
+ elementary OS 5.0 Juno
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd
+
+
+
+ 1000000000
+ 2147483648
+ 5368709120
+
+
+ 1000000000
+ 4294967296
+ 16106127360
+
+
+
+
+ eos3.10
+ Endless OS 3.10
+ Endless OS 3.10
+ Endless OS 3.10
+ Endless OS 3.10
+ Endless OS 3.10
+ Endless OS 3.10
+ Endless OS 3.10
+ Endless OS 3.10
+ 3.10
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ linux
+ eos
+
+
+
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Básico
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basique
+
+
+
+
+ Endless-OS-3-10-\d+-base$
+ ENDLESS OS FOUNDATION LLC
+
+
+
+ Endless OS English
+ Endless OS English
+ Endless OS İngilizce
+ Endless OS inglês
+ Endless OS (angielski)
+ Endless OS (inglese)
+ Endless OS Inggris
+ Endless OS Anglais
+
+
+
+
+ Endless-OS-3-10-\d+-en$
+ ENDLESS OS FOUNDATION LLC
+
+
+
+ Endless OS Spanish
+ Endless OS Spanish
+ Endless OS İspanyolca
+ Endless OS espanhol
+ Endless OS (hiszpański)
+ Endless OS (spagnolo)
+ Endless OS Spanyol
+ Endless OS Espagnol
+
+
+
+
+ Endless-OS-3-10-\d+-es$
+ ENDLESS OS FOUNDATION LLC
+
+
+
+ Endless OS French
+ Endless OS French
+ Endless OS Fransızca
+ Endless OS francês
+ Endless OS (francuski)
+ Endless OS (francese)
+ Endless OS Perancis
+ Endless OS Français
+
+
+
+
+ Endless-OS-3-10-\d+-fr$
+ ENDLESS OS FOUNDATION LLC
+
+
+
+ Endless OS Portuguese (Brazil)
+ Endless OS Portuguese (Бразилія)
+ Endless OS Portekizce (Brezilya)
+ Endless OS português (Brasil)
+ Endless OS (brazylijski portugalski)
+ Endless OS (portoghese, Brasile)
+ Endless OS Portugis (Brasil)
+ Endless OS Portugais (Brésil)
+
+
+
+
+ Endless-OS-3-10-\d+-pt_BR$
+ ENDLESS OS FOUNDATION LLC
+
+
+
+ Endless OS (other)
+ Endless OS (інша)
+ Endless OS (diğer)
+ Endless OS (outro)
+ Endless OS (inne)
+ Endless OS (altro)
+ Endless OS (lainnya)
+ Endless OS (autres)
+
+
+
+
+ \D+-3-10-\d+
+ ENDLESS OS FOUNDATION LLC
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 2147483648
+ 42949672960
+
+
+
+
+ eos3.1
+ Endless OS 3.1
+ Endless OS 3.1
+ Endless OS 3.1
+ Endless OS 3.1
+ Endless OS 3.1
+ Endless OS 3.1
+ Endless OS 3.1
+ Endless OS 3.1
+ 3.1
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ linux
+ eos
+ 2017-01-17
+ 2017-07-18
+
+ Endless OS Arabic
+ Endless OS Arabic
+ Endless OS Arapça
+ Endless OS árabe
+ Endless OS (arabski)
+ Endless OS (arabo)
+ Endless OS Arab
+ Endless OS Arabe
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/ar/eos-eos3.1-amd64-amd64.170520-060632.ar.iso
+
+ Endless-OS-3-1-\d+-ar$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Básico
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basique
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/base/eos-eos3.1-amd64-amd64.170520-055517.base.iso
+
+ Endless-OS-3-1-\d+-base$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Bengali
+ Endless OS Bengali
+ Endless OS Bengalce
+ Endless OS bengali
+ Endless OS (bengalski)
+ Endless OS (bengalese)
+ Endless OS Bengali
+ Endless OS Bengali
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/bn/eos-eos3.1-amd64-amd64.170520-060733.bn.iso
+
+ Endless-OS-3-1-\d+-bn$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS English
+ Endless OS English
+ Endless OS İngilizce
+ Endless OS inglês
+ Endless OS (angielski)
+ Endless OS (inglese)
+ Endless OS Inggris
+ Endless OS Anglais
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/en/eos-eos3.1-amd64-amd64.170520-071933.en.iso
+
+ Endless-OS-3-1-\d+-en$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish
+ Endless OS Spanish
+ Endless OS İspanyolca
+ Endless OS espanhol
+ Endless OS (hiszpański)
+ Endless OS (spagnolo)
+ Endless OS Spanyol
+ Endless OS Espagnol
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/es/eos-eos3.1-amd64-amd64.170520-061122.es.iso
+
+ Endless-OS-3-1-\d+-es$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish (Guatemala)
+ Endless OS Spanish (Гватемала)
+ Endless OS İspanyolca (Guatemala)
+ Endless OS espanhol (Guatemala)
+ Endless OS (hiszpański, Gwatemala)
+ Endless OS (spagnolo, Guatemala)
+ Endless OS Spanyol (Guatemala)
+ Endless OS Espagnol (Guatemala)
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/es_GT/eos-eos3.1-amd64-amd64.170520-061652.es_GT.iso
+
+ Endless-OS-3-1-\d+-es_GT$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish (Mexico)
+ Endless OS Spanish (Мексика)
+ Endless OS İspanyolca (Meksika)
+ Endless OS espanhol (México)
+ Endless OS (hiszpański, Meksyk)
+ Endless OS (spagnolo, Messico)
+ Endless OS Spanyol (Meksiko)
+ Endless OS Espagnol (Mexique)
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/es_MX/eos-eos3.1-amd64-amd64.170520-082741.es_MX.iso
+
+ Endless-OS-3-1-\d+-es_MX$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS French
+ Endless OS French
+ Endless OS Fransızca
+ Endless OS francês
+ Endless OS (francuski)
+ Endless OS (francese)
+ Endless OS Perancis
+ Endless OS Français
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/fr/eos-eos3.1-amd64-amd64.170521-045821.fr.iso
+
+ Endless-OS-3-1-\d+-fr$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Indonesian
+ Endless OS Indonesian
+ Endless OS Endonezce
+ Endless OS indonésio
+ Endless OS (indonezyjski)
+ Endless OS (indonesiano)
+ Endless OS Indonesian
+ Endless OS Indonésien
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/id/eos-eos3.1-amd64-amd64.170521-050143.id.iso
+
+ Endless-OS-3-1-\d+-id$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Portuguese (Brazil)
+ Endless OS Portuguese (Бразилія)
+ Endless OS Portekizce (Brezilya)
+ Endless OS português (Brasil)
+ Endless OS (brazylijski portugalski)
+ Endless OS (portoghese, Brasile)
+ Endless OS Portugis (Brasil)
+ Endless OS Portugais (Brésil)
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/pt_BR/eos-eos3.1-amd64-amd64.170520-101852.pt_BR.iso
+
+ Endless-OS-3-1-\d+-pt_BR$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Thai
+ Endless OS Thai
+ Endless OS Tayca
+ Endless OS tailandês
+ Endless OS (tajski)
+ Endless OS (tailandese)
+ Endless OS Thai
+ Endless OS Thaï
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/th/eos-eos3.1-amd64-amd64.170521-050122.th.iso
+
+ Endless-OS-3-1-\d+-th$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Vietnamese
+ Endless OS Vietnamese
+ Endless OS Vietnamca
+ Endless OS vietnamita
+ Endless OS (wietnamski)
+ Endless OS (vietnamita)
+ Endless OS Vietnam
+ Endless OS Vietnamien
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/vi/eos-eos3.1-amd64-amd64.170520-090541.vi.iso
+
+ Endless-OS-3-1-\d+-vi$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Chinese (China)
+ Endless OS Chinese (Китай)
+ Endless OS Çince (Çin)
+ Endless OS chinês (China)
+ Endless OS (chiński, Chiny)
+ Endless OS (cinese, Cina)
+ Endless OS Cina (Cina)
+ Endless OS Chinois (Chine)
+
+
+
+ https://images-dl.endlessm.com/release/3.1.8/eos-amd64-amd64/zh_CN/eos-eos3.1-amd64-amd64.170520-083345.zh_CN.iso
+
+ Endless-OS-3-1-\d+-zh_CN$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Southeast Asia
+ Endless OS Southeast Asia
+ Endless OS Güneydoğu Asya
+ Endless OS sudeste da Ásia
+ Endless OS (Azja Południowo-Wschodnia)
+ Endless OS (sud-est asiatico)
+ Endless OS Asia Tenggara
+ Endless OS Asie du Sud-Est
+
+
+
+
+ Endless-OS-3-1-\d+-sea$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS (other)
+ Endless OS (інша)
+ Endless OS (diğer)
+ Endless OS (outro)
+ Endless OS (inne)
+ Endless OS (altro)
+ Endless OS (lainnya)
+ Endless OS (autres)
+
+
+
+
+ \D+-3-1-\d+
+ ENDLESS COMPUTERS
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 2147483648
+ 42949672960
+
+
+
+
+ eos3.2
+ Endless OS 3.2
+ Endless OS 3.2
+ Endless OS 3.2
+ Endless OS 3.2
+ Endless OS 3.2
+ Endless OS 3.2
+ Endless OS 3.2
+ Endless OS 3.2
+ 3.2
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ linux
+ eos
+
+
+ 2017-07-18
+ 2017-10-24
+
+ Endless OS Arabic
+ Endless OS Arabic
+ Endless OS Arapça
+ Endless OS árabe
+ Endless OS (arabski)
+ Endless OS (arabo)
+ Endless OS Arab
+ Endless OS Arabe
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/ar/eos-eos3.2-amd64-amd64.170922-043353.ar.iso
+
+ Endless-OS-3-2-\d+-ar$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Básico
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basique
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/base/eos-eos3.2-amd64-amd64.170922-041134.base.iso
+
+ Endless-OS-3-2-\d+-base$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Bangla
+ Endless OS Bangla
+ Endless OS Bengalce
+ Endless OS bengali
+ Endless OS (bengalski)
+ Endless OS (bengalese)
+ Endless OS Bangla
+ Endless OS Bangla
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/bn/eos-eos3.2-amd64-amd64.170922-050831.bn.iso
+
+ Endless-OS-3-2-\d+-bn$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS English
+ Endless OS English
+ Endless OS İngilizce
+ Endless OS inglês
+ Endless OS (angielski)
+ Endless OS (inglese)
+ Endless OS Inggris
+ Endless OS Anglais
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/en/eos-eos3.2-amd64-amd64.170922-055208.en.iso
+
+ Endless-OS-3-2-\d+-en$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish
+ Endless OS Spanish
+ Endless OS İspanyolca
+ Endless OS espanhol
+ Endless OS (hiszpański)
+ Endless OS (spagnolo)
+ Endless OS Spanyol
+ Endless OS Espagnol
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/es/eos-eos3.2-amd64-amd64.170922-064601.es.iso
+
+ Endless-OS-3-2-\d+-es$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish (Guatemala)
+ Endless OS Spanish (Гватемала)
+ Endless OS İspanyolca (Guatemala)
+ Endless OS espanhol (Guatemala)
+ Endless OS (hiszpański, Gwatemala)
+ Endless OS (spagnolo, Guatemala)
+ Endless OS Spanyol (Guatemala)
+ Endless OS Espagnol (Guatemala)
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/es_GT/eos-eos3.2-amd64-amd64.170922-082829.es_GT.iso
+
+ Endless-OS-3-2-\d+-es_GT$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish (Mexico)
+ Endless OS Spanish (Мексика)
+ Endless OS İspanyolca (Meksika)
+ Endless OS espanhol (México)
+ Endless OS (hiszpański, Meksyk)
+ Endless OS (spagnolo, Messico)
+ Endless OS Spanyol (Meksiko)
+ Endless OS Espagnol (Mexique)
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/es_MX/eos-eos3.2-amd64-amd64.170922-103111.es_MX.iso
+
+ Endless-OS-3-2-\d+-es_MX$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS French
+ Endless OS French
+ Endless OS Fransızca
+ Endless OS francês
+ Endless OS (francuski)
+ Endless OS (francese)
+ Endless OS Perancis
+ Endless OS Français
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/fr/eos-eos3.2-amd64-amd64.170922-122905.fr.iso
+
+ Endless-OS-3-2-\d+-fr$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Indonesian
+ Endless OS Indonesian
+ Endless OS Endonezce
+ Endless OS indonésio
+ Endless OS (indonezyjski)
+ Endless OS (indonesiano)
+ Endless OS Indonesian
+ Endless OS Indonésien
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/id/eos-eos3.2-amd64-amd64.170922-141422.id.iso
+
+ Endless-OS-3-2-\d+-id$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Portuguese (Brazil)
+ Endless OS Portuguese (Бразилія)
+ Endless OS Portekizce (Brezilya)
+ Endless OS português (Brasil)
+ Endless OS (brazylijski portugalski)
+ Endless OS (portoghese, Brasile)
+ Endless OS Portugis (Brasil)
+ Endless OS Portugais (Brésil)
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/pt_BR/eos-eos3.2-amd64-amd64.170922-155603.pt_BR.iso
+
+ Endless-OS-3-2-\d+-pt_BR$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Thai
+ Endless OS Thai
+ Endless OS Tayca
+ Endless OS tailandês
+ Endless OS (tajski)
+ Endless OS (tailandese)
+ Endless OS Thai
+ Endless OS Thaï
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/th/eos-eos3.2-amd64-amd64.170922-174710.th.iso
+
+ Endless-OS-3-2-\d+-th$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Vietnamese
+ Endless OS Vietnamese
+ Endless OS Vietnamca
+ Endless OS vietnamita
+ Endless OS (wietnamski)
+ Endless OS (vietnamita)
+ Endless OS Vietnam
+ Endless OS Vietnamien
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/vi/eos-eos3.2-amd64-amd64.170922-162331.vi.iso
+
+ Endless-OS-3-2-\d+-vi$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Chinese (China)
+ Endless OS Chinese (Китай)
+ Endless OS Çince (Çin)
+ Endless OS chinês (China)
+ Endless OS (chiński, Chiny)
+ Endless OS (cinese, Cina)
+ Endless OS Cina (Cina)
+ Endless OS Chinois (Chine)
+
+
+
+ https://images-dl.endlessm.com/release/3.2.6/eos-amd64-amd64/zh_CN/eos-eos3.2-amd64-amd64.170922-165552.zh_CN.iso
+
+ Endless-OS-3-2-\d+-zh_CN$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS (other)
+ Endless OS (інша)
+ Endless OS (diğer)
+ Endless OS (outro)
+ Endless OS (inne)
+ Endless OS (altro)
+ Endless OS (lainnya)
+ Endless OS (autres)
+
+
+
+
+ \D+-3-2-\d+
+ ENDLESS COMPUTERS
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 2147483648
+ 42949672960
+
+
+
+
+ eos3.3
+ Endless OS 3.3
+ Endless OS 3.3
+ Endless OS 3.3
+ Endless OS 3.3
+ Endless OS 3.3
+ Endless OS 3.3
+ Endless OS 3.3
+ Endless OS 3.3
+ Endless OS 3.3
+ 3.3
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ linux
+ eos
+
+
+ 2017-10-24
+ 2018-05-15
+
+ Endless OS Arabic
+ Endless OS Arabic
+ Endless OS Arapça
+ Endless OS árabe
+ Endless OS (arabski)
+ Endless OS (arabo)
+ Endless OS Arab
+ Endless OS Arabe
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/ar/eos-eos3.3-amd64-amd64.180407-121949.ar.iso
+
+ Endless-OS-3-3-\d+-ar$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Básico
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basique
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/base/eos-eos3.3-amd64-amd64.180407-102038.base.iso
+
+ Endless-OS-3-3-\d+-base$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Bangla
+ Endless OS Bangla
+ Endless OS Bengalce
+ Endless OS bengali
+ Endless OS (bengalski)
+ Endless OS (bengalese)
+ Endless OS Bangla
+ Endless OS Bangla
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/bn/eos-eos3.3-amd64-amd64.180407-103505.bn.iso
+
+ Endless-OS-3-3-\d+-bn$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS English
+ Endless OS English
+ Endless OS İngilizce
+ Endless OS inglês
+ Endless OS (angielski)
+ Endless OS (inglese)
+ Endless OS Inggris
+ Endless OS Anglais
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/en/eos-eos3.3-amd64-amd64.180407-114249.en.iso
+
+ Endless-OS-3-3-\d+-en$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish
+ Endless OS Spanish
+ Endless OS İspanyolca
+ Endless OS espanhol
+ Endless OS (hiszpański)
+ Endless OS (spagnolo)
+ Endless OS Spanyol
+ Endless OS Espagnol
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/es/eos-eos3.3-amd64-amd64.180407-084605.es.iso
+
+ Endless-OS-3-3-\d+-es$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish (Guatemala)
+ Endless OS Spanish (Гватемала)
+ Endless OS İspanyolca (Guatemala)
+ Endless OS espanhol (Guatemala)
+ Endless OS (hiszpański, Gwatemala)
+ Endless OS (spagnolo, Guatemala)
+ Endless OS Spanyol (Guatemala)
+ Endless OS Espagnol (Guatemala)
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/es_GT/eos-eos3.3-amd64-amd64.180407-154859.es_GT.iso
+
+ Endless-OS-3-3-\d+-es_GT$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish (Mexico)
+ Endless OS Spanish (Мексика)
+ Endless OS İspanyolca (Meksika)
+ Endless OS espanhol (México)
+ Endless OS (hiszpański, Meksyk)
+ Endless OS (spagnolo, Messico)
+ Endless OS Spanyol (Meksiko)
+ Endless OS Espagnol (Mexique)
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/es_MX/eos-eos3.3-amd64-amd64.180407-113041.es_MX.iso
+
+ Endless-OS-3-3-\d+-es_MX$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS French
+ Endless OS French
+ Endless OS Fransızca
+ Endless OS francês
+ Endless OS (francuski)
+ Endless OS (francese)
+ Endless OS Perancis
+ Endless OS Français
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/fr/eos-eos3.3-amd64-amd64.180407-134619.fr.iso
+
+ Endless-OS-3-3-\d+-fr$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Indonesian
+ Endless OS Indonesian
+ Endless OS Endonezce
+ Endless OS indonésio
+ Endless OS (indonezyjski)
+ Endless OS (indonesiano)
+ Endless OS Indonesian
+ Endless OS Indonésien
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/id/eos-eos3.3-amd64-amd64.180407-114840.id.iso
+
+ Endless-OS-3-3-\d+-id$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Portuguese (Brazil)
+ Endless OS Portuguese (Бразилія)
+ Endless OS Portekizce (Brezilya)
+ Endless OS português (Brasil)
+ Endless OS (brazylijski portugalski)
+ Endless OS (portoghese, Brasile)
+ Endless OS Portugis (Brasil)
+ Endless OS Portugais (Brésil)
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/pt_BR/eos-eos3.3-amd64-amd64.180407-130919.pt_BR.iso
+
+ Endless-OS-3-3-\d+-pt_BR$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Thai
+ Endless OS Thai
+ Endless OS Tayca
+ Endless OS tailandês
+ Endless OS (tajski)
+ Endless OS (tailandese)
+ Endless OS Thai
+ Endless OS Thaï
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/th/eos-eos3.3-amd64-amd64.180407-145846.th.iso
+
+ Endless-OS-3-3-\d+-th$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Vietnamese
+ Endless OS Vietnamese
+ Endless OS Vietnamca
+ Endless OS vietnamita
+ Endless OS (wietnamski)
+ Endless OS (vietnamita)
+ Endless OS Vietnam
+ Endless OS Vietnamien
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/vi/eos-eos3.3-amd64-amd64.180407-131324.vi.iso
+
+ Endless-OS-3-3-\d+-vi$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Chinese (China)
+ Endless OS Chinese (Китай)
+ Endless OS Çince (Çin)
+ Endless OS chinês (China)
+ Endless OS (chiński, Chiny)
+ Endless OS (cinese, Cina)
+ Endless OS Cina (Cina)
+ Endless OS Chinois (Chine)
+
+
+
+ https://images-dl.endlessm.com/release/3.3.16/eos-amd64-amd64/zh_CN/eos-eos3.3-amd64-amd64.180407-095221.zh_CN.iso
+
+ Endless-OS-3-3-\d+-zh_CN$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS (other)
+ Endless OS (інша)
+ Endless OS (diğer)
+ Endless OS (outro)
+ Endless OS (inne)
+ Endless OS (altro)
+ Endless OS (lainnya)
+ Endless OS (autres)
+
+
+
+
+ \D+-3-3-\d+
+ ENDLESS COMPUTERS
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 2147483648
+ 42949672960
+
+
+
+
+ eos3.4
+ Endless OS 3.4
+ Endless OS 3.4
+ Endless OS 3.4
+ Endless OS 3.4
+ Endless OS 3.4
+ Endless OS 3.4
+ Endless OS 3.4
+ Endless OS 3.4
+ 3.4
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ linux
+ eos
+
+
+ 2018-05-15
+ 2018-11-09
+
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Básico
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basique
+
+
+
+ https://images-dl.endlessm.com/release/3.4.8/eos-amd64-amd64/base/eos-eos3.4-amd64-amd64.181016-100622.base.iso
+
+ Endless-OS-3-4-\d+-base$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS English
+ Endless OS English
+ Endless OS İngilizce
+ Endless OS inglês
+ Endless OS (angielski)
+ Endless OS (inglese)
+ Endless OS Inggris
+ Endless OS Anglais
+
+
+
+ https://images-dl.endlessm.com/release/3.4.8/eos-amd64-amd64/en/eos-eos3.4-amd64-amd64.181016-100635.en.iso
+
+ Endless-OS-3-4-\d+-en$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish
+ Endless OS Spanish
+ Endless OS İspanyolca
+ Endless OS espanhol
+ Endless OS (hiszpański)
+ Endless OS (spagnolo)
+ Endless OS Spanyol
+ Endless OS Espagnol
+
+
+
+ https://images-dl.endlessm.com/release/3.4.8/eos-amd64-amd64/es/eos-eos3.4-amd64-amd64.181015-154546.es.iso
+
+ Endless-OS-3-4-\d+-es$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS French
+ Endless OS French
+ Endless OS Fransızca
+ Endless OS francês
+ Endless OS (francuski)
+ Endless OS (francese)
+ Endless OS Perancis
+ Endless OS Français
+
+
+
+ https://images-dl.endlessm.com/release/3.4.8/eos-amd64-amd64/fr/eos-eos3.4-amd64-amd64.181015-164037.fr.iso
+
+ Endless-OS-3-4-\d+-fr$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Indonesian
+ Endless OS Indonesian
+ Endless OS Endonezce
+ Endless OS indonésio
+ Endless OS (indonezyjski)
+ Endless OS (indonesiano)
+ Endless OS Indonesian
+ Endless OS Indonésien
+
+
+
+ https://images-dl.endlessm.com/release/3.4.8/eos-amd64-amd64/id/eos-eos3.4-amd64-amd64.181015-171141.id.iso
+
+ Endless-OS-3-4-\d+-id$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Portuguese (Brazil)
+ Endless OS Portuguese (Бразилія)
+ Endless OS Portekizce (Brezilya)
+ Endless OS português (Brasil)
+ Endless OS (brazylijski portugalski)
+ Endless OS (portoghese, Brasile)
+ Endless OS Portugis (Brasil)
+ Endless OS Portugais (Brésil)
+
+
+
+ https://images-dl.endlessm.com/release/3.4.8/eos-amd64-amd64/pt_BR/eos-eos3.4-amd64-amd64.181015-145455.pt_BR.iso
+
+ Endless-OS-3-4-\d+-pt_BR$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Thai
+ Endless OS Thai
+ Endless OS Tayca
+ Endless OS tailandês
+ Endless OS (tajski)
+ Endless OS (tailandese)
+ Endless OS Thai
+ Endless OS Thaï
+
+
+
+ https://images-dl.endlessm.com/release/3.4.8/eos-amd64-amd64/th/eos-eos3.4-amd64-amd64.181015-145649.th.iso
+
+ Endless-OS-3-4-\d+-th$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Vietnamese
+ Endless OS Vietnamese
+ Endless OS Vietnamca
+ Endless OS vietnamita
+ Endless OS (wietnamski)
+ Endless OS (vietnamita)
+ Endless OS Vietnam
+ Endless OS Vietnamien
+
+
+
+ https://images-dl.endlessm.com/release/3.4.8/eos-amd64-amd64/vi/eos-eos3.4-amd64-amd64.181015-161704.vi.iso
+
+ Endless-OS-3-4-\d+-vi$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Arabic
+ Endless OS Arabic
+ Endless OS Arapça
+ Endless OS árabe
+ Endless OS (arabski)
+ Endless OS (arabo)
+ Endless OS Arab
+ Endless OS Arabe
+
+
+
+
+ Endless-OS-3-4-\d+-ar$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Bangla
+ Endless OS Bangla
+ Endless OS Bengalce
+ Endless OS bengali
+ Endless OS (bengalski)
+ Endless OS (bengalese)
+ Endless OS Bangla
+ Endless OS Bangla
+
+
+
+
+ Endless-OS-3-4-\d+-bn$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish (Guatemala)
+ Endless OS Spanish (Гватемала)
+ Endless OS İspanyolca (Guatemala)
+ Endless OS espanhol (Guatemala)
+ Endless OS (hiszpański, Gwatemala)
+ Endless OS (spagnolo, Guatemala)
+ Endless OS Spanyol (Guatemala)
+ Endless OS Espagnol (Guatemala)
+
+
+
+
+ Endless-OS-3-4-\d+-es_GT$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish (Mexico)
+ Endless OS Spanish (Мексика)
+ Endless OS İspanyolca (Meksika)
+ Endless OS espanhol (México)
+ Endless OS (hiszpański, Meksyk)
+ Endless OS (spagnolo, Messico)
+ Endless OS Spanyol (Meksiko)
+ Endless OS Espagnol (Mexique)
+
+
+
+
+ Endless-OS-3-4-\d+-es_MX$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Chinese (China)
+ Endless OS Chinese (Китай)
+ Endless OS Çince (Çin)
+ Endless OS chinês (China)
+ Endless OS (chiński, Chiny)
+ Endless OS (cinese, Cina)
+ Endless OS Cina (Cina)
+ Endless OS Chinois (Chine)
+
+
+
+
+ Endless-OS-3-4-\d+-zh_CN$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS (other)
+ Endless OS (інша)
+ Endless OS (diğer)
+ Endless OS (outro)
+ Endless OS (inne)
+ Endless OS (altro)
+ Endless OS (lainnya)
+ Endless OS (autres)
+
+
+
+
+ \D+-3-4-\d+
+ ENDLESS COMPUTERS
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 2147483648
+ 42949672960
+
+
+
+
+ eos3.5
+ Endless OS 3.5
+ Endless OS 3.5
+ Endless OS 3.5
+ Endless OS 3.5
+ Endless OS 3.5
+ Endless OS 3.5
+ Endless OS 3.5
+ Endless OS 3.5
+ 3.5
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ linux
+ eos
+
+
+ 2018-11-09
+ 2019-06-11
+
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Básico
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basique
+
+
+
+ https://images-dl.endlessm.com/release/3.5.8/eos-amd64-amd64/base/eos-eos3.5-amd64-amd64.190408-205334.base.iso
+
+ Endless-OS-3-5-\d+-base$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS English
+ Endless OS English
+ Endless OS İngilizce
+ Endless OS inglês
+ Endless OS (angielski)
+ Endless OS (inglese)
+ Endless OS Inggris
+ Endless OS Anglais
+
+
+
+ https://images-dl.endlessm.com/release/3.5.8/eos-amd64-amd64/en/eos-eos3.5-amd64-amd64.190408-212651.en.iso
+
+ Endless-OS-3-5-\d+-en$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish
+ Endless OS Spanish
+ Endless OS İspanyolca
+ Endless OS espanhol
+ Endless OS (hiszpański)
+ Endless OS (spagnolo)
+ Endless OS Spanyol
+ Endless OS Espagnol
+
+
+
+ https://images-dl.endlessm.com/release/3.5.8/eos-amd64-amd64/es/eos-eos3.5-amd64-amd64.190408-213733.es.iso
+
+ Endless-OS-3-5-\d+-es$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS French
+ Endless OS French
+ Endless OS Fransızca
+ Endless OS francês
+ Endless OS (francuski)
+ Endless OS (francese)
+ Endless OS Perancis
+ Endless OS Français
+
+
+
+ https://images-dl.endlessm.com/release/3.5.8/eos-amd64-amd64/fr/eos-eos3.5-amd64-amd64.190408-215550.fr.iso
+
+ Endless-OS-3-5-\d+-fr$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Indonesian
+ Endless OS Indonesian
+ Endless OS Endonezce
+ Endless OS indonésio
+ Endless OS (indonezyjski)
+ Endless OS (indonesiano)
+ Endless OS Indonesian
+ Endless OS Indonésien
+
+
+
+ https://images-dl.endlessm.com/release/3.5.8/eos-amd64-amd64/id/eos-eos3.5-amd64-amd64.190408-222523.id.iso
+
+ Endless-OS-3-5-\d+-id$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Portuguese (Brazil)
+ Endless OS Portuguese (Бразилія)
+ Endless OS Portekizce (Brezilya)
+ Endless OS português (Brasil)
+ Endless OS (brazylijski portugalski)
+ Endless OS (portoghese, Brasile)
+ Endless OS Portugis (Brasil)
+ Endless OS Portugais (Brésil)
+
+
+
+ https://images-dl.endlessm.com/release/3.5.8/eos-amd64-amd64/pt_BR/eos-eos3.5-amd64-amd64.190409-000505.pt_BR.iso
+
+ Endless-OS-3-5-\d+-pt_BR$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Thai
+ Endless OS Thai
+ Endless OS Tayca
+ Endless OS tailandês
+ Endless OS (tajski)
+ Endless OS (tailandese)
+ Endless OS Thai
+ Endless OS Thaï
+
+
+
+ https://images-dl.endlessm.com/release/3.5.8/eos-amd64-amd64/th/eos-eos3.5-amd64-amd64.190408-230211.th.iso
+
+ Endless-OS-3-5-\d+-th$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Vietnamese
+ Endless OS Vietnamese
+ Endless OS Vietnamca
+ Endless OS vietnamita
+ Endless OS (wietnamski)
+ Endless OS (vietnamita)
+ Endless OS Vietnam
+ Endless OS Vietnamien
+
+
+
+ https://images-dl.endlessm.com/release/3.5.8/eos-amd64-amd64/vi/eos-eos3.5-amd64-amd64.190408-230353.vi.iso
+
+ Endless-OS-3-5-\d+-vi$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS (other)
+ Endless OS (інша)
+ Endless OS (diğer)
+ Endless OS (outro)
+ Endless OS (inne)
+ Endless OS (altro)
+ Endless OS (lainnya)
+ Endless OS (autres)
+
+
+
+
+ \D+-3-5-\d+
+ ENDLESS COMPUTERS
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 2147483648
+ 42949672960
+
+
+
+
+ eos3.6
+ Endless OS 3.6
+ Endless OS 3.6
+ Endless OS 3.6
+ Endless OS 3.6
+ Endless OS 3.6
+ Endless OS 3.6
+ Endless OS 3.6
+ Endless OS 3.6
+ 3.6
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ linux
+ eos
+
+
+ 2019-06-11
+ 2019-10-24
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Básico
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basique
+
+
+
+ https://images-dl.endlessm.com/release/3.6.4/eos-amd64-amd64/base/eos-eos3.6-amd64-amd64.190925-180324.base.iso
+
+ Endless-OS-3-6-\d+-base$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS English
+ Endless OS English
+ Endless OS İngilizce
+ Endless OS inglês
+ Endless OS (angielski)
+ Endless OS (inglese)
+ Endless OS Inggris
+ Endless OS Anglais
+
+
+
+ https://images-dl.endlessm.com/release/3.6.4/eos-amd64-amd64/en/eos-eos3.6-amd64-amd64.190925-180325.en.iso
+
+ Endless-OS-3-6-\d+-en$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish
+ Endless OS Spanish
+ Endless OS İspanyolca
+ Endless OS espanhol
+ Endless OS (hiszpański)
+ Endless OS (spagnolo)
+ Endless OS Spanyol
+ Endless OS Espagnol
+
+
+
+ https://images-dl.endlessm.com/release/3.6.4/eos-amd64-amd64/es/eos-eos3.6-amd64-amd64.190925-191507.es.iso
+
+ Endless-OS-3-6-\d+-es$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS French
+ Endless OS French
+ Endless OS Fransızca
+ Endless OS francês
+ Endless OS (francuski)
+ Endless OS (francese)
+ Endless OS Perancis
+ Endless OS Français
+
+
+
+ https://images-dl.endlessm.com/release/3.6.4/eos-amd64-amd64/fr/eos-eos3.6-amd64-amd64.190925-194217.fr.iso
+
+ Endless-OS-3-6-\d+-fr$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Indonesian
+ Endless OS Indonesian
+ Endless OS Endonezce
+ Endless OS indonésio
+ Endless OS (indonezyjski)
+ Endless OS (indonesiano)
+ Endless OS Indonesian
+ Endless OS Indonésien
+
+
+
+ https://images-dl.endlessm.com/release/3.6.4/eos-amd64-amd64/id/eos-eos3.6-amd64-amd64.190925-203428.id.iso
+
+ Endless-OS-3-6-\d+-id$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Portuguese (Brazil)
+ Endless OS Portuguese (Бразилія)
+ Endless OS Portekizce (Brezilya)
+ Endless OS português (Brasil)
+ Endless OS (brazylijski portugalski)
+ Endless OS (portoghese, Brasile)
+ Endless OS Portugis (Brasil)
+ Endless OS Portugais (Brésil)
+
+
+
+ https://images-dl.endlessm.com/release/3.6.4/eos-amd64-amd64/pt_BR/eos-eos3.6-amd64-amd64.190925-205818.pt_BR.iso
+
+ Endless-OS-3-6-\d+-pt_BR$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Thai
+ Endless OS Thai
+ Endless OS Tayca
+ Endless OS tailandês
+ Endless OS (tajski)
+ Endless OS (tailandese)
+ Endless OS Thai
+ Endless OS Thaï
+
+
+
+ https://images-dl.endlessm.com/release/3.6.4/eos-amd64-amd64/th/eos-eos3.6-amd64-amd64.190925-210851.th.iso
+
+ Endless-OS-3-6-\d+-th$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Vietnamese
+ Endless OS Vietnamese
+ Endless OS Vietnamca
+ Endless OS vietnamita
+ Endless OS (wietnamski)
+ Endless OS (vietnamita)
+ Endless OS Vietnam
+ Endless OS Vietnamien
+
+
+
+ https://images-dl.endlessm.com/release/3.6.4/eos-amd64-amd64/vi/eos-eos3.6-amd64-amd64.190925-210852.vi.iso
+
+ Endless-OS-3-6-\d+-vi$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS (other)
+ Endless OS (інша)
+ Endless OS (diğer)
+ Endless OS (outro)
+ Endless OS (inne)
+ Endless OS (altro)
+ Endless OS (lainnya)
+ Endless OS (autres)
+
+
+
+
+ \D+-3-6-\d+
+ ENDLESS COMPUTERS
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 2147483648
+ 42949672960
+
+
+
+
+ eos3.7
+ Endless OS 3.7
+ Endless OS 3.7
+ Endless OS 3.7
+ Endless OS 3.7
+ Endless OS 3.7
+ Endless OS 3.7
+ Endless OS 3.7
+ Endless OS 3.7
+ 3.7
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ Endless Mobile, Inc
+ linux
+ eos
+
+
+ 2019-10-24
+ 2020-04-28
+
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Básico
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basique
+
+
+
+ https://images-dl.endlessm.com/release/3.7.8/eos-amd64-amd64/base/eos-eos3.7-amd64-amd64.200310-013107.base.iso
+
+ Endless-OS-3-7-\d+-base$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS English
+ Endless OS English
+ Endless OS İngilizce
+ Endless OS inglês
+ Endless OS (angielski)
+ Endless OS (inglese)
+ Endless OS Inggris
+ Endless OS Anglais
+
+
+
+ https://images-dl.endlessm.com/release/3.7.8/eos-amd64-amd64/en/eos-eos3.7-amd64-amd64.200310-014325.en.iso
+
+ Endless-OS-3-7-\d+-en$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish
+ Endless OS Spanish
+ Endless OS İspanyolca
+ Endless OS espanhol
+ Endless OS (hiszpański)
+ Endless OS (spagnolo)
+ Endless OS Spanyol
+ Endless OS Espagnol
+
+
+
+ https://images-dl.endlessm.com/release/3.7.8/eos-amd64-amd64/es/eos-eos3.7-amd64-amd64.200310-020856.es.iso
+
+ Endless-OS-3-7-\d+-es$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS French
+ Endless OS French
+ Endless OS Fransızca
+ Endless OS francês
+ Endless OS (francuski)
+ Endless OS (francese)
+ Endless OS Perancis
+ Endless OS Français
+
+
+
+ https://images-dl.endlessm.com/release/3.7.8/eos-amd64-amd64/fr/eos-eos3.7-amd64-amd64.200310-021303.fr.iso
+
+ Endless-OS-3-7-\d+-fr$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Indonesian
+ Endless OS Indonesian
+ Endless OS Endonezce
+ Endless OS indonésio
+ Endless OS (indonezyjski)
+ Endless OS (indonesiano)
+ Endless OS Indonesian
+ Endless OS Indonésien
+
+
+
+ https://images-dl.endlessm.com/release/3.7.8/eos-amd64-amd64/id/eos-eos3.7-amd64-amd64.200310-025014.id.iso
+
+ Endless-OS-3-7-\d+-id$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Portuguese (Brazil)
+ Endless OS Portuguese (Бразилія)
+ Endless OS Portekizce (Brezilya)
+ Endless OS português (Brasil)
+ Endless OS (brazylijski portugalski)
+ Endless OS (portoghese, Brasile)
+ Endless OS Portugis (Brasil)
+ Endless OS Portugais (Brésil)
+
+
+
+ https://images-dl.endlessm.com/release/3.7.8/eos-amd64-amd64/pt_BR/eos-eos3.7-amd64-amd64.200310-030304.pt_BR.iso
+
+ Endless-OS-3-7-\d+-pt_BR$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Thai
+ Endless OS Thai
+ Endless OS Tayca
+ Endless OS tailandês
+ Endless OS (tajski)
+ Endless OS (tailandese)
+ Endless OS Thai
+ Endless OS Thaï
+
+
+
+ https://images-dl.endlessm.com/release/3.7.8/eos-amd64-amd64/th/eos-eos3.7-amd64-amd64.200310-033929.th.iso
+
+ Endless-OS-3-7-\d+-th$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Vietnamese
+ Endless OS Vietnamese
+ Endless OS Vietnamca
+ Endless OS vietnamita
+ Endless OS (wietnamski)
+ Endless OS (vietnamita)
+ Endless OS Vietnam
+ Endless OS Vietnamien
+
+
+
+ https://images-dl.endlessm.com/release/3.7.8/eos-amd64-amd64/vi/eos-eos3.7-amd64-amd64.200310-034956.vi.iso
+
+ Endless-OS-3-7-\d+-vi$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish (Guatemala)
+ Endless OS Spanish (Гватемала)
+ Endless OS İspanyolca (Guatemala)
+ Endless OS espanhol (Guatemala)
+ Endless OS (hiszpański, Gwatemala)
+ Endless OS (spagnolo, Guatemala)
+ Endless OS Spanyol (Guatemala)
+ Endless OS Espagnol (Guatemala)
+
+
+
+
+ Endless-OS-3-7-\d+-es_GT$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS (other)
+ Endless OS (інша)
+ Endless OS (diğer)
+ Endless OS (outro)
+ Endless OS (inne)
+ Endless OS (altro)
+ Endless OS (lainnya)
+ Endless OS (autres)
+
+
+
+
+ \D+-3-7-\d+
+ ENDLESS COMPUTERS
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 2147483648
+ 42949672960
+
+
+
+
+ eos3.8
+ Endless OS 3.8
+ Endless OS 3.8
+ Endless OS 3.8
+ Endless OS 3.8
+ Endless OS 3.8
+ Endless OS 3.8
+ Endless OS 3.8
+ Endless OS 3.8
+ 3.8
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ linux
+ eos
+
+
+ 2020-04-28
+ 2020-11-09
+
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Básico
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basique
+
+
+
+ https://images-dl.endlessm.com/release/3.8.7/eos-amd64-amd64/base/eos-eos3.8-amd64-amd64.201005-194955.base.iso
+
+ Endless-OS-3-8-\d+-base$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS English
+ Endless OS English
+ Endless OS İngilizce
+ Endless OS inglês
+ Endless OS (angielski)
+ Endless OS (inglese)
+ Endless OS Inggris
+ Endless OS Anglais
+
+
+
+ https://images-dl.endlessm.com/release/3.8.7/eos-amd64-amd64/en/eos-eos3.8-amd64-amd64.201005-173603.en.iso
+
+ Endless-OS-3-8-\d+-en$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Spanish
+ Endless OS Spanish
+ Endless OS İspanyolca
+ Endless OS espanhol
+ Endless OS (hiszpański)
+ Endless OS (spagnolo)
+ Endless OS Spanyol
+ Endless OS Espagnol
+
+
+
+ https://images-dl.endlessm.com/release/3.8.7/eos-amd64-amd64/es/eos-eos3.8-amd64-amd64.201005-180533.es.iso
+
+ Endless-OS-3-8-\d+-es$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS French
+ Endless OS French
+ Endless OS Fransızca
+ Endless OS francês
+ Endless OS (francuski)
+ Endless OS (francese)
+ Endless OS Perancis
+ Endless OS Français
+
+
+
+ https://images-dl.endlessm.com/release/3.8.7/eos-amd64-amd64/fr/eos-eos3.8-amd64-amd64.201005-181236.fr.iso
+
+ Endless-OS-3-8-\d+-fr$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Portuguese (Brazil)
+ Endless OS Portuguese (Бразилія)
+ Endless OS Portekizce (Brezilya)
+ Endless OS português (Brasil)
+ Endless OS (brazylijski portugalski)
+ Endless OS (portoghese, Brasile)
+ Endless OS Portugis (Brasil)
+ Endless OS Portugais (Brésil)
+
+
+
+ https://images-dl.endlessm.com/release/3.8.7/eos-amd64-amd64/pt_BR/eos-eos3.8-amd64-amd64.201005-183542.pt_BR.iso
+
+ Endless-OS-3-8-\d+-pt_BR$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Indonesian
+ Endless OS Indonesian
+ Endless OS Endonezce
+ Endless OS indonésio
+ Endless OS (indonezyjski)
+ Endless OS (indonesiano)
+ Endless OS Indonesian
+ Endless OS Indonésien
+
+
+
+
+ Endless-OS-3-8-\d+-id$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Thai
+ Endless OS Thai
+ Endless OS Tayca
+ Endless OS tailandês
+ Endless OS (tajski)
+ Endless OS (tailandese)
+ Endless OS Thai
+ Endless OS Thaï
+
+
+
+
+ Endless-OS-3-8-\d+-th$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS Vietnamese
+ Endless OS Vietnamese
+ Endless OS Vietnamca
+ Endless OS vietnamita
+ Endless OS (wietnamski)
+ Endless OS (vietnamita)
+ Endless OS Vietnam
+ Endless OS Vietnamien
+
+
+
+
+ Endless-OS-3-8-\d+-vi$
+ ENDLESS COMPUTERS
+
+
+
+ Endless OS (other)
+ Endless OS (інша)
+ Endless OS (diğer)
+ Endless OS (outro)
+ Endless OS (inne)
+ Endless OS (altro)
+ Endless OS (lainnya)
+ Endless OS (autres)
+
+
+
+
+ \D+-3-8-\d+
+ ENDLESS COMPUTERS
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 2147483648
+ 42949672960
+
+
+
+
+ eos3.9
+ Endless OS 3.9
+ Endless OS 3.9
+ Endless OS 3.9
+ Endless OS 3.9
+ Endless OS 3.9
+ Endless OS 3.9
+ Endless OS 3.9
+ Endless OS 3.9
+ 3.9
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ Endless OS Foundation LLC
+ linux
+ eos
+
+
+ 2020-11-09
+
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Básico
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basic
+ Endless OS Basique
+
+
+
+ https://images-dl.endlessm.com/release/3.9.3/eos-amd64-amd64/base/eos-eos3.9-amd64-amd64.210219-011139.base.iso
+
+ Endless-OS-3-9-\d+-base$
+ ENDLESS OS FOUNDATION LLC
+
+
+
+ Endless OS English
+ Endless OS English
+ Endless OS İngilizce
+ Endless OS inglês
+ Endless OS (angielski)
+ Endless OS (inglese)
+ Endless OS Inggris
+ Endless OS Anglais
+
+
+
+ https://images-dl.endlessm.com/release/3.9.3/eos-amd64-amd64/en/eos-eos3.9-amd64-amd64.210219-011337.en.iso
+
+ Endless-OS-3-9-\d+-en$
+ ENDLESS OS FOUNDATION LLC
+
+
+
+ Endless OS Spanish
+ Endless OS Spanish
+ Endless OS İspanyolca
+ Endless OS espanhol
+ Endless OS (hiszpański)
+ Endless OS (spagnolo)
+ Endless OS Spanyol
+ Endless OS Espagnol
+
+
+
+ https://images-dl.endlessm.com/release/3.9.3/eos-amd64-amd64/es/eos-eos3.9-amd64-amd64.210219-011934.es.iso
+
+ Endless-OS-3-9-\d+-es$
+ ENDLESS OS FOUNDATION LLC
+
+
+
+ Endless OS French
+ Endless OS French
+ Endless OS Fransızca
+ Endless OS francês
+ Endless OS (francuski)
+ Endless OS (francese)
+ Endless OS Perancis
+ Endless OS Français
+
+
+
+ https://images-dl.endlessm.com/release/3.9.3/eos-amd64-amd64/fr/eos-eos3.9-amd64-amd64.210219-012825.fr.iso
+
+ Endless-OS-3-9-\d+-fr$
+ ENDLESS OS FOUNDATION LLC
+
+
+
+ Endless OS Portuguese (Brazil)
+ Endless OS Portuguese (Бразилія)
+ Endless OS Portekizce (Brezilya)
+ Endless OS português (Brasil)
+ Endless OS (brazylijski portugalski)
+ Endless OS (portoghese, Brasile)
+ Endless OS Portugis (Brasil)
+ Endless OS Portugais (Brésil)
+
+
+
+ https://images-dl.endlessm.com/release/3.9.3/eos-amd64-amd64/pt_BR/eos-eos3.9-amd64-amd64.210219-020258.pt_BR.iso
+
+ Endless-OS-3-9-\d+-pt_BR$
+ ENDLESS OS FOUNDATION LLC
+
+
+
+ Endless OS (other)
+ Endless OS (інша)
+ Endless OS (diğer)
+ Endless OS (outro)
+ Endless OS (inne)
+ Endless OS (altro)
+ Endless OS (lainnya)
+ Endless OS (autres)
+
+
+
+
+ \D+-3-9-\d+
+ ENDLESS OS FOUNDATION LLC
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 2147483648
+ 42949672960
+
+
+
+
+ fedora-coreos-next
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Next
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+ rolling
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ fedora-coreos-stable
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Stable
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+ rolling
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ fedora-coreos-testing
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Fedora CoreOS
+ Testing
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+ rolling
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ fedora10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ Fedora 10
+ 10
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Cambridge
+
+
+ 2008-11-25
+ 2009-12-17
+
+
+
+
+
+
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/i386/iso/Fedora-10-i386-DVD.iso
+
+ Fedora 10 i386 DVD
+ LINUX
+ 3662573568
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/i386/iso/Fedora-10-i386-disc1.iso
+
+ Fedora 10 i386 Disc 1
+ LINUX
+ 720508928
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/i386/iso/Fedora-10-i386-disc2.iso
+
+ Fedora 10 i386 Disc 2
+ LINUX
+ 706545664
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/i386/iso/Fedora-10-i386-disc3.iso
+
+ Fedora 10 i386 Disc 3
+ LINUX
+ 708554752
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/i386/iso/Fedora-10-i386-disc4.iso
+
+ Fedora 10 i386 Disc 4
+ LINUX
+ 724043776
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/i386/iso/Fedora-10-i386-disc5.iso
+
+ Fedora 10 i386 Disc 5
+ LINUX
+ 720308224
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/i386/iso/Fedora-10-i386-disc6.iso
+
+ Fedora 10 i386 Disc 6
+ LINUX
+ 83990528
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/x86_64/iso/Fedora-10-x86_64-DVD.iso
+
+ Fedora 10 x86_64 DVD
+ LINUX
+ 4172283904
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/x86_64/iso/Fedora-10-x86_64-disc1.iso
+
+ Fedora 10 x86_64 Disc 1
+ LINUX
+ 721672192
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/x86_64/iso/Fedora-10-x86_64-disc2.iso
+
+ Fedora 10 x86_64 Disc 2
+ LINUX
+ 723263488
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/x86_64/iso/Fedora-10-x86_64-disc3.iso
+
+ Fedora 10 x86_64 Disc 3
+ LINUX
+ 721778688
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/x86_64/iso/Fedora-10-x86_64-disc4.iso
+
+ Fedora 10 x86_64 Disc 4
+ LINUX
+ 721303552
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/x86_64/iso/Fedora-10-x86_64-disc5.iso
+
+ Fedora 10 x86_64 Disc 5
+ LINUX
+ 724482048
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/x86_64/iso/Fedora-10-x86_64-disc6.iso
+
+ Fedora 10 x86_64 Disc 6
+ LINUX
+ 560422912
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/ppc/iso/Fedora-10-ppc-DVD.iso
+
+ Fedora 10 ppc DVD
+ PPC|LINUX
+ 4497768448
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/ppc/iso/Fedora-10-ppc-disc1.iso
+
+ Fedora 10 ppc Disc 1
+ PPC|LINUX
+ 729636864
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/ppc/iso/Fedora-10-ppc-disc2.iso
+
+ Fedora 10 ppc Disc 2
+ PPC|LINUX
+ 708579328
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/ppc/iso/Fedora-10-ppc-disc3.iso
+
+ Fedora 10 ppc Disc 3
+ PPC|LINUX
+ 714471424
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/ppc/iso/Fedora-10-ppc-disc4.iso
+
+ Fedora 10 ppc Disc 4
+ PPC|LINUX
+ 687958016
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/ppc/iso/Fedora-10-ppc-disc5.iso
+
+ Fedora 10 ppc Disc 5
+ PPC|LINUX
+ 716013568
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/ppc/iso/Fedora-10-ppc-disc6.iso
+
+ Fedora 10 ppc Disc 6
+ PPC|LINUX
+ 716664832
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/ppc/iso/Fedora-10-ppc-disc7.iso
+
+ Fedora 10 ppc Disc 7
+ PPC|LINUX
+ 94961664
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Live/i686/F10-i686-Live.iso
+
+ F10-i686-Live
+ LINUX
+ 714407936
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Live/i686/F10-i686-Live-KDE.iso
+
+ F10-i686-Live-KDE
+ LINUX
+ 711905280
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Live/x86_64/F10-x86_64-Live.iso
+
+ F10-x86_64-Live
+ LINUX
+ 717281280
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Live/x86_64/F10-x86_64-Live-KDE.iso
+
+ F10-x86_64-Live-KDE
+ LINUX
+ 717221888
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/i386/os/
+
+ Fedora
+ 10
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/x86_64/os/
+
+ Fedora
+ 10
+ x86_64
+
+
+
+
+
+
+
+ fedora11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ Fedora 11
+ 11
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Leonidas
+
+
+ 2009-06-09
+ 2010-06-25
+
+
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-DVD.iso
+
+ Fedora 11 i386 DVD
+ LINUX
+ 3683829760
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-disc1.iso
+
+ Fedora 11 i386 Disc 1
+ LINUX
+ 727830528
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-disc2.iso
+
+ Fedora 11 i386 Disc 2
+ LINUX
+ 724916224
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-disc3.iso
+
+ Fedora 11 i386 Disc 3
+ LINUX
+ 721659904
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-disc4.iso
+
+ Fedora 11 i386 Disc 4
+ LINUX
+ 728756224
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-disc5.iso
+
+ Fedora 11 i386 Disc 5
+ LINUX
+ 717754368
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-disc6.iso
+
+ Fedora 11 i386 Disc 6
+ LINUX
+ 64604160
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/x86_64/iso/Fedora-11-x86_64-DVD.iso
+
+ Fedora 11 x86_64 DVD
+ LINUX
+ 4268124160
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/x86_64/iso/Fedora-11-x86_64-disc1.iso
+
+ Fedora 11 x86_64 Disc 1
+ LINUX
+ 726374400
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/x86_64/iso/Fedora-11-x86_64-disc2.iso
+
+ Fedora 11 x86_64 Disc 2
+ LINUX
+ 725426176
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/x86_64/iso/Fedora-11-x86_64-disc3.iso
+
+ Fedora 11 x86_64 Disc 3
+ LINUX
+ 727185408
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/x86_64/iso/Fedora-11-x86_64-disc4.iso
+
+ Fedora 11 x86_64 Disc 4
+ LINUX
+ 724492288
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/x86_64/iso/Fedora-11-x86_64-disc5.iso
+
+ Fedora 11 x86_64 Disc 5
+ LINUX
+ 724090880
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/x86_64/iso/Fedora-11-x86_64-disc6.iso
+
+ Fedora 11 x86_64 Disc 6
+ LINUX
+ 641380352
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/ppc/iso/Fedora-11-ppc-DVD.iso
+
+ Fedora 11 ppc DVD
+ PPC|LINUX
+ 4606894080
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/ppc/iso/Fedora-11-ppc-disc1.iso
+
+ Fedora 11 ppc Disc 1
+ PPC|LINUX
+ 725729280
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/ppc/iso/Fedora-11-ppc-disc2.iso
+
+ Fedora 11 ppc Disc 2
+ PPC|LINUX
+ 719245312
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/ppc/iso/Fedora-11-ppc-disc3.iso
+
+ Fedora 11 ppc Disc 3
+ PPC|LINUX
+ 726794240
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/ppc/iso/Fedora-11-ppc-disc4.iso
+
+ Fedora 11 ppc Disc 4
+ PPC|LINUX
+ 722802688
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/ppc/iso/Fedora-11-ppc-disc5.iso
+
+ Fedora 11 ppc Disc 5
+ PPC|LINUX
+ 708642816
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/ppc/iso/Fedora-11-ppc-disc6.iso
+
+ Fedora 11 ppc Disc 6
+ PPC|LINUX
+ 719030272
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/ppc/iso/Fedora-11-ppc-disc7.iso
+
+ Fedora 11 ppc Disc 7
+ PPC|LINUX
+ 182509568
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Live/i686/Fedora-11-i686-Live.iso
+
+ Fedora-11-i686-Live
+ LINUX
+ 721569792
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Live/i686/Fedora-11-i686-Live-KDE.iso
+
+ Fedora-11-i686-Live-KDE
+ LINUX
+ 719276032
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Live/x86_64/Fedora-11-x86_64-Live.iso
+
+ Fedora-11-x86_64-Live
+ LINUX
+ 724097024
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Live/x86_64/Fedora-11-x86_64-Live-KDE.iso
+
+ Fedora-11-x86_64-Live-KDE
+ LINUX
+ 727095296
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/i386/os/
+
+ Fedora
+ 11
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/11/Fedora/x86_64/os/
+
+ Fedora
+ 11
+ x86_64
+
+
+
+
+
+ Fedora
+ 11
+
+
+
+
+
+
+
+ fedora12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ Fedora 12
+ 12
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Constantine
+
+
+ 2009-11-17
+ 2010-12-02
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/i386/iso/Fedora-12-i386-DVD.iso
+
+ Fedora 12 i386 DVD
+ LINUX
+ 3204427776
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/i386/iso/Fedora-12-i386-disc1.iso
+
+ Fedora 12 i386 Disc 1
+ LINUX
+ 724697088
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/i386/iso/Fedora-12-i386-disc2.iso
+
+ Fedora 12 i386 Disc 2
+ LINUX
+ 728029184
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/i386/iso/Fedora-12-i386-disc3.iso
+
+ Fedora 12 i386 Disc 3
+ LINUX
+ 726962176
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/i386/iso/Fedora-12-i386-disc4.iso
+
+ Fedora 12 i386 Disc 4
+ LINUX
+ 722438144
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/i386/iso/Fedora-12-i386-disc5.iso
+
+ Fedora 12 i386 Disc 5
+ LINUX
+ 303261696
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/x86_64/iso/Fedora-12-x86_64-DVD.iso
+
+ Fedora 12 x86_64 DVD
+ LINUX
+ 3537600512
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/x86_64/iso/Fedora-12-x86_64-disc1.iso
+
+ Fedora 12 x86_64 Disc 1
+ LINUX
+ 727363584
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/x86_64/iso/Fedora-12-x86_64-disc2.iso
+
+ Fedora 12 x86_64 Disc 2
+ LINUX
+ 719775744
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/x86_64/iso/Fedora-12-x86_64-disc3.iso
+
+ Fedora 12 x86_64 Disc 3
+ LINUX
+ 726503424
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/x86_64/iso/Fedora-12-x86_64-disc4.iso
+
+ Fedora 12 x86_64 Disc 4
+ LINUX
+ 727928832
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/x86_64/iso/Fedora-12-x86_64-disc5.iso
+
+ Fedora 12 x86_64 Disc 5
+ LINUX
+ 636233728
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/ppc/iso/Fedora-12-ppc-DVD.iso
+
+ Fedora 12 ppc DVD
+ PPC|LINUX
+ 3738935296
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/ppc/iso/Fedora-12-ppc-disc1.iso
+
+ Fedora 12 ppc Disc 1
+ PPC|LINUX
+ 729341952
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/ppc/iso/Fedora-12-ppc-disc2.iso
+
+ Fedora 12 ppc Disc 2
+ PPC|LINUX
+ 728432640
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/ppc/iso/Fedora-12-ppc-disc3.iso
+
+ Fedora 12 ppc Disc 3
+ PPC|LINUX
+ 726351872
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/ppc/iso/Fedora-12-ppc-disc4.iso
+
+ Fedora 12 ppc Disc 4
+ PPC|LINUX
+ 726714368
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/ppc/iso/Fedora-12-ppc-disc5.iso
+
+ Fedora 12 ppc Disc 5
+ PPC|LINUX
+ 726775808
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/ppc/iso/Fedora-12-ppc-disc6.iso
+
+ Fedora 12 ppc Disc 6
+ PPC|LINUX
+ 16394240
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Live/i686/Fedora-12-i686-Live.iso
+
+ Fedora-12-i686-Live
+ LINUX
+ 685336576
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Live/i686/Fedora-12-i686-Live-KDE.iso
+
+ Fedora-12-i686-Live-KDE
+ LINUX
+ 713181184
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Live/x86_64/Fedora-12-x86_64-Live.iso
+
+ Fedora-12-x86_64-Live
+ LINUX
+ 687138816
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Live/x86_64/Fedora-12-x86_64-Live-KDE.iso
+
+ Fedora-12-x86_64-Live-KDE
+ LINUX
+ 717940736
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/i386/os/
+
+ Fedora
+ 12
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/x86_64/os/
+
+ Fedora
+ 12
+ x86_64
+
+
+
+
+
+ Fedora
+ 12
+
+
+
+
+
+
+
+ fedora13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ Fedora 13
+ 13
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Goddard
+
+
+ 2010-05-25
+ 2011-06-04
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/iso/Fedora-13-i386-DVD.iso
+
+ Fedora 13 i386 DVD
+ LINUX
+ 3277086720
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/iso/Fedora-13-i386-disc1.iso
+
+ Fedora 13 i386 Disc 1
+ LINUX
+ 726675456
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/iso/Fedora-13-i386-disc2.iso
+
+ Fedora 13 i386 Disc 2
+ LINUX
+ 724484096
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/iso/Fedora-13-i386-disc3.iso
+
+ Fedora 13 i386 Disc 3
+ LINUX
+ 722425856
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/iso/Fedora-13-i386-disc4.iso
+
+ Fedora 13 i386 Disc 4
+ LINUX
+ 718925824
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/iso/Fedora-13-i386-disc5.iso
+
+ Fedora 13 i386 Disc 5
+ LINUX
+ 386164736
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/x86_64/iso/Fedora-13-x86_64-DVD.iso
+
+ Fedora 13 x86_64 DVD
+ LINUX
+ 3630045184
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/x86_64/iso/Fedora-13-x86_64-disc1.iso
+
+ Fedora 13 x86_64 Disc 1
+ LINUX
+ 728256512
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/x86_64/iso/Fedora-13-x86_64-disc2.iso
+
+ Fedora 13 x86_64 Disc 2
+ LINUX
+ 728606720
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/x86_64/iso/Fedora-13-x86_64-disc3.iso
+
+ Fedora 13 x86_64 Disc 3
+ LINUX
+ 726992896
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/x86_64/iso/Fedora-13-x86_64-disc4.iso
+
+ Fedora 13 x86_64 Disc 4
+ LINUX
+ 723963904
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/x86_64/iso/Fedora-13-x86_64-disc5.iso
+
+ Fedora 13 x86_64 Disc 5
+ LINUX
+ 723660800
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Live/i686/Fedora-13-i686-Live.iso
+
+ Fedora-13-i686-Live
+ LINUX
+ 707715072
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Live/i686/Fedora-13-i686-Live-KDE.iso
+
+ Fedora-13-i686-Live-KDE
+ LINUX
+ 731193344
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Live/x86_64/Fedora-13-x86_64-Live.iso
+
+ Fedora-13-x86_64-Live
+ LINUX
+ 709580800
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Live/x86_64/Fedora-13-x86_64-Live-KDE.iso
+
+ Fedora-13-x86_64-Live-KDE
+ LINUX
+ 733466624
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/os/
+
+ Fedora
+ 13
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/x86_64/os/
+
+ Fedora
+ 13
+ x86_64
+
+
+
+
+
+ Fedora
+ 13
+
+
+
+
+
+
+
+ fedora14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ Fedora 14
+ 14
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Laughlin
+
+
+ 2010-11-02
+ 2011-12-09
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/i386/iso/Fedora-14-i386-DVD.iso
+
+ Fedora 14 i386 DVD
+ LINUX
+ 3561752576
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/i386/iso/Fedora-14-i386-disc1.iso
+
+ Fedora 14 i386 Disc 1
+ LINUX
+ 705503232
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/i386/iso/Fedora-14-i386-disc2.iso
+
+ Fedora 14 i386 Disc 2
+ LINUX
+ 728064000
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/i386/iso/Fedora-14-i386-disc3.iso
+
+ Fedora 14 i386 Disc 3
+ LINUX
+ 728426496
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/i386/iso/Fedora-14-i386-disc4.iso
+
+ Fedora 14 i386 Disc 4
+ LINUX
+ 728170496
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/i386/iso/Fedora-14-i386-disc5.iso
+
+ Fedora 14 i386 Disc 5
+ LINUX
+ 672913408
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/x86_64/iso/Fedora-14-x86_64-DVD.iso
+
+ Fedora 14 x86_64 DVD
+ LINUX
+ 3520802816
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/x86_64/iso/Fedora-14-x86_64-disc1.iso
+
+ Fedora 14 x86_64 Disc 1
+ LINUX
+ 726687744
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/x86_64/iso/Fedora-14-x86_64-disc2.iso
+
+ Fedora 14 x86_64 Disc 2
+ LINUX
+ 728717312
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/x86_64/iso/Fedora-14-x86_64-disc3.iso
+
+ Fedora 14 x86_64 Disc 3
+ LINUX
+ 723972096
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/x86_64/iso/Fedora-14-x86_64-disc4.iso
+
+ Fedora 14 x86_64 Disc 4
+ LINUX
+ 721358848
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/x86_64/iso/Fedora-14-x86_64-disc5.iso
+
+ Fedora 14 x86_64 Disc 5
+ LINUX
+ 621590528
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Live/i686/Fedora-14-i686-Live-Desktop.iso
+
+ Fedora-14-i686-Live-Desktop
+ LINUX
+ 718903296
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Live/i686/Fedora-14-i686-Live-KDE.iso
+
+ Fedora-14-i686-Live-KDE
+ LINUX
+ 718798848
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Live/x86_64/Fedora-14-x86_64-Live-Desktop.iso
+
+ Fedora-14-x86_64-Live-Desktop
+ LINUX
+ 719706112
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Live/x86_64/Fedora-14-x86_64-Live-KDE.iso
+
+ Fedora-14-x86_64-Live-KDE
+ LINUX
+ 719327232
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/i386/os/
+
+ Fedora
+ 14
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/14/Fedora/x86_64/os/
+
+ Fedora
+ 14
+ x86_64
+
+
+
+
+
+ Fedora
+ 14
+
+
+
+
+ 1
+ 402653184
+
+
+ 400000000
+ 536870912
+ 9663676416
+
+
+
+
+
+
+
+
+ fedora15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ Fedora 15
+ 15
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Lovelock
+
+
+ 2011-05-24
+ 2012-06-26
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedora/i386/iso/Fedora-15-i386-DVD.iso
+
+ Fedora 15 i386 DVD
+ LINUX
+ 3650455552
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedora/x86_64/iso/Fedora-15-x86_64-DVD.iso
+
+ Fedora 15 x86_64 DVD
+ LINUX
+ 3596310528
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/15/Live/i686/Fedora-15-i686-Live-Desktop.iso
+
+ Fedora-15-i686-Live-Desktop
+ LINUX
+ 592189440
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/15/Live/i686/Fedora-15-i686-Live-KDE.iso
+
+ Fedora-15-i686-Live-KDE
+ LINUX
+ 725118976
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/15/Live/x86_64/Fedora-15-x86_64-Live-Desktop.iso
+
+ Fedora-15-x86_64-Live-Desktop
+ LINUX
+ 593618944
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/15/Live/x86_64/Fedora-15-x86_64-Live-KDE.iso
+
+ Fedora-15-x86_64-Live-KDE
+ LINUX
+ 725055488
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedora/i386/os/
+
+ Fedora
+ 15
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedora/x86_64/os/
+
+ Fedora
+ 15
+ x86_64
+
+
+
+
+
+ Fedora
+ 15
+
+
+
+
+ 1
+ 671088640
+
+
+ 400000000
+ 1207959552
+ 9663676416
+
+
+
+
+
+
+
+
+ fedora16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ Fedora 16
+ 16
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Verne
+
+
+ 2011-11-08
+ 2013-02-12
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/16/Fedora/i386/iso/Fedora-16-i386-DVD.iso
+
+ Fedora 16 i386 DVD
+ LINUX
+ 3806375936
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/16/Fedora/x86_64/iso/Fedora-16-x86_64-DVD.iso
+
+ Fedora 16 x86_64 DVD
+ LINUX
+ 3756955648
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/16/Live/i686/Fedora-16-i686-Live-Desktop.iso
+
+ Fedora-16-i686-Live-Desktop
+ LINUX
+ 633985024
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/16/Live/i686/Fedora-16-i686-Live-KDE.iso
+
+ Fedora-16-i686-Live-KDE
+ LINUX
+ 730486784
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/16/Live/x86_64/Fedora-16-x86_64-Live-Desktop.iso
+
+ Fedora-16-x86_64-Live-Desktop
+ LINUX
+ 633040896
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/16/Live/x86_64/Fedora-16-x86_64-Live-KDE.iso
+
+ Fedora-16-x86_64-Live-KDE
+ LINUX
+ 728915968
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/16/Fedora/i386/os/
+
+ Fedora
+ 16
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/16/Fedora/x86_64/os/
+
+ Fedora
+ 16
+ x86_64
+
+
+
+
+
+ Fedora
+ 16
+
+
+
+
+ 1
+ 805306368
+
+
+ 400000000
+ 1207959552
+ 9663676416
+
+
+
+
+
+
+
+
+ fedora17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ Fedora 17
+ 17
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Beefy Miracle
+
+
+ 2012-05-29
+ 2013-07-30
+
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/i386/iso/Fedora-17-i386-DVD.iso
+
+ Fedora 17 i386
+ LINUX
+ 3911847936
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/iso/Fedora-17-x86_64-DVD.iso
+
+ Fedora 17 x86_64
+ LINUX
+ 3834099712
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Live/i686/Fedora-17-i686-Live-Desktop.iso
+
+ Fedora-17-i686-Live-Desktop
+ LINUX
+ 677355520
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Live/i686/Fedora-17-i686-Live-KDE.iso
+
+ Fedora-17-i686-Live-KDE
+ LINUX
+ 728510464
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Live/x86_64/Fedora-17-x86_64-Live-Desktop.iso
+
+ Fedora-17-x86_64-Live-Desktop
+ LINUX
+ 676110336
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Live/x86_64/Fedora-17-x86_64-Live-KDE.iso
+
+ Fedora-17-x86_64-Live-KDE
+ LINUX
+ 724793344
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/i386/os/
+
+ Fedora
+ 17
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/
+
+ Fedora
+ 17
+ x86_64
+
+
+
+
+
+ Fedora
+ 17
+
+
+
+
+ 1
+ 805306368
+
+
+ 400000000
+ 1207959552
+ 9663676416
+
+
+
+
+
+
+
+
+ fedora18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ Fedora 18
+ 18
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ The Spherical Cow
+
+
+ 2013-01-15
+ 2014-01-14
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/18/Fedora/i386/iso/Fedora-18-i386-DVD.iso
+
+ Fedora 18 i386
+ LINUX
+ 4687384576
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/18/Fedora/x86_64/iso/Fedora-18-x86_64-DVD.iso
+
+ Fedora 18 x86_64
+ LINUX
+ 4573151232
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/18/Live/i386/Fedora-18-i686-Live-Desktop.iso
+
+ Fedora-18-i686-Live-Desktop
+ LINUX
+ 931713024
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/18/Live/i386/Fedora-18-i686-Live-KDE.iso
+
+ Fedora-18-i686-Live-KDE
+ LINUX
+ 843427840
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/18/Live/x86_64/Fedora-18-x86_64-Live-Desktop.iso
+
+ Fedora-18-x86_64-Live-Desktop
+ LINUX
+ 959879168
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/18/Live/x86_64/Fedora-18-x86_64-Live-KDE.iso
+
+ Fedora-18-x86_64-Live-KDE
+ LINUX
+ 870789120
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/18/Fedora/i386/os/
+
+ Fedora
+ 18
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/18/Fedora/x86_64/os/
+
+ Fedora
+ 18
+ x86_64
+
+
+
+
+
+ Fedora
+ 18
+
+
+
+
+ 1
+ 805306368
+
+
+ 400000000
+ 1207959552
+ 9663676416
+
+
+
+
+
+
+
+
+ fedora19
+ Fedora 19
+ Fedora 19
+ Fedora 19
+ Fedora 19
+ Fedora 19
+ Fedora 19
+ Fedora 19
+ Fedora 19
+ Fedora 19
+ Fedora 19
+ Fedora 19
+ Fedora 19
+ 19
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Schrödinger's Cat
+
+
+ 2013-07-02
+ 2015-01-06
+
+
+
+
+
+
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Fedora/i386/iso/Fedora-19-i386-DVD.iso
+
+ Fedora 19 i386
+ LINUX
+ 4518858752
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Fedora/i386/iso/Fedora-19-i386-netinst.iso
+
+ Fedora 19 i386
+ LINUX
+ 370006016
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Fedora/x86_64/iso/Fedora-19-x86_64-DVD.iso
+
+ Fedora 19 x86_64
+ LINUX
+ 4444481536
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Live/i386/Fedora-Live-Desktop-i686-19-1.iso
+
+ Fedora-Live-Desktop-i686-19-1
+ LINUX
+ 962682880
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Live/i386/Fedora-Live-KDE-i686-19-1.iso
+
+ Fedora-Live-KDE-i686-19-1
+ LINUX
+ 883580928
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Live/x86_64/Fedora-Live-Desktop-x86_64-19-1.iso
+
+ Fedora-Live-Desktop-x86_64-19-1
+ LINUX
+ 997115904
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Live/x86_64/Fedora-Live-KDE-x86_64-19-1.iso
+
+ Fedora-Live-KDE-x86_64-19-1
+ LINUX
+ 920012800
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ https://archive.fedoraproject.org/pub/alt/releases/19/Spins/x86_64/Fedora-Live-LXDE-x86_64-19-1.iso
+
+ Fedora-Live-LXDE-x86_64-19-1
+ LINUX
+ 724379648
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ https://archive.fedoraproject.org/pub/alt/releases/19/Spins/x86_64/Fedora-Live-XFCE-x86_64-19-1.iso
+
+ Fedora-Live-XFCE-x86_64-19-1
+ LINUX
+ 650180608
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Fedora/i386/os/
+
+ Fedora
+ 19
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Fedora/x86_64/os/
+
+ Fedora
+ 19
+ x86_64
+
+
+
+
+
+ Fedora
+ 19
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ inst.repo
+
+
+
+
+
+
+ fedora1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ Fedora Core 1
+ 1
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Yarrow
+
+
+ 2003-11-05
+ 2004-09-20
+
+
+
+
+
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/1/i386/iso/yarrow-i386-disc1.iso
+
+ FC/1 i386
+ LINUX
+ 660340736
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/1/i386/iso/yarrow-i386-disc2.iso
+
+ FC/1 i386
+ LINUX
+ 667516928
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/1/i386/iso/yarrow-i386-disc3.iso
+
+ FC/1 i386
+ LINUX
+ 645464064
+
+
+
+
+
+ FC/1 i386
+ LINUX
+ 3963158528
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/1/x86_64/iso/yarrow-x86_64-disc1.iso
+
+ FC/1 x86_64
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/1/i386/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/1/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+ method
+
+
+
+
+
+ fedora20
+ Fedora 20
+ Fedora 20
+ Fedora 20
+ Fedora 20
+ Fedora 20
+ Fedora 20
+ Fedora 20
+ Fedora 20
+ Fedora 20
+ Fedora 20
+ Fedora 20
+ Fedora 20
+ 20
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Heisenbug
+
+
+ 2013-12-17
+ 2015-06-23
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/20/Fedora/i386/iso/Fedora-20-i386-DVD.iso
+
+ Fedora 20 i386
+ LINUX
+ 4679280640
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/20/Fedora/x86_64/iso/Fedora-20-x86_64-DVD.iso
+
+ Fedora 20 x86_64
+ LINUX
+ 4602331136
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora-secondary/releases/20/Fedora/ppc64/iso/Fedora-20-ppc64-DVD.iso
+
+ Fedora 20 ppc64
+ PPC
+ 4625244160
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/20/Fedora/i386/iso/Fedora-20-i386-netinst.iso
+
+ Fedora 20 i386
+ LINUX
+ 374159360
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/20/Fedora/x86_64/iso/Fedora-20-x86_64-netinst.iso
+
+ Fedora 20 x86_64
+ LINUX
+ 336367616
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora-secondary/releases/20/Fedora/ppc64/iso/Fedora-20-ppc64-netinst.iso
+
+ Fedora_20_ppc64
+ PPC
+ 356321280
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/20/Live/i386/Fedora-Live-Desktop-i686-20-1.iso
+
+ Fedora-Live-Desktop-i686-20
+ LINUX
+ 966383616
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/20/Live/x86_64/Fedora-Live-Desktop-x86_64-20-1.iso
+
+ Fedora-Live-Desktop-x86_64-20
+ LINUX
+ 998473728
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/20/Live/i386/Fedora-Live-KDE-i686-20-1.iso
+
+ Fedora-Live-KDE-i686-20
+ LINUX
+ 939143168
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/20/Live/x86_64/Fedora-Live-KDE-x86_64-20-1.iso
+
+ Fedora-Live-KDE-x86_64-20
+ LINUX
+ 972208128
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/20/Fedora/i386/os/
+
+ Fedora
+ 20
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/20/Fedora/x86_64/os/
+
+ Fedora
+ 20
+ x86_64
+
+
+
+
+
+ Fedora
+ 20
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+
+
+
+
+ fedora21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ 21
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2014-12-09
+ 2015-12-01
+
+ Fedora 21 Workstation
+ Fedora 21 -työasema
+ Fedora 21 Workstation
+ Fedora 21 Workstation
+ Fedora 21 Workstation
+ Fedora 21 Workstation
+ Fedora 21 Workstation
+ Fedora 21 Workstation
+ Fedora 21 Workstation
+ Fedora 21 Workstation
+ Fedora 21 Workstation
+ Fedora Workstation 21
+
+
+ Fedora 21 Server
+ Fedora 21 -palvelin
+ Fedora 21 Server
+ Fedora 21 Server
+ Fedora 21 Server
+ Fedora 21 Server
+ Fedora 21 Server
+ Fedora 21 Server
+ Fedora 21 Server
+ Fedora 21 Server
+ Fedora 21 Server
+ Fedora Server 21
+
+
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+ Fedora 21
+
+
+ Fedora 21 Cloud
+ Fedora 21 -pilvi
+ Fedora 21 Cloud
+ Fedora 21 Cloud
+ Fedora 21 Cloud
+ Fedora 21 Cloud
+ Fedora 21 Cloud
+ Fedora 21 Cloud
+ Fedora 21 Cloud
+ Fedora 21 Cloud
+ Fedora 21 Cloud
+ Fedora Cloud 21
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Workstation/i386/iso/Fedora-Live-Workstation-i686-21-5.iso
+
+ Fedora-Live-WS-i686-21.*
+ LINUX
+ 1335937024
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Workstation/x86_64/iso/Fedora-Live-Workstation-x86_64-21-5.iso
+
+ Fedora-Live-WS-x86_64-21.*
+ LINUX
+ 1471502336
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Server/i386/iso/Fedora-Server-DVD-i386-21.iso
+
+ Fedora-S.*21.*-i386
+ LINUX
+ 2153469952
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Server/x86_64/iso/Fedora-Server-DVD-x86_64-21.iso
+
+ Fedora-S.*-21.*-x86_64
+ LINUX
+ 2047315968
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Server/i386/iso/Fedora-Server-netinst-i386-21.iso
+
+ Fedora-S.*21.*-i386
+ LINUX
+ 505403392
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Server/x86_64/iso/Fedora-Server-netinst-x86_64-21.iso
+
+ Fedora-S.*-21.*-x86_64
+ LINUX
+ 444067840
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Server/i386/os/
+
+ Fedora
+ 21
+ i386
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Server/x86_64/os/
+
+
+ Fedora
+ 21
+ x86_64
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Cloud/i386/iso/Fedora-Cloud-netinst-i386-21.iso
+
+ Fedora-C.*21.*-i386
+ LINUX
+ 505688064
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Cloud/x86_64/iso/Fedora-Cloud-netinst-x86_64-21.iso
+
+ Fedora-C.*-21.*-x86_64
+ LINUX
+ 444221440
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Cloud/i386/os/
+
+
+ Fedora-Cloud
+ 21
+ i386
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/21/Cloud/x86_64/os/
+
+
+ Fedora-Cloud
+ 21
+ x86_64
+
+
+
+
+
+ Fedora
+ 21
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+
+
+
+
+ fedora22
+ Fedora 22
+ Fedora 22
+ Fedora 22
+ Fedora 22
+ Fedora 22
+ Fedora 22
+ Fedora 22
+ Fedora 22
+ Fedora 22
+ Fedora 22
+ Fedora 22
+ Fedora 22
+ 22
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2015-05-26
+ 2016-07-19
+
+ Fedora 22 Workstation
+ Fedora 22 -työasema
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora Workstation 22
+
+
+ Fedora 22 Workstation
+ Fedora 22 -työasema
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora 22 Workstation
+ Fedora Workstation 22
+
+
+ Fedora 22 Server
+ Fedora 22 -palvelin
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora Server 22
+
+
+ Fedora 22 Server
+ Fedora 22 -palvelin
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora 22 Server
+ Fedora Server 22
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/Workstation/i386/iso/Fedora-Live-Workstation-i686-22-3.iso
+
+ Fedora-Live-WS-i686-22.*
+ LINUX
+ 1398321152
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/Workstation/x86_64/iso/Fedora-Live-Workstation-x86_64-22-3.iso
+
+ Fedora-Live-WS-x86_64-22.*
+ LINUX
+ 1430704128
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/Workstation/i386/iso/Fedora-Workstation-netinst-i386-22.iso
+
+ Fedora-22-i386
+ LINUX
+ 534521856
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-22.iso
+
+ Fedora-22-x86_64
+ LINUX
+ 468690944
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/Server/i386/iso/Fedora-Server-DVD-i386-22.iso
+
+ Fedora-22-i386
+ LINUX
+ 2334973952
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/Server/x86_64/iso/Fedora-Server-DVD-x86_64-22.iso
+
+ Fedora-22-x86_64
+ LINUX
+ 2216890368
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/Server/i386/iso/Fedora-Server-netinst-i386-22.iso
+
+ Fedora-22-i386
+ LINUX
+ 534495232
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/Server/x86_64/iso/Fedora-Server-netinst-x86_64-22.iso
+
+ Fedora-22-x86_64
+ LINUX
+ 468740096
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/Server/i386/os/
+
+ Fedora
+ 22
+ i386
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/Server/x86_64/os/
+
+
+ Fedora
+ 22
+ x86_64
+
+
+
+
+
+
+ Fedora
+ 22
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora23
+ Fedora 23
+ Fedora 23
+ Fedora 23
+ Fedora 23
+ Fedora 23
+ Fedora 23
+ Fedora 23
+ Fedora 23
+ Fedora 23
+ Fedora 23
+ Fedora 23
+ Fedora 23
+ 23
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2015-11-03
+ 2016-12-20
+
+ Fedora 23 Workstation
+ Fedora 23 -työasema
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora Workstation 23
+
+
+ Fedora 23 Workstation
+ Fedora 23 -työasema
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora 23 Workstation
+ Fedora Workstation 23
+
+
+ Fedora 23 Server
+ Fedora 23 -palvelin
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora Server 23
+
+
+ Fedora 23 Server
+ Fedora 23 -palvelin
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora 23 Server
+ Fedora Server 23
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Workstation/i386/iso/Fedora-Live-Workstation-i686-23-10.iso
+
+ Fedora-Live-WS-i686-23.*
+ LINUX
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Workstation/x86_64/iso/Fedora-Live-Workstation-x86_64-23-10.iso
+
+ Fedora-Live-WS-x86_64-23.*
+ LINUX
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Workstation/i386/iso/Fedora-Workstation-netinst-i386-23.iso
+
+ Fedora-WS-23(_[A-Za-z]*)*-i386
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-23.iso
+
+ Fedora-WS-23(_[A-Za-z]*)*-x86_64
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Server/i386/iso/Fedora-Server-DVD-i386-23.iso
+
+ Fedora-S-23(_[A-Za-z]*)*-i386
+ LINUX
+
+ 2254878720
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Server/x86_64/iso/Fedora-Server-DVD-x86_64-23.iso
+
+ Fedora-S-23(_[A-Za-z]*)*-x86_64
+ LINUX
+ 2149087232
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Server/i386/iso/Fedora-Server-netinst-i386-23.iso
+
+ Fedora-S-23(_[A-Za-z]*)*-i386
+ LINUX
+ 479557632
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Server/x86_64/iso/Fedora-Server-netinst-x86_64-23.iso
+
+ Fedora-S-23(_[A-Za-z]*)*-x86_64
+ LINUX
+ 435079168
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Server/i386/os/
+
+ Fedora
+ 23
+ i386
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Server/x86_64/os/
+
+
+ Fedora
+ 23
+ x86_64
+
+
+
+
+
+
+ Fedora
+ 23
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora24
+ Fedora 24
+ Fedora 24
+ Fedora 24
+ Fedora 24
+ Fedora 24
+ Fedora 24
+ Fedora 24
+ Fedora 24
+ Fedora 24
+ Fedora 24
+ Fedora 24
+ 24
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2016-06-21
+ 2017-08-08
+
+
+
+
+
+ Fedora 24 Workstation
+ Fedora 24 -työasema
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora Workstation 24
+
+
+ Fedora 24 Workstation
+ Fedora 24 -työasema
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora 24 Workstation
+ Fedora Workstation 24
+
+
+ Fedora 24 Server
+ Fedora 24 -palvelin
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora Server 24
+
+
+ Fedora 24 Server
+ Fedora 24 -palvelin
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora 24 Server
+ Fedora Server 24
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/24/Workstation/i386/iso/Fedora-Workstation-Live-i386-24-1.2.iso
+
+ Fedora-WS-Live-24.*
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/24/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-24-1.2.iso
+
+ Fedora-WS-Live-24.*
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/24/Workstation/i386/iso/Fedora-Workstation-netinst-i386-24-1.2.iso
+
+ Fedora-WS-dvd-i386-24
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/24/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-24-1.2.iso
+
+ Fedora-WS-dvd-x86_64-24
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/24/Server/i386/iso/Fedora-Server-dvd-i386-24-1.2.iso
+
+ Fedora-S-dvd-i386-24
+ LINUX
+
+ 1988413440
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/24/Server/x86_64/iso/Fedora-Server-dvd-x86_64-24-1.2.iso
+
+ Fedora-S-dvd-x86_64-24
+ LINUX
+ 1867970560
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/24/Server/i386/iso/Fedora-Server-netinst-i386-24-1.2.iso
+
+ Fedora-S-dvd-i386-24
+ LINUX
+ 514893824
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/24/Server/x86_64/iso/Fedora-Server-netinst-x86_64-24-1.2.iso
+
+ Fedora-S-dvd-x86_64-24
+ LINUX
+ 461770752
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/24/Server/i386/os/
+
+ Fedora
+ 24
+ i386
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/24/Server/x86_64/os/
+
+
+ Fedora
+ 24
+ x86_64
+
+
+
+
+
+
+ Fedora
+ 24
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora25
+ Fedora 25
+ Fedora 25
+ Fedora 25
+ Fedora 25
+ Fedora 25
+ Fedora 25
+ Fedora 25
+ Fedora 25
+ Fedora 25
+ Fedora 25
+ Fedora 25
+ 25
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2016-11-22
+ 2017-12-12
+
+ Fedora 25 Workstation
+ Fedora 25 -työasema
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora Workstation 25
+
+
+ Fedora 25 Workstation
+ Fedora 25 -työasema
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora 25 Workstation
+ Fedora Workstation 25
+
+
+ Fedora 25 Server
+ Fedora 25 -palvelin
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora Server 25
+
+
+ Fedora 25 Server
+ Fedora 25 -palvelin
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora 25 Server
+ Fedora Server 25
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/25/Workstation/i386/iso/Fedora-Workstation-Live-i386-25-1.3.iso
+
+ Fedora-WS-Live-25.*
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/25/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-25-1.3.iso
+
+ Fedora-WS-Live-25.*
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/25/Workstation/i386/iso/Fedora-Workstation-netinst-i386-25-1.3.iso
+
+ Fedora-WS-dvd-i386-25
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/25/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-25-1.3.iso
+
+ Fedora-WS-dvd-x86_64-25
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/25/Server/i386/iso/Fedora-Server-dvd-i386-25-1.3.iso
+
+ Fedora-S-dvd-i386-25
+ LINUX
+
+ 2113044480
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/25/Server/x86_64/iso/Fedora-Server-dvd-x86_64-25-1.3.iso
+
+ Fedora-S-dvd-x86_64-25
+ LINUX
+ 2018396160
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/25/Server/i386/iso/Fedora-Server-netinst-i386-25-1.3.iso
+
+ Fedora-S-dvd-i386-25
+ LINUX
+ 489494528
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/25/Server/x86_64/iso/Fedora-Server-netinst-x86_64-25-1.3.iso
+
+ Fedora-S-dvd-x86_64-25
+ LINUX
+ 507488256
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/25/Server/i386/os/
+
+ Fedora
+ 25
+ i386
+
+
+
+ http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/25/Server/x86_64/os/
+
+
+ Fedora
+ 25
+ x86_64
+
+
+
+
+
+
+ Fedora
+ 25
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora26
+ Fedora 26
+ Fedora 26
+ Fedora 26
+ Fedora 26
+ Fedora 26
+ Fedora 26
+ Fedora 26
+ Fedora 26
+ Fedora 26
+ Fedora 26
+ Fedora 26
+ Fedora 26
+ 26
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2017-07-11
+ 2018-05-29
+
+ Fedora 26 Workstation
+ Fedora 26 -työasema
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora Workstation 26
+
+
+ Fedora 26 Workstation
+ Fedora 26 -työasema
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora 26 Workstation
+ Fedora Workstation 26
+
+
+ Fedora 26 Server
+ Fedora 26 -palvelin
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora Server 26
+
+
+ Fedora 26 Server
+ Fedora 26 -palvelin
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora 26 Server
+ Fedora Server 26
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-26-1.5.iso
+
+ Fedora-WS-Live-26.*
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-26-1.5.iso
+
+ Fedora-WS-dvd-x86_64-26
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/iso/Fedora-Server-dvd-x86_64-26-1.5.iso
+
+ Fedora-S-dvd-x86_64-26
+ LINUX
+ 2400741376
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/iso/Fedora-Server-netinst-x86_64-26-1.5.iso
+
+ Fedora-S-dvd-x86_64-26
+ LINUX
+ 507422720
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/
+
+
+ Fedora
+ 26
+ x86_64
+
+
+
+
+
+
+ Fedora
+ 26
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora27
+ Fedora 27
+ Fedora 27
+ Fedora 27
+ Fedora 27
+ Fedora 27
+ Fedora 27
+ Fedora 27
+ Fedora 27
+ Fedora 27
+ Fedora 27
+ Fedora 27
+ 27
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2017-11-14
+ 2018-11-30
+
+ Fedora 27 Workstation
+ Fedora 27 -työasema
+ Fedora 27 для робочих станцій
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora Workstation 27
+
+
+ Fedora 27 Workstation
+ Fedora 27 -työasema
+ Fedora 27 для робочих станцій
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora Workstation 27
+
+
+ Fedora 27 Workstation
+ Fedora 27 -työasema
+ Fedora 27 для робочих станцій
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora 27 Workstation
+ Fedora Workstation 27
+
+
+ Fedora 27 Server
+ Fedora 27 -palvelin
+ Fedora 27 сервер
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora Server 27
+
+
+ Fedora 27 Server
+ Fedora 27 -palvelin
+ Fedora 27 сервер
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora 27 Server
+ Fedora Server 27
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/27/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-27-1.6.iso
+
+ Fedora-WS-Live-27.*
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/27/WorkstationOstree/x86_64/iso/Fedora-WorkstationOstree-ostree-x86_64-27-1.6.iso
+
+ Fedora-WSOstree-ostree-x86_64-27
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/27/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-27-1.6.iso
+
+ Fedora-WS-dvd-x86_64-27
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/27/Server/x86_64/iso/Fedora-Server-dvd-x86_64-27-1.6.iso
+
+ Fedora-S-dvd-x86_64-27
+ LINUX
+ 2490122240
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/27/Server/x86_64/iso/Fedora-Server-netinst-x86_64-27-1.6.iso
+
+ Fedora-S-dvd-x86_64-27
+ LINUX
+ 535017472
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/27/Server/x86_64/os/
+
+
+ Fedora
+ 27
+ x86_64
+
+
+
+
+
+
+ Fedora
+ 27
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora28
+ Fedora 28
+ Fedora 28
+ Fedora 28
+ Fedora 28
+ Fedora 28
+ Fedora 28
+ Fedora 28
+ Fedora 28
+ Fedora 28
+ Fedora 28
+ Fedora 28
+ 28
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2018-05-01
+ 2019-05-29
+
+ Fedora 28 Workstation
+ Fedora 28 -työasema
+ Fedora 28 для робочих станцій
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora Workstation 28
+
+
+ Fedora 28 Workstation
+ Fedora 28 -työasema
+ Fedora 28 для робочих станцій
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora 28 Workstation
+ Fedora Workstation 28
+
+
+ Fedora 28 Server
+ Fedora 28 -palvelin
+ Fedora 28 сервер
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora Server 28
+
+
+ Fedora 28 Server
+ Fedora 28 -palvelin
+ Fedora 28 сервер
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora 28 Server
+ Fedora Server 28
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-28-1.1.iso
+
+ Fedora-WS-Live-28.*
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-28-1.1.iso
+
+ Fedora-WS-dvd-x86_64-28
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/iso/Fedora-Server-dvd-x86_64-28-1.1.iso
+
+ Fedora-S-dvd-x86_64-28
+ LINUX
+ 2903031808
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/iso/Fedora-Server-netinst-x86_64-28-1.1.iso
+
+ Fedora-S-dvd-x86_64-28
+ LINUX
+ 610408448
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/Server/x86_64/os/
+
+
+ Fedora
+ 28
+ x86_64
+
+
+
+ https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2
+
+
+ https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/28/Cloud/aarch64/images/Fedora-Cloud-Base-28-1.1.aarch64.qcow2
+
+
+
+
+
+ Fedora
+ 28
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+ fedora
+
+
+
+
+
+
+ fedora29
+ Fedora 29
+ Fedora 29
+ Fedora 29
+ Fedora 29
+ Fedora 29
+ Fedora 29
+ Fedora 29
+ Fedora 29
+ Fedora 29
+ Fedora 29
+ 29
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2018-10-30
+ 2019-11-26
+
+ Fedora 29 Workstation
+ Fedora 29 -työasema
+ Fedora 29 для робочих станцій
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+
+
+ Fedora 29 Workstation
+ Fedora 29 -työasema
+ Fedora 29 для робочих станцій
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+ Fedora 29 Workstation
+
+
+ Fedora 29 Server
+ Fedora 29 -palvelin
+ Fedora 29 сервер
+ Fedora 29 Server
+ Fedora 29 Server
+ Fedora 29 Server
+ Fedora 29 Server
+ Fedora 29 Server
+ Fedora 29 Server
+ Fedora 29 Server
+
+
+ Fedora 29 Server
+ Fedora 29 -palvelin
+ Fedora 29 сервер
+ Fedora 29 Server
+ Fedora 29 Server
+ Fedora 29 Server
+ Fedora 29 Server
+ Fedora 29 Server
+ Fedora 29 Server
+ Fedora 29 Server
+
+
+ Fedora 29 Everything
+ Fedora 29 Everything
+ Fedora 29 Everything
+ Fedora 29 Everything
+ Fedora 29 Everything
+ Fedora 29 Everything
+ Fedora 29 Everything
+ Fedora 29 Everything
+ Fedora 29 Everything
+ Fedora 29 Everything
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-29-1.2.iso
+
+ Fedora-WS-Live-29.*
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-29-1.2.iso
+
+ Fedora-WS-dvd-x86_64-29
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Server/x86_64/iso/Fedora-Server-dvd-x86_64-29-1.2.iso
+
+ Fedora-S-dvd-x86_64-29
+ LINUX
+ 3122104320
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Server/x86_64/iso/Fedora-Server-netinst-x86_64-29-1.2.iso
+
+ Fedora-S-dvd-x86_64-29
+ LINUX
+ 621264896
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Everything/x86_64/iso/Fedora-Everything-netinst-x86_64-29-1.2.iso
+
+ Fedora-E-dvd-x86_64-29
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Workstation/x86_64/os
+
+
+ Fedora
+ 29
+ x86_64
+ Workstation
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Workstation/armhfp/os/
+
+
+ Fedora
+ 29
+ armhfp
+ Workstation
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Server/x86_64/os
+
+
+ Fedora
+ 29
+ x86_64
+ Server
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Server/aarch64/os/
+
+
+ Fedora
+ 29
+ aarch64
+ Server
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Server/armhfp/os/
+
+
+ Fedora
+ 29
+ armhfp
+ Server
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Everything/x86_64/os
+
+
+ Fedora
+ 29
+ x86_64
+ Everything
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Everything/aarch64/os/
+
+
+ Fedora
+ 29
+ aarch64
+ Everything
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Everything/armhfp/os/
+
+
+ Fedora
+ 29
+ armhfp
+ Everything
+
+
+
+ https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2
+
+
+ https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/29/Cloud/aarch64/images/Fedora-Cloud-Base-29-1.2.aarch64.qcow2
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ Fedora Core 2
+ 2
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Tettnang
+
+
+ 2004-05-18
+ 2005-04-11
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/i386/iso/FC2-i386-disc1.iso
+
+ FC/2 i386
+ LINUX
+ 667529216
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/i386/iso/FC2-i386-disc2.iso
+
+ FC/2 i386
+ LINUX
+ 665802752
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/i386/iso/FC2-i386-disc3.iso
+
+ FC/2 i386
+ LINUX
+ 669016064
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/i386/iso/FC2-i386-disc4.iso
+
+ FC/2 i386
+ LINUX
+ 203737088
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/i386/iso/FC2-i386-DVD.iso
+
+ FC/2 i386
+ LINUX
+ 4370640896
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/x86_64/iso/FC2-x86_64-disc1.iso
+
+ FC/2 x86_64
+ LINUX
+ 668203008
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/x86_64/iso/FC2-x86_64-disc2.iso
+
+ FC/2 x86_64
+ LINUX
+ 666394624
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/x86_64/iso/FC2-x86_64-disc3.iso
+
+ FC/2 x86_64
+ LINUX
+ 656420864
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/x86_64/iso/FC2-x86_64-disc4.iso
+
+ FC/2 x86_64
+ LINUX
+ 240547840
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/x86_64/iso/FC2-x86_64-DVD.iso
+
+ FC/2 x86_64
+ LINUX
+ 4273096704
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/i386/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/2/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+
+
+
+
+ fedora30
+ Fedora 30
+ Fedora 30
+ Fedora 30
+ Fedora 30
+ Fedora 30
+ Fedora 30
+ Fedora 30
+ Fedora 30
+ Fedora 30
+ Fedora 30
+ 30
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2019-04-30
+ 2020-05-26
+
+ Fedora 30 Workstation
+ Fedora 30 -työasema
+ Fedora 30 для робочих станцій
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+
+
+ Fedora 30 Workstation
+ Fedora 30 -työasema
+ Fedora 30 для робочих станцій
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+ Fedora 30 Workstation
+
+
+ Fedora 30 Server
+ Fedora 30 -palvelin
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+
+
+ Fedora 30 Server
+ Fedora 30 -palvelin
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+ Fedora 30 Server
+
+
+ Fedora 30 Everything
+ Fedora 30 Everything
+ Fedora 30 Everything
+ Fedora 30 Everything
+ Fedora 30 Everything
+ Fedora 30 Everything
+ Fedora 30 Everything
+ Fedora 30 Everything
+ Fedora 30 Everything
+ Fedora 30 Everything
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-30-1.2.iso
+
+ Fedora-WS-Live-30.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-30-1.2.iso
+
+ Fedora-WS-dvd-x86_64-30
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Server/x86_64/iso/Fedora-Server-dvd-x86_64-30-1.2.iso
+
+ Fedora-S-dvd-x86_64-30
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Server/x86_64/iso/Fedora-Server-netinst-x86_64-30-1.2.iso
+
+ Fedora-S-dvd-x86_64-30
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/x86_64/iso/Fedora-Everything-netinst-x86_64-30-1.2.iso
+
+ Fedora-E-dvd-x86_64-30
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Workstation/x86_64/os
+
+
+ Fedora
+ 30
+ x86_64
+ Workstation
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Workstation/armhfp/os/
+
+
+ Fedora
+ 30
+ armhfp
+ Workstation
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Server/x86_64/os
+
+
+ Fedora
+ 30
+ x86_64
+ Server
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Server/aarch64/os/
+
+
+ Fedora
+ 30
+ aarch64
+ Server
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Server/armhfp/os/
+
+
+ Fedora
+ 30
+ armhfp
+ Server
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/x86_64/os
+
+
+ Fedora
+ 30
+ x86_64
+ Everything
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/aarch64/os/
+
+
+ Fedora
+ 30
+ aarch64
+ Everything
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/armhfp/os/
+
+
+ Fedora
+ 30
+ armhfp
+ Everything
+
+
+
+ https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-30-1.2.x86_64.qcow2
+
+
+ https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/30/Cloud/aarch64/images/Fedora-Cloud-Base-30-1.2.aarch64.qcow2
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora31
+ Fedora 31
+ Fedora 31
+ Fedora 31
+ Fedora 31
+ Fedora 31
+ Fedora 31
+ Fedora 31
+ Fedora 31
+ Fedora 31
+ Fedora 31
+ 31
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2019-10-29
+ 2020-11-24
+
+ Fedora 31 Workstation
+ Fedora 31 -työasema
+ Fedora 31 Workstation
+ Fedora 31 Workstation
+ Fedora 31 Workstation
+ Fedora 31 Workstation
+ Fedora 31 Workstation
+ Fedora 31 Workstation
+ Fedora 31 Workstation
+ Fedora 31 Workstation
+
+
+ Fedora 31 Server
+ Fedora 31 -palvelin
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+
+
+ Fedora 31 Server
+ Fedora 31 -palvelin
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+ Fedora 31 Server
+
+
+ Fedora 31 Everything
+ Fedora 31 Everything
+ Fedora 31 Everything
+ Fedora 31 Everything
+ Fedora 31 Everything
+ Fedora 31 Everything
+ Fedora 31 Everything
+ Fedora 31 Everything
+ Fedora 31 Everything
+ Fedora 31 Everything
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-31-1.9.iso
+
+ Fedora-WS-Live-31.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/x86_64/iso/Fedora-Server-dvd-x86_64-31-1.9.iso
+
+ Fedora-S-dvd-x86_64-31
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/x86_64/iso/Fedora-Server-netinst-x86_64-31-1.9.iso
+
+ Fedora-S-dvd-x86_64-31
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/aarch64/iso/Fedora-Server-dvd-aarch64-31-1.9.iso
+
+ Fedora-S-dvd-aarch64-31
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/aarch64/iso/Fedora-Server-netinst-aarch64-31-1.9.iso
+
+ Fedora-S-dvd-aarch64-31
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/armhfp/iso/Fedora-Server-dvd-armhfp-31-1.9.iso
+
+ Fedora-S-dvd-armhfp-31
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/armhfp/iso/Fedora-Server-netinst-armhfp-31-1.9.iso
+
+ Fedora-S-dvd-armhfp-31
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/x86_64/iso/Fedora-Server-netinst-x86_64-31-1.9.iso
+
+ Fedora-E-dvd-x86_64-31
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/aarch64/iso/Fedora-Server-netinst-aarch64-31-1.9.iso
+
+ Fedora-E-dvd-aarch64-31
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/armhfp/iso/Fedora-Server-netinst-armhfp-31-1.9.iso
+
+ Fedora-E-dvd-armhfp-31
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/x86_64/os
+
+
+ Fedora
+ 31
+ x86_64
+ Server
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/aarch64/os/
+
+
+ Fedora
+ 31
+ aarch64
+ Server
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Server/armhfp/os/
+
+
+ Fedora
+ 31
+ armhfp
+ Server
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Everything/x86_64/os
+
+
+ Fedora
+ 31
+ x86_64
+ Everything
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Everything/aarch64/os/
+
+
+ Fedora
+ 31
+ aarch64
+ Everything
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Everything/armhfp/os/
+
+
+ Fedora
+ 31
+ armhfp
+ Everything
+
+
+
+ https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/31/Cloud/x86_64/images/Fedora-Cloud-Base-31-1.9.x86_64.qcow2
+
+
+ https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/31/Cloud/aarch64/images/Fedora-Cloud-Base-31-1.9.aarch64.qcow2
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora32
+ Fedora 32
+ Fedora 32
+ Fedora 32
+ Fedora 32
+ Fedora 32
+ Fedora 32
+ Fedora 32
+ Fedora 32
+ Fedora 32
+ Fedora 32
+ 32
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2020-04-28
+
+ Fedora 32 Workstation
+ Fedora 32 -työasema
+ Fedora 32 Workstation
+ Fedora 32 Workstation
+ Fedora 32 Workstation
+ Fedora 32 Workstation
+ Fedora 32 Workstation
+ Fedora 32 Workstation
+ Fedora 32 Workstation
+ Fedora 32 Workstation
+
+
+ Fedora 32 Server
+ Fedora 32 -palvelin
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+
+
+ Fedora 32 Server
+ Fedora 32 -palvelin
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+ Fedora 32 Server
+
+
+ Fedora 32 Everything
+ Fedora 32 Everything
+ Fedora 32 Everything
+ Fedora 32 Everything
+ Fedora 32 Everything
+ Fedora 32 Everything
+ Fedora 32 Everything
+ Fedora 32 Everything
+ Fedora 32 Everything
+ Fedora 32 Everything
+
+
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-32-1.6.iso
+
+ Fedora-WS-Live-32.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/x86_64/iso/Fedora-Server-dvd-x86_64-32-1.6.iso
+
+ Fedora-S-dvd-x86_64-32
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/x86_64/iso/Fedora-Server-netinst-x86_64-32-1.6.iso
+
+ Fedora-S-dvd-x86_64-32
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/aarch64/iso/Fedora-Server-dvd-aarch64-32-1.6.iso
+
+ Fedora-S-dvd-aarch64-32
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/aarch64/iso/Fedora-Server-netinst-aarch64-32-1.6.iso
+
+ Fedora-S-dvd-aarch64-32
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/armhfp/iso/Fedora-Server-dvd-armhfp-32-1.6.iso
+
+ Fedora-S-dvd-armhfp-32
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/armhfp/iso/Fedora-Server-netinst-armhfp-32-1.6.iso
+
+ Fedora-S-dvd-armhfp-32
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/x86_64/iso/Fedora-Server-netinst-x86_64-32-1.6.iso
+
+ Fedora-E-dvd-x86_64-32
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/aarch64/iso/Fedora-Server-netinst-aarch64-32-1.6.iso
+
+ Fedora-E-dvd-aarch64-32
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/armhfp/iso/Fedora-Server-netinst-armhfp-32-1.6.iso
+
+ Fedora-E-dvd-armhfp-32
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/x86_64/os
+
+
+ Fedora
+ 32
+ x86_64
+ Server
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/aarch64/os/
+
+
+ Fedora
+ 32
+ aarch64
+ Server
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Server/armhfp/os/
+
+
+ Fedora
+ 32
+ armhfp
+ Server
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/os
+
+
+ Fedora
+ 32
+ x86_64
+ Everything
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/aarch64/os/
+
+
+ Fedora
+ 32
+ aarch64
+ Everything
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/armhfp/os/
+
+
+ Fedora
+ 32
+ armhfp
+ Everything
+
+
+
+ https://dl.fedoraproject.org/pub/fedora/linux/releases/32/Cloud/x86_64/images/Fedora-Cloud-Base-32-1.6.x86_64.qcow2
+
+
+ https://dl.fedoraproject.org/pub/fedora/linux/releases/32/Cloud/aarch64/images/Fedora-Cloud-Base-32-1.6.aarch64.qcow2
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora33
+ Fedora 33
+ Fedora 33
+ Fedora 33
+ Fedora 33
+ Fedora 33
+ Fedora 33
+ Fedora 33
+ Fedora 33
+ Fedora 33
+ 33
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2020-10-27
+
+ Fedora 33 Workstation
+ Fedora 33 -työasema
+ Fedora 33 Workstation
+ Fedora 33 Workstation
+ Fedora 33 Workstation
+ Fedora 33 Workstation
+ Fedora 33 Workstation
+ Fedora 33 Workstation
+ Fedora 33 Workstation
+
+
+ Fedora 33 Server
+ Fedora 33 -palvelin
+ Fedora 33 Server
+ Fedora 33 Server
+ Fedora 33 Server
+ Fedora 33 Server
+ Fedora 33 Server
+ Fedora 33 Server
+ Fedora 33 Server
+
+
+ Fedora 33 Server
+ Fedora 33 -palvelin
+ Fedora 33 Server
+ Fedora 33 Server
+ Fedora 33 Server
+ Fedora 33 Server
+ Fedora 33 Server
+ Fedora 33 Server
+ Fedora 33 Server
+
+
+ Fedora 33 Everything
+ Fedora 33 Everything
+ Fedora 33 Everything
+ Fedora 33 Everything
+ Fedora 33 Everything
+ Fedora 33 Everything
+ Fedora 33 Everything
+ Fedora 33 Everything
+ Fedora 33 Everything
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-33-1.2.iso
+
+ Fedora-WS-Live-33.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/x86_64/iso/Fedora-Server-dvd-x86_64-33-1.2.iso
+
+ Fedora-S-dvd-x86_64-33
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/x86_64/iso/Fedora-Server-netinst-x86_64-33-1.2.iso
+
+ Fedora-S-dvd-x86_64-33
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/aarch64/iso/Fedora-Server-dvd-aarch64-33-1.2.iso
+
+ Fedora-S-dvd-aarch64-33
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/aarch64/iso/Fedora-Server-netinst-aarch64-33-1.2.iso
+
+ Fedora-S-dvd-aarch64-33
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/armhfp/iso/Fedora-Server-dvd-armhfp-33-1.2.iso
+
+ Fedora-S-dvd-armhfp-33
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/armhfp/iso/Fedora-Server-netinst-armhfp-33-1.2.iso
+
+ Fedora-S-dvd-armhfp-33
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/x86_64/iso/Fedora-Everything-netinst-x86_64-33-1.2.iso
+
+ Fedora-E-dvd-x86_64-33
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/aarch64/iso/Fedora-Everything-netinst-aarch64-33-1.2.iso
+
+ Fedora-E-dvd-aarch64-33
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/armhfp/iso/Fedora-Everything-netinst-armhfp-33-1.2.iso
+
+ Fedora-E-dvd-armhfp-33
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/x86_64/os
+
+
+ Fedora
+ 33
+ x86_64
+ Server
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/aarch64/os/
+
+
+ Fedora
+ 33
+ aarch64
+ Server
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/armhfp/os/
+
+
+ Fedora
+ 33
+ armhfp
+ Server
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/x86_64/os
+
+
+ Fedora
+ 33
+ x86_64
+ Everything
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/aarch64/os/
+
+
+ Fedora
+ 33
+ aarch64
+ Everything
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/armhfp/os/
+
+
+ Fedora
+ 33
+ armhfp
+ Everything
+
+
+
+ https://dl.fedoraproject.org/pub/fedora/linux/releases/33/Cloud/x86_64/images/Fedora-Cloud-Base-33-1.2.x86_64.qcow2
+
+
+ https://dl.fedoraproject.org/pub/fedora/linux/releases/33/Cloud/aarch64/images/Fedora-Cloud-Base-33-1.2.aarch64.qcow2
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora34
+ Fedora 34
+ Fedora 34
+ Fedora 34
+ Fedora 34
+ Fedora 34
+ Fedora 34
+ Fedora 34
+ 34
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ prerelease
+
+ Fedora 34 Workstation
+ Fedora 34 -työasema
+ Fedora 34 Workstation
+ Fedora 34 Workstation
+ Fedora 34 Workstation
+ Fedora 34 Workstation
+ Fedora 34 Workstation
+
+
+ Fedora 34 Server
+ Fedora 34 -palvelin
+ Fedora 34 Server
+ Fedora 34 Server
+ Fedora 34 Server
+ Fedora 34 Server
+ Fedora 34 Server
+
+
+ Fedora 34 Server
+ Fedora 34 -palvelin
+ Fedora 34 Server
+ Fedora 34 Server
+ Fedora 34 Server
+ Fedora 34 Server
+ Fedora 34 Server
+
+
+ Fedora 34 Everything
+ Fedora 34 Everything
+ Fedora 34 Everything
+ Fedora 34 Everything
+ Fedora 34 Everything
+ Fedora 34 Everything
+ Fedora 34 Everything
+
+
+
+
+
+
+ Fedora-WS-Live-34.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+ Fedora-S-dvd-x86_64-34
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ Fedora-S-dvd-x86_64-34
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ Fedora-S-dvd-aarch64-34
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ Fedora-S-dvd-aarch64-34
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ Fedora-S-dvd-armhfp-34
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+ Fedora-S-dvd-armhfp-34
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ Fedora-E-dvd-x86_64-34
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+
+
+
+
+ Fedora-E-dvd-aarch64-34
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ Fedora-E-dvd-armhfp-34
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ Fedora
+ 34
+ x86_64
+ Server
+
+
+
+
+
+ Fedora
+ 34
+ aarch64
+ Server
+
+
+
+
+
+ Fedora
+ 34
+ armhfp
+ Server
+
+
+
+
+
+ Fedora
+ 34
+ x86_64
+ Everything
+
+
+
+
+
+ Fedora
+ 34
+ aarch64
+ Everything
+
+
+
+
+
+ Fedora
+ 34
+ armhfp
+ Everything
+
+
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ fedora3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ Fedora Core 3
+ 3
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Heidelberg
+
+
+ 2004-11-08
+ 2006-01-16
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/i386/iso/FC3-i386-disc1.iso
+
+ FC/3 i386
+ LINUX
+ 646987776
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/i386/iso/FC3-i386-disc2.iso
+
+ FC/3 i386
+ LINUX
+ 668520448
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/i386/iso/FC3-i386-disc3.iso
+
+ FC/3 i386
+ LINUX
+ 667498496
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/i386/iso/FC3-i386-disc4.iso
+
+ FC/3 i386
+ LINUX
+ 404764672
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/i386/iso/FC3-i386-DVD.iso
+
+ FC/3 i386
+ LINUX
+ 2466410496
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/x86_64/iso/FC3-x86_64-disc1.iso
+
+ FC/3 x86_64
+ LINUX
+ 668137472
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/x86_64/iso/FC3-x86_64-disc2.iso
+
+ FC/3 x86_64
+ LINUX
+ 669126656
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/x86_64/iso/FC3-x86_64-disc3.iso
+
+ FC/3 x86_64
+ LINUX
+ 668422144
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/x86_64/iso/FC3-x86_64-disc4.iso
+
+ FC/3 x86_64
+ LINUX
+ 634851328
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/x86_64/iso/FC3-x86_64-DVD.iso
+
+ FC/3 x86_64
+ LINUX
+ 2639267840
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/i386/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/3/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+
+
+
+
+ fedora4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ Fedora Core 4
+ 4
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Stentz
+
+
+ 2005-06-13
+ 2006-08-07
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/i386/iso/FC4-i386-disc1.iso
+
+ FC/4 i386
+ LINUX
+ 665434112
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/i386/iso/FC4-i386-disc2.iso
+
+ FC/4 i386
+ LINUX
+ 668708864
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/i386/iso/FC4-i386-disc3.iso
+
+ FC/4 i386
+ LINUX
+ 668954624
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/i386/iso/FC4-i386-disc4.iso
+
+ FC/4 i386
+ LINUX
+ 660512768
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/i386/iso/FC4-i386-DVD.iso
+
+ FC/4 i386
+ LINUX
+ 2750582784
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/x86_64/iso/FC4-x86_64-disc1.iso
+
+ FC/4 x86_64
+ LINUX
+ 668174336
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/x86_64/iso/FC4-x86_64-disc2.iso
+
+ FC/4 x86_64
+ LINUX
+ 666898432
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/x86_64/iso/FC4-x86_64-disc3.iso
+
+ FC/4 x86_64
+ LINUX
+ 669458432
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/x86_64/iso/FC4-x86_64-disc4.iso
+
+ FC/4 x86_64
+ LINUX
+ 667107328
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/x86_64/iso/FC4-x86_64-disc5.iso
+
+ FC/4 x86_64
+ LINUX
+ 173809664
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/x86_64/iso/FC4-x86_64-DVD.iso
+
+ FC/4 x86_64
+ LINUX
+ 2932850688
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/ppc/iso/FC4-ppc-disc1.iso
+
+ FC/4 ppc
+ PPC
+ 661739520
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/ppc/iso/FC4-ppc-disc2.iso
+
+ FC/4 ppc
+ LINUX
+ 642336768
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/ppc/iso/FC4-ppc-disc3.iso
+
+ FC/4 ppc
+ LINUX
+ 614821888
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/ppc/iso/FC4-ppc-disc4.iso
+
+ FC/4 ppc
+ LINUX
+ 662865920
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/ppc/iso/FC4-ppc-disc5.iso
+
+ FC/4 ppc
+ LINUX
+ 462649344
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/ppc/iso/FC4-ppc-DVD.iso
+
+ FC/4 ppc
+ PPC
+ 3090690048
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/i386/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/4/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+
+
+
+
+ fedora5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ Fedora Core 5
+ 5
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Bordeaux
+
+
+ 2006-03-20
+ 2007-07-02
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/i386/iso/FC-5-i386-disc1.iso
+
+ FC/5 i386
+ LINUX
+ 687235072
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/i386/iso/FC-5-i386-disc2.iso
+
+ FC/5 i386
+ LINUX
+ 700618752
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/i386/iso/FC-5-i386-disc3.iso
+
+ FC/5 i386
+ LINUX
+ 721016832
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/i386/iso/FC-5-i386-disc4.iso
+
+ FC/5 i386
+ LINUX
+ 720910336
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/i386/iso/FC-5-i386-disc5.iso
+
+ FC/5 i386
+ LINUX
+ 387753984
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/i386/iso/FC-5-i386-DVD.iso
+
+ FC/5 i386
+ LINUX
+ 3253669888
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/x86_64/iso/FC-5-x86_64-disc1.iso
+
+ FC/5 x86_64
+ LINUX
+ 668962816
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/x86_64/iso/FC-5-x86_64-disc2.iso
+
+ FC/5 x86_64
+ LINUX
+ 718063616
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/x86_64/iso/FC-5-x86_64-disc3.iso
+
+ FC/5 x86_64
+ LINUX
+ 718374912
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/x86_64/iso/FC-5-x86_64-disc4.iso
+
+ FC/5 x86_64
+ LINUX
+ 717789184
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/x86_64/iso/FC-5-x86_64-disc5.iso
+
+ FC/5 x86_64
+ LINUX
+ 613832704
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/x86_64/iso/FC-5-x86_64-DVD.iso
+
+ FC/5 x86_64
+ LINUX
+ 3462629376
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/ppc/iso/FC-5-ppc-disc1.iso
+
+ FC/5 ppc
+ PPC
+ 695058432
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/ppc/iso/FC-5-ppc-disc2.iso
+
+ FC/5 ppc
+ LINUX
+ 719341568
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/ppc/iso/FC-5-ppc-disc3.iso
+
+ FC/5 ppc
+ LINUX
+ 719454208
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/ppc/iso/FC-5-ppc-disc4.iso
+
+ FC/5 ppc
+ LINUX
+ 720560128
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/ppc/iso/FC-5-ppc-disc5.iso
+
+ FC/5 ppc
+ LINUX
+ 686794752
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/ppc/iso/FC-5-ppc-DVD.iso
+
+ FC/5 ppc
+ PPC
+ 3631042560
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/i386/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+
+
+
+
+ fedora6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ Fedora Core 6
+ 6
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Zod
+
+
+ 2006-10-24
+ 2007-12-07
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/i386/iso/FC-6-i386-disc1.iso
+
+ FC-6 i386
+ LINUX
+ 708780032
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/i386/iso/FC-6-i386-disc2.iso
+
+ FC-6 i386
+ LINUX
+ 714240000
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/i386/iso/FC-6-i386-disc3.iso
+
+ FC-6 i386
+ LINUX
+ 711491584
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/i386/iso/FC-6-i386-disc4.iso
+
+ FC-6 i386
+ LINUX
+ 715229184
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/i386/iso/FC-6-i386-disc5.iso
+
+ FC-6 i386
+ LINUX
+ 677183488
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/i386/iso/FC-6-i386-DVD.iso
+
+ FC/6 i386
+ LINUX
+ 3525195776
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/x86_64/iso/FC-6-x86_64-disc1.iso
+
+ FC-6 x86_64
+ LINUX
+ 704204800
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/x86_64/iso/FC-6-x86_64-disc2.iso
+
+ FC-6 x86_64
+ LINUX
+ 709750784
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/x86_64/iso/FC-6-x86_64-disc3.iso
+
+ FC-6 x86_64
+ LINUX
+ 706191360
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/x86_64/iso/FC-6-x86_64-disc4.iso
+
+ FC-6 x86_64
+ LINUX
+ 707473408
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/x86_64/iso/FC-6-x86_64-disc5.iso
+
+ FC-6 x86_64
+ LINUX
+ 715692032
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/x86_64/iso/FC-6-x86_64-disc6.iso
+
+ FC-6 x86_64
+ LINUX
+ 546852864
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/x86_64/iso/FC-6-x86_64-DVD.iso
+
+ FC/6 x86_64
+ LINUX
+ 4088006656
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/ppc/iso/FC-6-ppc-disc1.iso
+
+ FC-6 ppc
+ PPC
+ 730435584
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/ppc/iso/FC-6-ppc-disc2.iso
+
+ FC-6 ppc
+ LINUX
+ 713457664
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/ppc/iso/FC-6-ppc-disc3.iso
+
+ FC-6 ppc
+ LINUX
+ 708587520
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/ppc/iso/FC-6-ppc-disc4.iso
+
+ FC-6 ppc
+ LINUX
+ 704706560
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/ppc/iso/FC-6-ppc-disc5.iso
+
+ FC-6 ppc
+ LINUX
+ 714592256
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/ppc/iso/FC-6-ppc-disc6.iso
+
+ FC-6 ppc
+ LINUX
+ 604110848
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/ppc/iso/FC-6-ppc-DVD.iso
+
+ FC/6 ppc
+ PPC
+ 4285673472
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/i386/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/core/6/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+ images/boot.iso
+
+
+
+
+
+
+ fedora7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ Fedora 7
+ 7
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Moonshine
+
+
+ 2007-05-31
+ 2008-06-13
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/i386/iso/F-7-i386-DVD.iso
+
+ Fedora 7 i386
+ LINUX
+ 2900602880
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/x86_64/iso/F-7-x86_64-DVD.iso
+
+ Fedora 7 x86_64
+ LINUX
+ 3447975936
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/ppc/iso/F-7-ppc-DVD.iso
+
+ Fedora 7 ppc
+ PPC
+ 3620605952
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/7/Live/i386/Fedora-7-Live-i686.iso
+
+ Fedora-7-Live-i386
+ LINUX
+ 733427712
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/7/Live/i386/Fedora-7-KDE-Live-i686.iso
+
+ Fedora-7-KDE-Live-i386
+ LINUX
+ 719859712
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/7/Live/x86_64/Fedora-7-Live-x86_64.iso
+
+ Fedora-7-Live-x86_64
+ LINUX
+ 817156096
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/7/Live/x86_64/Fedora-7-KDE-Live-x86_64.iso
+
+ Fedora-7-KDE-Live-x86_64
+ LINUX
+ 871643136
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/i386/os/
+
+ Fedora
+ ^7$
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/x86_64/os/
+
+ Fedora
+ ^7$
+ x86_64
+
+
+
+
+
+
+
+ fedora8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ Fedora 8
+ 8
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Werewolf
+
+
+ 2007-11-08
+ 2009-01-07
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/8/Fedora/i386/iso/Fedora-8-i386-DVD.iso
+
+ Fedora 8 i386
+ LINUX
+ 3424749568
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/8/Fedora/x86_64/iso/Fedora-8-x86_64-DVD.iso
+
+ Fedora 8 x86_64
+ LINUX
+ 3876407296
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/8/Fedora/ppc/iso/Fedora-8-ppc-DVD.iso
+
+ Fedora 8 ppc
+ PPC
+ 4118646784
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/8/Live/i686/Fedora-8-Live-i686.iso
+
+ Fedora-8-Live-i686
+ LINUX
+ 731086848
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/8/Live/i686/Fedora-8-Live-KDE-i686.iso
+
+ Fedora-8-Live-KDE-i686
+ LINUX
+ 732188672
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/8/Live/x86_64/Fedora-8-Live-x86_64.iso
+
+ Fedora-8-Live-x86_64
+ LINUX
+ 803870720
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/8/Live/x86_64/Fedora-8-Live-KDE-x86_64.iso
+
+ Fedora-8-Live-KDE-x86_64
+ LINUX
+ 844269568
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/8/Live/ppc/Fedora-8-Live-ppc.iso
+
+ Fedora-8-Live-ppc
+ LINUX
+ 732942336
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/8/Fedora/i386/os/
+
+ Fedora
+ ^8$
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/8/Fedora/x86_64/os/
+
+ Fedora
+ ^8$
+ x86_64
+
+
+
+
+
+
+
+ fedora9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ Fedora 9
+ 9
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+ Sulphur
+
+
+ 2008-05-13
+ 2009-07-10
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/i386/iso/Fedora-9-i386-DVD.iso
+
+ Fedora 9 i386
+ LINUX
+ 3580680192
+
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/i386/iso/Fedora-9-i386-disc1.iso
+
+ Fedora 9 i386 Disc 1
+ LINUX
+ 638533632
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/i386/iso/Fedora-9-i386-disc2.iso
+
+ Fedora 9 i386 Disc 2
+ LINUX
+ 668082176
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/i386/iso/Fedora-9-i386-disc3.iso
+
+ Fedora 9 i386 Disc 3
+ LINUX
+ 652095488
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/i386/iso/Fedora-9-i386-disc4.iso
+
+ Fedora 9 i386 Disc 4
+ LINUX
+ 668047360
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/i386/iso/Fedora-9-i386-disc5.iso
+
+ Fedora 9 i386 Disc 5
+ LINUX
+ 664877056
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/i386/iso/Fedora-9-i386-disc6.iso
+
+ Fedora 9 i386 Disc 6
+ LINUX
+ 290463744
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/x86_64/iso/Fedora-9-x86_64-DVD.iso
+
+ Fedora 9 x86_64
+ LINUX
+ 4163696640
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/x86_64/iso/Fedora-9-x86_64-disc1.iso
+
+ Fedora 9 x86_64 Disc 1
+ LINUX
+ 637575168
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/x86_64/iso/Fedora-9-x86_64-disc2.iso
+
+ Fedora 9 x86_64 Disc 2
+ LINUX
+ 667353088
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/x86_64/iso/Fedora-9-x86_64-disc3.iso
+
+ Fedora 9 x86_64 Disc 3
+ LINUX
+ 668954624
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/x86_64/iso/Fedora-9-x86_64-disc4.iso
+
+ Fedora 9 x86_64 Disc 4
+ LINUX
+ 668628992
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/x86_64/iso/Fedora-9-x86_64-disc5.iso
+
+ Fedora 9 x86_64 Disc 5
+ LINUX
+ 663744512
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/x86_64/iso/Fedora-9-x86_64-disc6.iso
+
+ Fedora 9 x86_64 Disc 6
+ LINUX
+ 660492288
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/x86_64/iso/Fedora-9-x86_64-disc7.iso
+
+ Fedora 9 x86_64 Disc 7
+ LINUX
+ 197728256
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/ppc/iso/Fedora-9-ppc-DVD.iso
+
+ Fedora 9 ppc
+ PPC
+ 4417064960
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/ppc/iso/Fedora-9-ppc-disc1.iso
+
+ Fedora 9 ppc Disc 1
+ PPC|LINUX
+ 649594880
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/ppc/iso/Fedora-9-ppc-disc2.iso
+
+ Fedora 9 ppc Disc 2
+ PPC|LINUX
+ 663785472
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/ppc/iso/Fedora-9-ppc-disc3.iso
+
+ Fedora 9 ppc Disc 3
+ PPC|LINUX
+ 665425920
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/ppc/iso/Fedora-9-ppc-disc4.iso
+
+ Fedora 9 ppc Disc 4
+ PPC|LINUX
+ 661508096
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/ppc/iso/Fedora-9-ppc-disc5.iso
+
+ Fedora 9 ppc Disc 5
+ PPC|LINUX
+ 667478016
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/ppc/iso/Fedora-9-ppc-disc6.iso
+
+ Fedora 9 ppc Disc 6
+ PPC|LINUX
+ 655919104
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/ppc/iso/Fedora-9-ppc-disc7.iso
+
+ Fedora 9 ppc Disc 7
+ PPC|LINUX
+ 319293440
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Live/i686/Fedora-9-i686-Live.iso
+
+ Fedora-9-Live-i686
+ LINUX
+ 724121600
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Live/i686/Fedora-9-i686-Live-KDE.iso
+
+ Fedora-9-Live-KDE-i686
+ LINUX
+ 724975616
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Live/x86_64/Fedora-9-x86_64-Live.iso
+
+ Fedora-9-Live-x86_64
+ LINUX
+ 727169024
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Live/x86_64/Fedora-9-x86_64-Live-KDE.iso
+
+ Fedora-9-Live-KDE-x86_64
+ LINUX
+ 729272320
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/i386/os/
+
+ Fedora
+ ^9$
+ i386
+
+
+
+ http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/x86_64/os/
+
+ Fedora
+ ^9$
+ x86_64
+
+
+
+
+
+
+
+ fedora-rawhide
+ Fedora Rawhide
+ Fedora Rawhide
+ Fedora Rawhide
+ Fedora Rawhide
+ Fedora Rawhide
+ Fedora Rawhide
+ Fedora Rawhide
+ Fedora Rawhide
+ Fedora Rawhide
+ Fedora Rawhide
+ Rawhide
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ prerelease
+
+ Fedora Rawhide Workstation
+ Fedora Rawhide -työasema
+ Fedora Rawhide для робочих станцій
+ Fedora Rawhide Workstation
+ Fedora Rawhide Workstation
+ Fedora Rawhide Workstation
+ Fedora Rawhide Workstation
+ Fedora Rawhide Workstation
+ Fedora Rawhide Workstation
+ Fedora Rawhide Workstation
+
+
+ Fedora Rawhide Server
+ Fedora Rawhide -palvelin
+ Fedora Rawhide сервер
+ Fedora Rawhide Server
+ Fedora Rawhide Server
+ Fedora Rawhide Server
+ Fedora Rawhide Server
+ Fedora Rawhide Server
+ Fedora Rawhide Server
+ Fedora Rawhide Server
+
+
+ Fedora Rawhide Everything
+ Fedora Rawhide Everything
+ Fedora Rawhide Everything
+ Fedora Rawhide Everything
+ Fedora Rawhide Everything
+ Fedora Rawhide Everything
+ Fedora Rawhide Everything
+ Fedora Rawhide Everything
+ Fedora Rawhide Everything
+ Fedora Rawhide Everything
+
+
+
+ Fedora-.*-dvd-x86_64-rawh
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Fedora-.*-Live-rawh.*
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Server/x86_64/os
+
+ Fedora
+ Rawhide
+ x86_64
+ Server
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Server/aarch64/os
+
+ Fedora
+ Rawhide
+ aarch64
+ Server
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Server/armhfp/os
+
+ Fedora
+ Rawhide
+ armhfp
+ Server
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os
+
+ Fedora
+ Rawhide
+ x86_64
+ Everything
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/aarch64/os
+
+ Fedora
+ Rawhide
+ aarch64
+ Everything
+
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/armhfp/os
+
+ Fedora
+ Rawhide
+ armhfp
+ Everything
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+ 3221225472
+
+
+
+
+
+
+
+
+ fedora-unknown
+ Fedora
+ Fedora
+ Fedora
+ Fedora
+ Fedora
+ Fedora
+ Fedora
+ Fedora
+ Fedora
+ Fedora
+ Fedora
+ Fedora
+ unknown
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ prerelease
+
+
+ Fedora-.*-dvd-x86_64-(3[5-9]|[4-9][0-9])
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Fedora-.*-Live-(3[5-9]|[4-9][0-9]).*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Fedora
+ (3[5-9]|[4-9][0-9])
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ silverblue28
+ Fedora Silverblue 28
+ Fedora Silverblue 28
+ Fedora Silverblue 28
+ Fedora Silverblue 28
+ Fedora Silverblue 28
+ Fedora Silverblue 28
+ Fedora Silverblue 28
+ Fedora Silverblue 28
+ Fedora Silverblue 28
+ Fedora Silverblue 28
+ Fedora Silverblue 28
+ 28
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+ 2018-05-01
+ 2019-05-29
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/28/AtomicWorkstation/x86_64/iso/Fedora-AtomicWorkstation-ostree-x86_64-28-1.1.iso
+
+ Fedora-AW-ostree-x86_64-28
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+ 5368709120
+
+
+
+
+
+
+
+ silverblue29
+ Fedora Silverblue 29
+ Fedora Silverblue 29
+ Fedora Silverblue 29
+ Fedora Silverblue 29
+ Fedora Silverblue 29
+ Fedora Silverblue 29
+ Fedora Silverblue 29
+ Fedora Silverblue 29
+ Fedora Silverblue 29
+ Fedora Silverblue 29
+ 29
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2018-10-30
+ 2019-11-26
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Silverblue/x86_64/iso/Fedora-Silverblue-ostree-x86_64-29-1.2.iso
+
+ Fedora-SB-ostree-x86_64-29
+ LINUX
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/29/Silverblue/x86_64/os
+
+ Fedora
+ Silverblue
+ 29
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+ 5368709120
+
+
+
+
+
+
+
+ silverblue30
+ Fedora Silverblue 30
+ Fedora Silverblue 30
+ Fedora Silverblue 30
+ Fedora Silverblue 30
+ Fedora Silverblue 30
+ Fedora Silverblue 30
+ Fedora Silverblue 30
+ Fedora Silverblue 30
+ Fedora Silverblue 30
+ Fedora Silverblue 30
+ 30
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2019-04-30
+ 2020-05-26
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Silverblue/x86_64/iso/Fedora-Silverblue-ostree-x86_64-30-1.2.iso
+
+ Fedora-SB-ostree-x86_64-30
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/30/Silverblue/x86_64/os
+
+ Fedora
+ Silverblue
+ 30
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+ 5368709120
+
+
+
+
+
+
+
+ silverblue31
+ Fedora Silverblue 31
+ Fedora Silverblue 31
+ Fedora Silverblue 31
+ Fedora Silverblue 31
+ Fedora Silverblue 31
+ Fedora Silverblue 31
+ Fedora Silverblue 31
+ Fedora Silverblue 31
+ Fedora Silverblue 31
+ Fedora Silverblue 31
+ 31
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2019-10-29
+ 2020-11-24
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Silverblue/x86_64/iso/Fedora-Silverblue-ostree-x86_64-31-1.9.iso
+
+ Fedora-SB-ostree-x86_64-31
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Silverblue/aarch64/iso/Fedora-Silverblue-ostree-aarch64-31-1.9.iso
+
+ Fedora-SB-ostree-aarch64-31
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Silverblue/x86_64/os
+
+ Fedora
+ Silverblue
+ 31
+ x86_64
+
+
+
+ https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/31/Silverblue/aarch64/os
+
+ Fedora
+ Silverblue
+ 31
+ aarch64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 2147483648
+ 21474836480
+
+
+ 5368709120
+
+
+
+
+
+
+
+ silverblue32
+ Fedora Silverblue 32
+ Fedora Silverblue 32
+ Fedora Silverblue 32
+ Fedora Silverblue 32
+ Fedora Silverblue 32
+ Fedora Silverblue 32
+ Fedora Silverblue 32
+ Fedora Silverblue 32
+ Fedora Silverblue 32
+ Fedora Silverblue 32
+ 32
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2020-04-28
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Silverblue/x86_64/iso/Fedora-Silverblue-ostree-x86_64-32-1.6.iso
+
+ Fedora-SB-ostree-x86_64-32
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Silverblue/aarch64/iso/Fedora-Silverblue-ostree-aarch64-32-1.6.iso
+
+ Fedora-SB-ostree-aarch64-32
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Silverblue/x86_64/os
+
+ Fedora
+ Silverblue
+ 32
+ x86_64
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Silverblue/aarch64/os
+
+ Fedora
+ Silverblue
+ 32
+ aarch64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 3221225472
+ 21474836480
+
+
+ 6442450944
+
+
+
+
+
+
+
+ silverblue33
+ Fedora Silverblue 33
+ Fedora Silverblue 33
+ Fedora Silverblue 33
+ Fedora Silverblue 33
+ Fedora Silverblue 33
+ Fedora Silverblue 33
+ Fedora Silverblue 33
+ Fedora Silverblue 33
+ Fedora Silverblue 33
+ 33
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ 2020-10-27
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Silverblue/x86_64/iso/Fedora-Silverblue-ostree-x86_64-33-1.2.iso
+
+ Fedora-SB-ostree-x86_64-33
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Silverblue/aarch64/iso/Fedora-Silverblue-ostree-aarch64-33-1.2.iso
+
+ Fedora-SB-ostree-aarch64-33
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://download.fedoraproject.org/pub/fedora-secondary/releases/33/Silverblue/ppc64le/iso/Fedora-Silverblue-ostree-ppc64le-33-1.2.iso
+
+ Fedora-SB-ostree-ppc64le-33
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Silverblue/x86_64/os
+
+ Fedora
+ Silverblue
+ 33
+ x86_64
+
+
+
+ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Silverblue/aarch64/os
+
+ Fedora
+ Silverblue
+ 33
+ aarch64
+
+
+
+ https://download.fedoraproject.org/pub/fedora-secondary/releases/33/Silverblue/ppc64le/os
+
+ Fedora
+ Silverblue
+ 33
+ ppc64le
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 3221225472
+ 21474836480
+
+
+ 6442450944
+
+
+
+
+
+
+
+ silverblue34
+ Fedora Silverblue 34
+ Fedora Silverblue 34
+ Fedora Silverblue 34
+ Fedora Silverblue 34
+ Fedora Silverblue 34
+ Fedora Silverblue 34
+ Fedora Silverblue 34
+ 34
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ prerelease
+
+
+ Fedora-SB-ostree-x86_64-34
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Fedora-SB-ostree-aarch64-34
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Fedora-SB-ostree-ppc64le-34
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Fedora
+ Silverblue
+ 34
+ x86_64
+
+
+
+
+ Fedora
+ Silverblue
+ 34
+ aarch64
+
+
+
+
+ Fedora
+ Silverblue
+ 34
+ ppc64le
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 3221225472
+ 21474836480
+
+
+ 6442450944
+
+
+
+
+
+
+
+ silverblue-rawhide
+ Fedora Silverblue Rawhide
+ Fedora Silverblue Rawhide
+ Fedora Silverblue Rawhide
+ Fedora Silverblue Rawhide
+ Fedora Silverblue Rawhide
+ Fedora Silverblue Rawhide
+ Fedora Silverblue Rawhide
+ Fedora Silverblue Rawhide
+ Fedora Silverblue Rawhide
+ Rawhide
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ prerelease
+
+
+ Fedora-SB-ostree-x86_64-rawh
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Fedora
+ Silverblue
+ Rawhide
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 3221225472
+ 21474836480
+
+
+ 6442450944
+
+
+
+
+
+
+
+ silverblue-unknown
+ Fedora Silverblue
+ Fedora Silverblue
+ Fedora Silverblue
+ Fedora Silverblue
+ Fedora Silverblue
+ Fedora Silverblue
+ Fedora Silverblue
+ Fedora Silverblue
+ Fedora Silverblue
+ unknown
+ Fedora Project
+ Fedora Project
+ Проєкт Fedora
+ Fedora Projesi
+ Projeto Fedora
+ Projeto Fedora
+ Projekt Fedora
+ Fedora Project
+ Progetto Fedora
+ Proyek Fedora
+ Projet Fedora
+ Fedora Project
+ Fedora-Projekt
+ Projecte Fedora
+ linux
+ fedora
+
+
+ prerelease
+
+
+ Fedora-SB-ostree-x86_64-(3[5-9]|[4-9][0-9])
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Fedora
+ Silverblue
+ (3[5-9]|[4-9][0-9])
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 3221225472
+ 21474836480
+
+
+ 6442450944
+
+
+
+
+ freebsd10.0
+ FreeBSD 10.0
+ FreeBSD 10.0
+ FreeBSD 10.0
+ FreeBSD 10.0
+ FreeBSD 10.0
+ FreeBSD 10.0
+ FreeBSD 10.0
+ FreeBSD 10.0
+ FreeBSD 10.0
+ FreeBSD 10.0
+ FreeBSD 10.0
+ 10.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2014-01-14
+ 2015-02-28
+
+
+
+
+
+
+
+
+ freebsd10.1
+ FreeBSD 10.1
+ FreeBSD 10.1
+ FreeBSD 10.1
+ FreeBSD 10.1
+ FreeBSD 10.1
+ FreeBSD 10.1
+ FreeBSD 10.1
+ FreeBSD 10.1
+ FreeBSD 10.1
+ FreeBSD 10.1
+ FreeBSD 10.1
+ 10.1
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2014-11-14
+ 2016-12-31
+
+
+ FreeBSD
+ 10_1_RELEASE_AMD64_DVD
+
+
+
+
+ freebsd10.2
+ FreeBSD 10.2
+ FreeBSD 10.2
+ FreeBSD 10.2
+ FreeBSD 10.2
+ FreeBSD 10.2
+ FreeBSD 10.2
+ FreeBSD 10.2
+ FreeBSD 10.2
+ FreeBSD 10.2
+ FreeBSD 10.2
+ FreeBSD 10.2
+ 10.2
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2015-08-13
+ 2016-12-31
+
+
+ FreeBSD
+ 10_2_RELEASE_AMD64_DVD
+
+
+
+
+ freebsd10.3
+ FreeBSD 10.3
+ FreeBSD 10.3
+ FreeBSD 10.3
+ FreeBSD 10.3
+ FreeBSD 10.3
+ FreeBSD 10.3
+ FreeBSD 10.3
+ FreeBSD 10.3
+ FreeBSD 10.3
+ FreeBSD 10.3
+ 10.3
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2016-04-04
+ 2018-04-30
+
+
+ FreeBSD
+ 10_3_RELEASE_AMD64_DVD
+
+
+
+
+ freebsd10.4
+ FreeBSD 10.4
+ FreeBSD 10.4
+ FreeBSD 10.4
+ FreeBSD 10.4
+ FreeBSD 10.4
+ FreeBSD 10.4
+ FreeBSD 10.4
+ FreeBSD 10.4
+ FreeBSD 10.4
+ FreeBSD 10.4
+ 10.4
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2017-10-04
+ 2018-10-31
+
+
+ FreeBSD
+ 10_4_RELEASE_AMD64_DVD
+
+
+
+
+ FreeBSD
+ 10_4_RELEASE_AMD64_CD
+
+
+
+
+ FreeBSD
+ 10_4_RELEASE_I386_DVD
+
+
+
+
+ FreeBSD
+ 10_4_RELEASE_I386_CD
+
+
+
+
+ freebsd1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ FreeBSD 1.0
+ 1.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 1993-11-01
+
+
+ freebsd11.0
+ FreeBSD 11.0
+ FreeBSD 11.0
+ FreeBSD 11.0
+ FreeBSD 11.0
+ FreeBSD 11.0
+ FreeBSD 11.0
+ FreeBSD 11.0
+ FreeBSD 11.0
+ FreeBSD 11.0
+ FreeBSD 11.0
+ 11.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2016-10-10
+ 2017-10-30
+
+
+ FreeBSD
+ 11_0_RELEASE_P1_AMD64_DVD
+
+
+
+
+ FreeBSD
+ 11_0_RELEASE_P1_AMD64_CD
+
+
+
+
+ FreeBSD
+ 11_0_RELEASE_P1_I386_DVD
+
+
+
+
+ FreeBSD
+ 11_0_RELEASE_P1_I386_CD
+
+
+
+
+ freebsd11.1
+ FreeBSD 11.1
+ FreeBSD 11.1
+ FreeBSD 11.1
+ FreeBSD 11.1
+ FreeBSD 11.1
+ FreeBSD 11.1
+ FreeBSD 11.1
+ FreeBSD 11.1
+ FreeBSD 11.1
+ FreeBSD 11.1
+ 11.1
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2017-07-26
+ 2018-09-30
+
+
+ FreeBSD
+ 11_1_RELEASE_AMD64_DVD
+
+
+
+
+ FreeBSD
+ 11_1_RELEASE_AMD64_CD
+
+
+
+
+ FreeBSD
+ 11_1_RELEASE_I386_DVD
+
+
+
+
+ FreeBSD
+ 11_1_RELEASE_I386_CD
+
+
+
+
+ freebsd11.2
+ FreeBSD 11.2
+ FreeBSD 11.2
+ FreeBSD 11.2
+ FreeBSD 11.2
+ FreeBSD 11.2
+ FreeBSD 11.2
+ FreeBSD 11.2
+ FreeBSD 11.2
+ 11.2
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2018-06-27
+ 2019-10-31
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.2/FreeBSD-11.2-RELEASE-amd64-dvd1.iso
+
+ FreeBSD
+ 11_2_RELEASE_AMD64_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.2/FreeBSD-11.2-RELEASE-amd64-disc1.iso
+
+ FreeBSD
+ 11_2_RELEASE_AMD64_CD
+
+
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.2/FreeBSD-11.2-RELEASE-i386-dvd1.iso
+
+ FreeBSD
+ 11_2_RELEASE_I386_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.2/FreeBSD-11.2-RELEASE-i386-disc1.iso
+
+ FreeBSD
+ 11_2_RELEASE_I386_CD
+
+
+
+
+ freebsd11.3
+ FreeBSD 11.3
+ FreeBSD 11.3
+ FreeBSD 11.3
+ FreeBSD 11.3
+ FreeBSD 11.3
+ FreeBSD 11.3
+ FreeBSD 11.3
+ FreeBSD 11.3
+ 11.3
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2019-07-09
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.3/FreeBSD-11.3-RELEASE-amd64-dvd1.iso
+
+ FreeBSD
+ 11_3_RELEASE_AMD64_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.3/FreeBSD-11.3-RELEASE-amd64-disc1.iso
+
+ FreeBSD
+ 11_3_RELEASE_AMD64_CD
+
+
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.3/FreeBSD-11.3-RELEASE-i386-dvd1.iso
+
+ FreeBSD
+ 11_3_RELEASE_I386_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.3/FreeBSD-11.3-RELEASE-i386-disc1.iso
+
+ FreeBSD
+ 11_3_RELEASE_I386_CD
+
+
+
+
+ freebsd11.4
+ FreeBSD 11.4
+ FreeBSD 11.4
+ FreeBSD 11.4
+ FreeBSD 11.4
+ FreeBSD 11.4
+ FreeBSD 11.4
+ FreeBSD 11.4
+ FreeBSD 11.4
+ 11.4
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2020-06-16
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.4/FreeBSD-11.4-RELEASE-amd64-dvd1.iso
+
+ FreeBSD
+ 11_4_RELEASE_AMD64_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.4/FreeBSD-11.4-RELEASE-amd64-disc1.iso
+
+ FreeBSD
+ 11_4_RELEASE_AMD64_CD
+
+
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.4/FreeBSD-11.4-RELEASE-i386-dvd1.iso
+
+ FreeBSD
+ 11_4_RELEASE_I386_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.4/FreeBSD-11.4-RELEASE-i386-disc1.iso
+
+ FreeBSD
+ 11_4_RELEASE_I386_CD
+
+
+
+
+ freebsd12.0
+ FreeBSD 12.0
+ FreeBSD 12.0
+ FreeBSD 12.0
+ FreeBSD 12.0
+ FreeBSD 12.0
+ FreeBSD 12.0
+ FreeBSD 12.0
+ FreeBSD 12.0
+ 12.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2018-12-11
+ 2020-02-29
+
+ https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-amd64-dvd1.iso
+
+ FreeBSD
+ 12_0_RELEASE_AMD64_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-amd64-disc1.iso
+
+ FreeBSD
+ 12_0_RELEASE_AMD64_CD
+
+
+
+ https://download.freebsd.org/ftp/releases/i386/i386/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-i386-dvd1.iso
+
+ FreeBSD
+ 12_0_RELEASE_I386_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/i386/i386/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-i386-disc1.iso
+
+ FreeBSD
+ 12_0_RELEASE_I386_CD
+
+
+
+
+ freebsd12.1
+ FreeBSD 12.1
+ FreeBSD 12.1
+ FreeBSD 12.1
+ FreeBSD 12.1
+ FreeBSD 12.1
+ FreeBSD 12.1
+ FreeBSD 12.1
+ FreeBSD 12.1
+ 12.1
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2019-11-04
+
+ https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-amd64-dvd1.iso
+
+ FreeBSD
+ 12_1_RELEASE_AMD64_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-amd64-disc1.iso
+
+ FreeBSD
+ 12_1_RELEASE_AMD64_CD
+
+
+
+ https://download.freebsd.org/ftp/releases/i386/i386/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-i386-dvd1.iso
+
+ FreeBSD
+ 12_1_RELEASE_I386_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/i386/i386/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-i386-disc1.iso
+
+ FreeBSD
+ 12_1_RELEASE_I386_CD
+
+
+
+
+ freebsd12.2
+ FreeBSD 12.2
+ FreeBSD 12.2
+ FreeBSD 12.2
+ FreeBSD 12.2
+ FreeBSD 12.2
+ FreeBSD 12.2
+ FreeBSD 12.2
+ FreeBSD 12.2
+ 12.2
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2020-10-27
+
+ https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.2/FreeBSD-12.2-RELEASE-amd64-dvd1.iso
+
+ FreeBSD
+ 12_2_RELEASE_AMD64_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.2/FreeBSD-12.2-RELEASE-amd64-disc1.iso
+
+ FreeBSD
+ 12_2_RELEASE_AMD64_CD
+
+
+
+ https://download.freebsd.org/ftp/releases/i386/i386/ISO-IMAGES/12.2/FreeBSD-12.2-RELEASE-i386-dvd1.iso
+
+ FreeBSD
+ 12_2_RELEASE_I386_DVD
+
+
+
+ https://download.freebsd.org/ftp/releases/i386/i386/ISO-IMAGES/12.2/FreeBSD-12.2-RELEASE-i386-disc1.iso
+
+ FreeBSD
+ 12_2_RELEASE_I386_CD
+
+
+
+
+ freebsd2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ FreeBSD 2.0.5
+ 2.0.5
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 1995-06-10
+
+
+
+
+ freebsd2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ FreeBSD 2.0
+ 2.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 1994-11-22
+
+
+
+
+ freebsd2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ FreeBSD 2.2.8
+ 2.2.8
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 1998-11-22
+
+
+
+
+ freebsd2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ FreeBSD 2.2.9
+ 2.2.9
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2006-04-01
+
+
+ freebsd3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ FreeBSD 3.0
+ 3.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 1998-10-16
+
+
+
+
+ freebsd3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ FreeBSD 3.2
+ 3.2
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 1999-05-17
+
+
+
+
+ freebsd4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ FreeBSD 4.0
+ 4.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2000-03-14
+
+
+
+
+ freebsd4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ FreeBSD 4.10
+ 4.10
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2004-05-27
+
+
+
+
+ freebsd4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ FreeBSD 4.11
+ 4.11
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2005-01-25
+ 2007-01-31
+
+
+
+
+ freebsd4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ FreeBSD 4.1
+ 4.1
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2000-06-27
+
+
+
+
+ freebsd4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ FreeBSD 4.2
+ 4.2
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2000-11-21
+
+
+
+
+ freebsd4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ FreeBSD 4.3
+ 4.3
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2001-04-20
+
+
+
+
+ freebsd4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ FreeBSD 4.4
+ 4.4
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2001-09-20
+
+
+
+
+ freebsd4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ FreeBSD 4.5
+ 4.5
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2002-01-29
+
+
+
+
+ freebsd4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ FreeBSD 4.6
+ 4.6
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2002-06-15
+
+
+
+
+ freebsd4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ FreeBSD 4.7
+ 4.7
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2002-10-10
+
+
+
+
+ freebsd4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ FreeBSD 4.8
+ 4.8
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2003-04-03
+
+
+
+
+ freebsd4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ FreeBSD 4.9
+ 4.9
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2003-10-28
+
+
+
+
+ freebsd5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ FreeBSD 5.0
+ 5.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2003-01-19
+
+
+
+
+ freebsd5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ FreeBSD 5.1
+ 5.1
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2003-06-09
+
+
+
+
+ freebsd5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ FreeBSD 5.2.1
+ 5.2.1
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2005-02-25
+
+
+
+
+ freebsd5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ FreeBSD 5.2
+ 5.2
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2004-01-12
+
+
+
+
+ freebsd5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ FreeBSD 5.3
+ 5.3
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2004-11-06
+ 2006-10-31
+
+
+
+
+ freebsd5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ FreeBSD 5.4
+ 5.4
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2005-05-09
+ 2006-10-31
+
+
+
+
+ freebsd5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ FreeBSD 5.5
+ 5.5
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2006-05-25
+ 2008-05-31
+
+
+
+
+ freebsd6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ FreeBSD 6.0
+ 6.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2005-11-04
+ 2007-01-31
+
+
+
+
+
+
+ freebsd6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ FreeBSD 6.1
+ 6.1
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2006-05-09
+ 2008-05-31
+
+
+
+
+ freebsd6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ FreeBSD 6.2
+ 6.2
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2007-01-15
+ 2008-05-31
+
+
+
+
+ freebsd6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ FreeBSD 6.3
+ 6.3
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2008-01-18
+ 2010-01-31
+
+
+
+
+ freebsd6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ FreeBSD 6.4
+ 6.4
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2008-11-28
+ 2010-11-30
+
+
+
+
+ freebsd7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ FreeBSD 7.0
+ 7.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2008-02-27
+ 2009-04-30
+
+
+
+
+ freebsd7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ FreeBSD 7.1
+ 7.1
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2009-01-04
+ 2011-02-28
+
+
+
+
+ freebsd7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ FreeBSD 7.2
+ 7.2
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2009-05-04
+ 2010-06-30
+
+
+
+
+ freebsd7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ FreeBSD 7.3
+ 7.3
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2010-03-23
+ 2012-03-31
+
+
+
+
+ freebsd7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ FreeBSD 7.4
+ 7.4
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2011-02-24
+ 2013-02-28
+
+
+
+
+ freebsd8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ FreeBSD 8.0
+ 8.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2009-11-25
+ 2010-11-30
+
+
+
+
+
+
+ freebsd8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ FreeBSD 8.1
+ 8.1
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2010-07-23
+ 2012-07-31
+
+
+
+
+ freebsd8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ FreeBSD 8.2
+ 8.2
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+ 2011-02-24
+ 2012-07-31
+
+
+
+
+ freebsd8.3
+ FreeBSD 8.3
+ FreeBSD 8.3
+ FreeBSD 8.3
+ FreeBSD 8.3
+ FreeBSD 8.3
+ FreeBSD 8.3
+ FreeBSD 8.3
+ FreeBSD 8.3
+ FreeBSD 8.3
+ FreeBSD 8.3
+ 8.3
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2012-04-18
+ 2014-04-30
+
+
+ freebsd8.4
+ FreeBSD 8.4
+ FreeBSD 8.4
+ FreeBSD 8.4
+ FreeBSD 8.4
+ FreeBSD 8.4
+ FreeBSD 8.4
+ FreeBSD 8.4
+ FreeBSD 8.4
+ FreeBSD 8.4
+ FreeBSD 8.4
+ 8.4
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2013-06-09
+ 2015-08-01
+
+
+ freebsd9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ FreeBSD 9.0
+ 9.0
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2012-01-12
+ 2013-03-31
+
+
+ freebsd9.1
+ FreeBSD 9.1
+ FreeBSD 9.1
+ FreeBSD 9.1
+ FreeBSD 9.1
+ FreeBSD 9.1
+ FreeBSD 9.1
+ FreeBSD 9.1
+ FreeBSD 9.1
+ FreeBSD 9.1
+ FreeBSD 9.1
+ 9.1
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2012-12-30
+ 2014-12-31
+
+
+ freebsd9.2
+ FreeBSD 9.2
+ FreeBSD 9.2
+ FreeBSD 9.2
+ FreeBSD 9.2
+ FreeBSD 9.2
+ FreeBSD 9.2
+ FreeBSD 9.2
+ FreeBSD 9.2
+ FreeBSD 9.2
+ FreeBSD 9.2
+ 9.2
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2013-09-30
+ 2014-12-31
+
+
+ freebsd9.3
+ FreeBSD 9.3
+ FreeBSD 9.3
+ FreeBSD 9.3
+ FreeBSD 9.3
+ FreeBSD 9.3
+ FreeBSD 9.3
+ FreeBSD 9.3
+ FreeBSD 9.3
+ FreeBSD 9.3
+ FreeBSD 9.3
+ 9.3
+ FreeBSD Project
+ Проєкт FreeBSD
+ FreeBSD Projesi
+ Projeto FreeBSD
+ Projeto FreeBSD
+ Projekt FreeBSD
+ FreeBSD プロジェクト
+ Progetto FreeBSD
+ Proyek FreeBSD
+ Projet FreeBSD
+ FreeBSD Project
+ FreeBSD-Projekt
+ FreeBSD Project
+ freebsd
+ freebsd
+
+
+ 2014-07-16
+ 2016-12-31
+
+
+ freedos1.2
+ FreeDOS 1.2
+ FreeDOS 1.2
+ FreeDOS 1.2
+ FreeDOS 1.2
+ FreeDOS 1.2
+ FreeDOS 1.2
+ FreeDOS 1.2
+ FreeDOS 1.2
+ FreeDOS 1.2
+ 1.2
+ FreeDOS
+ FreeDOS
+ FreeDOS
+ FreeDOS
+ FreeDOS
+ FreeDOS
+ FreeDOS
+ FreeDOS
+ FreeDOS
+ linux
+ freedos
+ 2016-12-25
+
+ FreeDOS 1.2 "Standard" Installer
+ Встановлювач FreeDOS 1.2 «Standard»
+ FreeDOS 1.2 "Standard" Kurucu
+ FreeDOS 1.2 instalador "Standard"
+ FreeDOS 1.2 „Standardowy” instalator
+ FreeDOS 1.2 Installazione "Standard"
+ FreeDOS 1.2 "Standard" Installer
+ FreeDOS 1.2 "Standard" Installer
+
+
+ FreeDOS 1.2 "Legacy" Installer
+ Встановлювач FreeDOS 1.2 «Legacy»
+ FreeDOS 1.2 "Legacy" Kurucu
+ FreeDOS 1.2 instalador "Legacy"
+ FreeDOS 1.2 „Przestarzały” instalator
+ FreeDOS 1.2 Installazione "Legacy"
+ FreeDOS 1.2 "Legacy" Installer
+ FreeDOS 1.2 "Legacy" Installer
+
+
+
+ http://www.freedos.org/download/download/FD12CD.iso
+
+ FD-SETUP
+ LINUX
+
+
+
+
+ http://www.freedos.org/download/download/FD12LGCY.iso
+
+ FDI-CD
+ LINUX
+
+
+
+
+ 1
+ 1000000000
+ 33554432
+ 209715200
+
+
+ 67108864
+ 419430400
+
+
+
+
+ gentoo
+ Gentoo Linux
+ Gentoo Linux
+ Gentoo Linux
+ Gentoo Linux
+ Gentoo Linux
+ Gentoo Linux
+ Gentoo Linux
+ Gentoo Linux
+ Gentoo Foundation
+ Фундація Gentoo
+ Gentoo Vakfı
+ Fundação Gentoo
+ Fundacja Gentoo
+ Gentoo Foundation
+ Gentoo Foundation
+ Fondation Gentoo
+ linux
+ gentoo
+ rolling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 268435456
+ 2952790016
+
+
+
+
+ Gentoo x86 \d{8}T\d{6}Z
+
+
+
+
+ Gentoo amd64 \d{8}T\d{6}Z
+
+
+
+
+ gnome3.6
+ GNOME 3.6
+ GNOME 3.6
+ GNOME 3.6
+ GNOME 3.6
+ GNOME 3.6
+ GNOME 3.6
+ GNOME 3.6
+ GNOME 3.6
+ GNOME 3.6
+ GNOME 3.6
+ GNOME 3.6
+ GNOME 3.6
+ 3.6
+ GNOME Project
+ Проєкт GNOME
+ GNOME Projesi
+ Projeto GNOME
+ Projekt GNOME
+ GNOME プロジェクト
+ Progetto GNOME
+ Proyek GNOME
+ Projet GNOME
+ GNOME Project
+ GNOME-Projekt
+ Projecte GNOME
+ linux
+ gnome
+
+ 2012-09-26
+ 2013-09-25
+
+
+ GNOME36-LiveCD
+ LINUX
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+
+ 1
+ 805306368
+
+
+
+
+ gnome3.8
+ GNOME 3.8
+ GNOME 3.8
+ GNOME 3.8
+ GNOME 3.8
+ GNOME 3.8
+ GNOME 3.8
+ GNOME 3.8
+ GNOME 3.8
+ GNOME 3.8
+ GNOME 3.8
+ 3.8
+ GNOME Project
+ Проєкт GNOME
+ GNOME Projesi
+ Projeto GNOME
+ Projekt GNOME
+ GNOME プロジェクト
+ Progetto GNOME
+ Proyek GNOME
+ Projet GNOME
+ GNOME Project
+ GNOME-Projekt
+ Projecte GNOME
+ linux
+ gnome
+
+
+ 2013-03-27
+ 2014-07-29
+
+
+ GNOME38-LiveCD
+ LINUX
+
+ isolinux/vmlinuz0
+ isolinux/initrd0.img
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ gnome-continuous-3.10
+ GNOME 3.10
+ GNOME 3.10
+ GNOME 3.10
+ GNOME 3.10
+ GNOME 3.10
+ GNOME 3.10
+ GNOME 3.10
+ GNOME 3.10
+ GNOME 3.10
+ GNOME 3.10
+ 3.10
+ GNOME Project
+ Проєкт GNOME
+ GNOME Projesi
+ Projeto GNOME
+ Projekt GNOME
+ GNOME プロジェクト
+ Progetto GNOME
+ Proyek GNOME
+ Projet GNOME
+ GNOME Project
+ GNOME-Projekt
+ Projecte GNOME
+ linux
+ gnome
+
+ 2013-09-25
+ 2014-11-13
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2
+ 1073741824
+
+
+
+
+ gnome-continuous-3.12
+ GNOME 3.12
+ GNOME 3.12
+ GNOME 3.12
+ GNOME 3.12
+ GNOME 3.12
+ GNOME 3.12
+ GNOME 3.12
+ GNOME 3.12
+ GNOME 3.12
+ GNOME 3.12
+ 3.12
+ GNOME Project
+ Проєкт GNOME
+ GNOME Projesi
+ Projeto GNOME
+ Projekt GNOME
+ GNOME プロジェクト
+ Progetto GNOME
+ Proyek GNOME
+ Projet GNOME
+ GNOME Project
+ GNOME-Projekt
+ Projecte GNOME
+ linux
+ gnome
+
+
+ snapshot
+ 2015-06-24
+
+
+ 2
+ 1073741824
+
+
+
+
+ gnome-continuous-3.14
+ GNOME 3.14
+ GNOME 3.14
+ GNOME 3.14
+ GNOME 3.14
+ GNOME 3.14
+ GNOME 3.14
+ GNOME 3.14
+ GNOME 3.14
+ GNOME 3.14
+ GNOME 3.14
+ 3.14
+ GNOME Project
+ Проєкт GNOME
+ GNOME Projesi
+ Projeto GNOME
+ Projekt GNOME
+ GNOME プロジェクト
+ Progetto GNOME
+ Proyek GNOME
+ Projet GNOME
+ GNOME Project
+ GNOME-Projekt
+ Projecte GNOME
+ linux
+ gnome
+
+
+ snapshot
+
+
+ 2
+ 1073741824
+
+
+
+
+ guix-1.1
+ Guix 1.1
+ Guix 1.1
+ Guix 1.1
+ Guix 1.1
+ Guix 1.1
+ Guix 1.1
+ Guix 1.1
+ Guix 1.1
+ 1.1
+ Guix Contributors
+ Учасники розробки Guix
+ Guix'e Katkıda Bulunanlar
+ Contribuidores do Guix
+ Współtwórcy Guix
+ Collaboratori Guix
+ Guix Contributors
+ Contributeurs de Guix
+ linux
+ guix
+ 2020-04-15
+
+
+
+ GUIX_IMAGE
+ 584865792
+
+ gnu/store/506a8398hzkdqcm6y7r45fm0dvpaagks-linux-libre-5.4.31/bzImage
+ gnu/store/f1gga79nhl5if3rmm9n793c6jmdkb0j9-raw-initrd/initrd.cpio.gz
+
+
+
+
+ GUIX_IMAGE
+ 586209280
+
+ gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage
+ gnu/store/33mpn6f0hy4m73m4isd5lg83qxwclld8-raw-initrd/initrd.cpio.gz
+
+
+
+ 536870912
+ 4294967296
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ haikunightly
+ Haiku Nightly
+ Нічна версія Haiku
+ Haiku Nightly
+ Haiku Nightly
+ Haiku Nightly
+ Haiku Nightly
+ Haiku Nightly
+ Haiku Nightly
+ nightly
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ haiku
+ haiku
+
+
+ snapshot
+
+
+
+
+
+
+ haiku-nightly-x86
+
+
+
+
+ haiku-nightly-x86_64
+
+
+
+
+ 1000000000
+ 1
+ 536870912
+ 2147483648
+
+
+ 1000000000
+ 1073741824
+ 4294967296
+
+
+
+
+ haikur1alpha1
+ Haiku R1/Alpha1
+ Haiku R1/Alpha1
+ Haiku R1/Alpha1
+ Haiku R1/Alpha1
+ Haiku R1/Alpha1
+ Haiku R1/Alpha1
+ Haiku R1/Alpha1
+ Haiku R1/Alpha1
+ r1alpha1
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ haiku
+ haiku
+ 2009-09-14
+ 2010-05-10
+
+
+ Haiku
+ FreeBSD
+ 398305280
+
+
+
+
+ 1000000000
+ 1
+ 536870912
+ 2147483648
+
+
+ 1000000000
+ 1073741824
+ 4294967296
+
+
+
+
+ haikur1alpha2
+ Haiku R1/Alpha2
+ Haiku R1/Alpha2
+ Haiku R1/Alpha2
+ Haiku R1/Alpha2
+ Haiku R1/Alpha2
+ Haiku R1/Alpha2
+ Haiku R1/Alpha2
+ Haiku R1/Alpha2
+ r1alpha2
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ haiku
+ haiku
+
+
+ 2010-05-10
+ 2011-06-20
+
+
+ Haiku
+ FreeBSD
+ 696281088
+
+
+
+
+ 1000000000
+ 1
+ 536870912
+ 2147483648
+
+
+ 1000000000
+ 1073741824
+ 4294967296
+
+
+
+
+ haikur1alpha3
+ Haiku R1/Alpha3
+ Haiku R1/Alpha3
+ Haiku R1/Alpha3
+ Haiku R1/Alpha3
+ Haiku R1/Alpha3
+ Haiku R1/Alpha3
+ Haiku R1/Alpha3
+ Haiku R1/Alpha3
+ r1alpha3
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ haiku
+ haiku
+
+
+ 2011-06-20
+ 2012-11-14
+
+
+ Haiku
+ FreeBSD
+ 589434880
+
+
+
+
+ 1000000000
+ 1
+ 536870912
+ 2147483648
+
+
+ 1000000000
+ 1073741824
+ 4294967296
+
+
+
+
+ haikur1alpha4.1
+ Haiku R1/Alpha4.1
+ Haiku R1/Alpha4.1
+ Haiku R1/Alpha4.1
+ Haiku R1/Alpha4.1
+ Haiku R1/Alpha4.1
+ Haiku R1/Alpha4.1
+ Haiku R1/Alpha4.1
+ Haiku R1/Alpha4.1
+ r1alpha4.1
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ haiku
+ haiku
+
+
+ 2012-11-14
+ 2018-09-28
+
+
+
+
+
+
+ Haiku
+ FreeBSD
+ 615106560
+
+
+
+
+ 1000000000
+ 1
+ 536870912
+ 2147483648
+
+
+ 1000000000
+ 1073741824
+ 4294967296
+
+
+
+
+ haikur1beta1
+ Haiku R1/Beta1
+ Haiku R1/Beta1
+ Haiku R1/Beta1
+ Haiku R1/Beta1
+ Haiku R1/Beta1
+ Haiku R1/Beta1
+ Haiku R1/Beta1
+ Haiku R1/Beta1
+ r1beta1
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ Haiku, Inc.
+ haiku
+ haiku
+
+
+ 2018-09-28
+
+
+ bootimg
+ LINUX
+ 3325952
+
+
+
+
+ bootimg
+ LINUX
+ 3325952
+
+
+
+
+ 1000000000
+ 1
+ 536870912
+ 2147483648
+
+
+ 1000000000
+ 1073741824
+ 4294967296
+
+
+
+
+ linux2016
+ Generic Linux 2016
+ Типовий Linux 2016
+ Genel Linux 2016
+ Generic Linux 2016
+ Ogólny Linux 2016
+ Linux generico del 2016
+ Generic Linux 2016
+ Generic Linux 2016
+ 2016
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ linux
+
+ 2016-01-01
+ 2021-01-01
+
+
+
+ linux2018
+ Generic Linux 2018
+ Типовий Linux 2018
+ Genel Linux 2018
+ Generic Linux 2018
+ Ogólny Linux 2018
+ Linux generico del 2018
+ Generic Linux 2018
+ Generic Linux 2018
+ 2018
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ linux
+
+ 2018-01-01
+ 2023-01-01
+
+
+
+ linux2020
+ Generic Linux 2020
+ Типовий Linux 2020
+ Genel Linux 2020
+ Generic Linux 2020
+ Ogólny Linux 2020
+ Linux generico del 2020
+ Generic Linux 2020
+ Generic Linux 2020
+ 2020
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ linux
+
+ 2020-01-01
+ 2025-01-01
+
+
+
+ unknown
+ Unknown
+ Tuntematon
+ Невідома
+ Bilinmeyen
+ Desconhecido
+ Nieznany
+ Sconosciuto
+ Tidak Dikenal
+ Inconnu
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+ Libosinfo
+
+
+ mageia1
+ Mageia 1
+ Mageia 1
+ Mageia 1
+ Mageia 1
+ Mageia 1
+ Mageia 1
+ Mageia 1
+ Mageia 1
+ Mageia 1
+ Mageia 1
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ linux
+ mageia
+ 1
+
+ 2011-06-01
+ 2012-12-01
+
+
+
+
+
+
+
+
+
+
+
+
+ 1-i586
+ Mageia.Org
+
+
+
+
+ mageia-dual-1
+
+
+
+
+ mageia-dual-1
+
+
+
+
+ 1-x86_64
+ Mageia.Org
+
+
+
+
+ Livecd-1-(GNOME|KDE)
+
+
+
+
+ mageia2
+ Mageia 2
+ Mageia 2
+ Mageia 2
+ Mageia 2
+ Mageia 2
+ Mageia 2
+ Mageia 2
+ Mageia 2
+ Mageia 2
+ Mageia 2
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ linux
+ mageia
+ 2
+
+ 2012-05-22
+ 2013-11-22
+
+
+ Mageia-2(-i586)?
+
+
+
+
+ Mageia-2(-x86_64)?
+
+
+
+
+ mageia3
+ Mageia 3
+ Mageia 3
+ Mageia 3
+ Mageia 3
+ Mageia 3
+ Mageia 3
+ Mageia 3
+ Mageia 3
+ Mageia 3
+ Mageia 3
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ linux
+ mageia
+ 3
+
+ 2013-05-19
+ 2014-11-26
+
+
+ Mageia-3(-i586)?
+
+
+
+
+ Mageia-3(-x86_64)?
+
+
+
+
+ Mageia-3-(GNOME|KDE4)-Live(CD|DVD)
+
+
+
+
+ mageia4
+ Mageia 4
+ Mageia 4
+ Mageia 4
+ Mageia 4
+ Mageia 4
+ Mageia 4
+ Mageia 4
+ Mageia 4
+ Mageia 4
+ Mageia 4
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ linux
+ mageia
+ 4
+
+ 2014-02-01
+ 2015-09-19
+
+
+ Mageia-4(.1)?(-i586)?
+
+
+
+
+ Mageia-4(.1)?(-x86_64)?
+
+
+
+
+ Mageia-4(.1)?-(GNOME|KDE4)-Live(CD|DVD)
+
+
+
+
+ mageia5
+ Mageia 5
+ Mageia 5
+ Mageia 5
+ Mageia 5
+ Mageia 5
+ Mageia 5
+ Mageia 5
+ Mageia 5
+ Mageia 5
+ Mageia 5
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ linux
+ mageia
+ 5
+
+ 2015-06-19
+ 2017-10-31
+
+
+ Mageia-5(.1)?(-i586)?
+
+
+
+
+ Mageia-5(.1)?(-x86_64)?
+
+
+
+
+ Mageia-5(.1)?-(GNOME|KDE4)-Live(CD|DVD)
+
+
+
+
+ Mageia-5(.1)?-(GNOME|KDE4)-Live(CD|DVD)
+
+
+
+
+ mageia6
+ Mageia 6
+ Mageia 6
+ Mageia 6
+ Mageia 6
+ Mageia 6
+ Mageia 6
+ Mageia 6
+ Mageia 6
+ Mageia 6
+ Mageia 6
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ linux
+ mageia
+ 6
+
+ 2017-07-16
+ 2019-01-16
+
+
+ Mageia-6(.1)?(-i586)?
+
+
+
+
+ Mageia-6(.1)?(-x86_64)?
+
+
+
+
+ Mageia-6(.1)?-(GNOME|Plasma|Xfce)-LiveDVD
+
+
+
+
+ Mageia-6(.1)?-(GNOME|Plasma|Xfce)-LiveDVD
+
+
+
+
+ mageia7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ Mageia
+ linux
+ mageia
+ 7
+
+ 2019-07-01
+ 2020-12-30
+
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+ Mageia 7
+
+
+
+ Mageia-7(.1)?-i586
+ LINUX
+ MAGEIA.ORG
+
+ boot/vmlinuz
+ boot/all.rdz
+
+
+
+ Mageia-7(.1)?-x86_64
+ LINUX
+ MAGEIA.ORG
+
+ boot/vmlinuz
+ boot/all.rdz
+
+
+
+ Mageia-7(.1)?-Live-(GNOME|Plasma|Xfce)-i586
+ LINUX
+ MAGEIA.ORG
+
+ boot/vmlinuz
+ boot/initrd.img
+
+
+
+ Mageia-7(.1)?-Live-(GNOME|Plasma|Xfce)-x86_64
+ LINUX
+ MAGEIA.ORG
+
+ boot/vmlinuz
+ boot/initrd.img
+
+
+
+
+ Mageia-7(.1)?-i686-netinstall
+
+ isolinux/i386/vmlinuz
+ isolinux/i386/all.rdz
+
+
+
+
+ Mageia-7(.1)?-x86_64-netinstall
+
+ isolinux/x86_64/vmlinuz
+ isolinux/x86_64/all.rdz
+
+
+
+ 536870912
+ 5368709120
+
+
+ 2147483648
+ 21474836480
+
+
+
+
+ mandrake10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandrake Linux 10.0
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ 10.0
+
+
+ 2004-04-28
+
+
+ mandrake10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandrake Linux 10.1
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ 10.1
+
+
+ 2004-10-15
+
+
+ mandrake10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandrake Linux 10.2
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ 10.2
+
+
+ 2005-04-14
+
+
+ mandrake5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandrake Linux 5.1
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Venice
+ 5.1
+
+ 1998-07-23
+
+
+ mandrake5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandrake Linux 5.2
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Leeloo
+ 5.2
+
+
+ 1998-12-01
+
+
+ mandrake5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandrake Linux 5.3
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Festen
+ 5.3
+
+
+ 1999-02-11
+
+
+ mandrake6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandrake Linux 6.0
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Venus
+ 6.0
+
+
+ 1999-05-27
+
+
+ mandrake6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandrake Linux 6.1
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Helios
+ 6.1
+
+
+ 1999-09-17
+
+
+ mandrake7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandrake Linux 7.0
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Air
+ 7.0
+
+
+ 2000-01-14
+
+
+ mandrake7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandrake Linux 7.1
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Helium
+ 7.1
+
+
+ 2000-06-13
+
+
+ mandrake7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandrake Linux 7.2
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Odyssey
+ 7.2
+
+
+ 2000-10-30
+
+
+ mandrake8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandrake Linux 8.0
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Traktopel
+ 8.0
+
+
+ 2001-04-19
+
+
+ mandrake8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandrake Linux 8.1
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Vitamin
+ 8.1
+
+
+ 2001-09-27
+
+
+ mandrake8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandrake Linux 8.2
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Bluebird
+ 8.2
+
+
+ 2002-03-18
+
+
+ mandrake9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandrake Linux 9.0
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Dolphin
+ 9.0
+
+
+ 2002-09-25
+
+
+ mandrake9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandrake Linux 9.1
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ Bamboo
+ 9.1
+
+
+ 2003-03-25
+
+
+ mandrake9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandrake Linux 9.2
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandrake
+ FiveStar
+ 9.2
+
+
+ 2003-12-14
+
+
+ mandriva2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva Linux 2006.0
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ 2006.0
+
+
+ 2005-10-14
+
+
+ mandriva2007.1
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva Linux 2007 Spring
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ 2007.1
+
+
+ 2007-04-18
+
+
+ mandriva2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva Linux 2007
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ 2007
+
+
+ 2006-10-03
+
+
+ mandriva2008.0
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva Linux 2008
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ 2008.0
+
+
+ 2007-10-09
+ 2010-10-09
+
+
+ mandriva2008.1
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva Linux 2008 Spring
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ 2008.1
+
+
+ 2008-04-15
+ 2009-10-15
+
+
+ mandriva2009.0
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva Linux 2009
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ 2009.0
+
+
+ 2008-10-09
+ 2011-10-15
+
+
+ mandriva2009.1
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva Linux 2009 Spring
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ 2009.1
+
+
+ 2009-04-29
+ 2010-10-29
+
+
+ mandriva2010.0
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva Linux 2010
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ 2010.0
+
+
+ 2009-11-03
+ 2012-11-03
+
+
+
+
+
+
+
+
+ mandriva2010.1
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva Linux 2010 Spring
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ 2010.1
+
+
+ 2010-07-08
+ 2012-07-08
+
+
+ mandriva2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva Linux 2010.2
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ 2010.2
+
+
+ 2010-12-01
+
+
+ mandriva2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva Linux 2011
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mandriva
+ Hydrogen
+ 2011
+
+
+ 2011-08-28
+ 2013-02-27
+
+
+ mbs1.0
+ Mandriva Business Server 1.0
+ Mandriva Business Server 1.0
+ Mandriva Business Server 1.0
+ Mandriva Business Server 1.0
+ Mandriva Business Server 1.0
+ Mandriva Business Server 1.0
+ Mandriva Business Server 1.0
+ Mandriva Business Server 1.0
+ Mandriva Business Server 1.0
+ Mandriva Business Server 1.0
+ 1.0
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mbs
+ 2013-02-21
+ 2018-02-20
+
+
+ mes5
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ Mandriva Enterprise Server 5.0
+ 5.0
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mes
+ 2009-06-16
+ 2014-06-16
+
+
+ mes5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ Mandriva Enterprise Server 5.1
+ 5.1
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ Mandriva
+ linux
+ mes
+
+
+ 2010-03-15
+ 2014-06-16
+
+
+
+
+
+
+
+
+ manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ Manjaro
+ linux
+ Manjaro
+
+ rolling
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 2000000000
+ 4294967296
+ 26843545600
+
+
+
+ Manjaro Architect
+ Manjaro Architect
+ Manjaro Architect
+ Manjaro Architect
+ Manjaro Architect
+ Manjaro Architect
+ Manjaro Architect
+ Manjaro Architect
+
+
+ Manjaro GNOME
+ Manjaro GNOME
+ Manjaro GNOME
+ Manjaro GNOME
+ Manjaro GNOME
+ Manjaro GNOME
+ Manjaro GNOME
+ Manjaro GNOME
+
+
+ Manjaro GNOME (Minimal)
+ Manjaro GNOME (мінімальна)
+ Manjaro GNOME (Minimal)
+ Manjaro GNOME (Mínimo)
+ Manjaro GNOME (minimalny)
+ Manjaro GNOME (minimale)
+ Manjaro GNOME (Minimal)
+ Manjaro GNOME (Minimal)
+
+
+ Manjaro KDE
+ Manjaro KDE
+ Manjaro KDE
+ Manjaro KDE
+ Manjaro KDE
+ Manjaro KDE
+ Manjaro KDE
+ Manjaro KDE
+
+
+ Manjaro KDE (Minimal)
+ Manjaro KDE (мінімальна)
+ Manjaro KDE (Minimal)
+ Manjaro KDE (Mínimo)
+ Manjaro KDE (minimalny)
+ Manjaro KDE (minimale)
+ Manjaro KDE (Minimal)
+ Manjaro KDE (Minimal)
+
+
+ Manjaro XFCE
+ Manjaro XFCE
+ Manjaro XFCE
+ Manjaro XFCE
+ Manjaro Xfce
+ Manjaro XFCE
+ Manjaro XFCE
+ Manjaro XFCE
+
+
+ Manjaro XFCE (Minimal)
+ Manjaro XFCE (мінімальна)
+ Manjaro XFCE (Minimal)
+ Manjaro XFCE (Mínimo)
+ Manjaro Xfce (minimalny)
+ Manjaro XFCE (minimale)
+ Manjaro XFCE (Minimal)
+ Manjaro XFCE (Minimal)
+
+
+
+ https://osdn.net/projects/manjaro/storage/architect/20.0.2/manjaro-architect-20.0.2-200601-linux56.iso
+
+ MANJARO_ARCHITECT_
+
+ boot/vmlinuz-x86_64
+ boot/initramfs-x86_64.img
+
+
+
+ https://osdn.net/projects/manjaro/storage/gnome/20.2.1/manjaro-gnome-20.2.1-210103-linux59.iso
+
+ MANJARO_GNOME_
+
+ boot/vmlinuz-x86_64
+ boot/initramfs-x86_64.img
+
+
+
+ https://osdn.net/projects/manjaro/storage/gnome/20.2.1/minimal/manjaro-gnome-20.2.1-minimal-210103-linux59.iso
+
+ MANJARO_GNOMEM_
+
+ boot/vmlinuz-x86_64
+ boot/initramfs-x86_64.img
+
+
+
+ https://osdn.net/projects/manjaro/storage/kde/20.2.1/manjaro-kde-20.2.1-210103-linux59.iso
+
+ MANJARO_KDE_
+
+ boot/vmlinuz-x86_64
+ boot/initramfs-x86_64.img
+
+
+
+ https://osdn.net/projects/manjaro/storage/kde/20.2.1/minimal/manjaro-kde-20.2.1-minimal-210103-linux59.iso
+
+ MANJARO_KDEM_
+
+ boot/vmlinuz-x86_64
+ boot/initramfs-x86_64.img
+
+
+
+ https://osdn.net/projects/manjaro/storage/xfce/20.2.1/manjaro-xfce-20.2.1-210103-linux59.iso
+
+ MANJARO_XFCE_
+
+ boot/vmlinuz-x86_64
+ boot/initramfs-x86_64.img
+
+
+
+ https://osdn.net/projects/manjaro/storage/xfce/20.2.1/minimal/manjaro-xfce-20.2.1-minimal-210103-linux59.iso
+
+ MANJARO_XFCEM_
+
+ boot/vmlinuz-x86_64
+ boot/initramfs-x86_64.img
+
+
+
+ msdos6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft MS-DOS 6.22
+ Microsoft
+ Microsoft
+ Microsoft
+ Microsoft
+ Microsoft
+ Microsoft
+ Microsoft
+ Microsoft
+ Microsoft
+ Microsoft
+ Microsoft
+ Microsoft
+ 6.22
+ msdos
+ msdos
+ 1994-06-01
+ 2001-12-31
+
+
+ win1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Windows 1.0
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ win16
+ win
+ 1.0
+ 1985-11-20
+ 2001-12-31
+
+
+ win10
+ Microsoft Windows 10
+ Microsoft Windows 10
+ Microsoft Windows 10
+ Microsoft Windows 10
+ Microsoft Windows 10
+ Microsoft Windows 10
+ Microsoft Windows 10
+ Microsoft Windows 10
+ Microsoft Windows 10
+ Microsoft Windows 10
+ 10.0
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2018-11-13
+ 2029-01-09
+
+ Microsoft Windows 10 Education
+ Microsoft Windows 10 Education
+ Microsoft Windows 10 Education
+ Microsoft Windows 10 Education
+ Microsoft Windows 10 Education
+ Microsoft Windows 10 Education
+ Microsoft Windows 10 Education
+ Microsoft Windows 10 Éducation
+ Microsoft Windows 10 Education
+ Microsoft Windows 10 Education
+
+
+ Microsoft Windows 10 Enterprise
+ Microsoft Windows 10 Enterprise
+ Microsoft Windows 10 Enterprise
+ Microsoft Windows 10 Enterprise
+ Microsoft Windows 10 Enterprise
+ Microsoft Windows 10 Enterprise
+ Microsoft Windows 10 Enterprise
+ Microsoft Windows 10 Entreprise
+ Microsoft Windows 10 Enterprise
+ Microsoft Windows 10 Enterprise
+
+
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch)
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch)
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch)
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch)
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch)
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch)
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch)
+ Microsoft Windows 10 Entreprise (Long Term Servicing Branch)
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch)
+ Microsoft Windows 10 Enterprise (LTSB)
+
+
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch) Evaluation
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch) тестова версія
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch) Evaluation
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch) Avaliação
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch) Evaluation
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch) Evaluation
+ Microsoft Windows 10 Enterprise (Long Term Servicing Branch) Evaluation
+ Microsoft Windows 10 Entreprise (Long Term Servicing Branch) Évaluation
+ Microsoft Windows 10 Enterprise (LTSB) avaluació
+
+
+
+
+
+ (J_)?CEDN?A_X86FRE_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (J_)?CEDN?A_X64FREE?_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+
+ ^(J_)?CEN?A_X86FREV_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ ^(J_)?CENN?A_X64FREV_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+
+ (J_)?CESN?N?_X86FREV_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (J_)?CESN?N?_X64FREV_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+
+ CESE_X86FREE_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ CESE_X64FREE_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ ^(J_)?CCSN?A_X86FRE_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+ ^(J_)?(CCSN?A|C?CCOMA)_X64FREE?_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+ 1000000000
+ 1
+ 1073741824
+ 17179869184
+
+
+
+
+ 1000000000
+ 1
+ 2147483648
+ 21474836480
+
+
+ 6597069766656
+
+
+
+
+
+
+
+
+
+
+ win2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Windows 2.0
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ win16
+ win
+ 2.0
+
+
+ 1987-12-09
+ 2001-12-31
+
+
+ win2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Windows 2.1
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ win16
+ win
+ 2.1
+
+
+ 1988-05-27
+ 2001-12-31
+
+
+ win2k12r2
+ Microsoft Windows Server 2012 R2
+ Microsoft Windows Server 2012 R2
+ Microsoft Windows Server 2012 R2
+ Microsoft Windows Server 2012 R2
+ Microsoft Windows Server 2012 R2
+ Microsoft Windows Server 2012 R2
+ Microsoft Windows Server 2012 R2
+ Microsoft Windows Server 2012 R2
+ Microsoft Windows Server 2012 R2
+ Microsoft Windows Server 2012 R2
+ 6.3
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+
+ Windows Server 2012 R2 Storage
+ Windows Server 2012 R2 Storage
+ Windows Server 2012 R2 Storage
+ Windows Server 2012 R2 Storage
+ Windows Server 2012 R2 Storage
+ Windows Server 2012 R2 Storage
+ Windows Server 2012 R2 Storage
+ Windows Server 2012 R2 Storage
+ Windows Server 2012 R2 Storage
+ Windows Server 2012 R2 Storage
+
+
+ Windows Server 2012 R2 for HyperV
+ Windows Server 2012 R2 для HyperV
+ Windows Server 2012 R2 for HyperV
+ Windows Server 2012 R2 for HyperV
+ Windows Server 2012 R2 dla Hyper-V
+ Windows Server 2012 R2 per HyperV
+ Windows Server 2012 R2 untuk HyperV
+ Windows Server 2012 R2 pour HyperV
+ Windows Server 2012 R2 para HyperV
+ Windows Server 2012 R2 per a HyperV
+
+
+ Windows Server 2012 R2 Essentials
+ Windows Server 2012 R2 Essentials
+ Windows Server 2012 R2 Essentials
+ Windows Server 2012 R2 Essentials
+ Windows Server 2012 R2 Essentials
+ Windows Server 2012 R2 Essentials
+ Windows Server 2012 R2 Essentials
+ Windows Server 2012 R2 Essentials
+ Windows Server 2012 R2 Essentials
+ Windows Server 2012 R2 Essentials
+
+
+ Windows Server 2012 R2 Volume License
+ Windows Server 2012 R2 Volume License
+ Windows Server 2012 R2 Volume License
+ Windows Server 2012 R2 Volume License
+ Windows Server 2012 R2 (Licencja grupowa)
+ Windows Server 2012 R2 Volume License
+ Windows Server 2012 R2 Volume License
+ Windows Server 2012 R2 Volume License
+ Licencia por volumen Windows Server 2012 R2
+ Llicència per volum de Windows Server 2012 R2
+
+ 2013-11-25
+ 2023-10-10
+
+
+ (IRM_SSS_X64FREE?|IRM_SSS_X64CHK|IR3_SSS_X64FREE?|IR5_SSS_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (IRM_SSSO_X64CHK|IR5_SSSO_X64FREE?|IRM_SSSO_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (IRM_SHV_X64CHK|IRM_SHV_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (IR5_SSS_X64FREV|IR2_SSS_X64FREV|IR1_SSS_X64FREV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (IRM_SFST_X64FREO|IR5_SFST_X64FREO)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 1400000000
+ 1
+ 536870912
+ 34359738368
+
+
+ 4398046511104
+
+
+
+
+ win2k12
+ Microsoft Windows Server 2012
+ Microsoft Windows Server 2012
+ Microsoft Windows Server 2012
+ Microsoft Windows Server 2012
+ Microsoft Windows Server 2012
+ Microsoft Windows Server 2012
+ Microsoft Windows Server 2012
+ Microsoft Windows Server 2012
+ Microsoft Windows Server 2012
+ Microsoft Windows Server 2012
+ 6.3
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2012-10-30
+ 2023-10-10
+
+
+
+
+
+
+
+ Windows Server 2012 Storage
+ Windows Server 2012 Storage
+ Windows Server 2012 Storage
+ Windows Server 2012 Storage
+ Windows Server 2012 Storage
+ Windows Server 2012 Storage
+ Windows Server 2012 Storage
+ Windows Server 2012 Storage
+ Windows Server 2012 Storage
+ Windows Server 2012 Storage
+
+
+ Windows Server 2012 for HyperV
+ Windows Server 2012 для HyperV
+ Windows Server 2012 for HyperV
+ Windows Server 2012 for HyperV
+ Windows Server 2012 dla Hyper-V
+ Windows Server 2012 per HyperV
+ Windows Server 2012 untuk HyperV
+ Windows Server 2012 pour HyperV
+ Windows Server 2012 para HyperV
+ Windows Server 2012 per a HyperV
+
+
+ Windows Server 2012 Essentials
+ Windows Server 2012 Essentials
+ Windows Server 2012 Essentials
+ Windows Server 2012 Essentials
+ Windows Server 2012 Essentials
+ Windows Server 2012 Essentials
+ Windows Server 2012 Essentials
+ Windows Server 2012 Essentials
+ Windows Server 2012 Essentials
+ Windows Server 2012 Essentials
+
+
+ Windows Server 2012 Volume License
+ Windows Server 2012 Volume License
+ Windows Server 2012 Volume License
+ Windows Server 2012 Volume License
+ Windows Server 2012 (Licencja grupowa)
+ Windows Server 2012 Volume License
+ Windows Server 2012 Volume License
+ Windows Server 2012 Volume License
+ Licencia por volumen Windows Server 2012
+ Llicència per volum de Windows Server 2012
+
+
+
+ (HRM_SSS_X64CHK|HRM_SSS_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (HRM_SSSO_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (HRM_SHV_X64CHK|HRM_SHV_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (HRM_SFST_X64FREO)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (HRM_SSS_X64FREV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 1400000000
+ 1
+ 536870912
+ 34359738368
+
+
+ 4398046511104
+
+
+
+
+ win2k16
+ Microsoft Windows Server 2016
+ Microsoft Windows Server 2016
+ Microsoft Windows Server 2016
+ Microsoft Windows Server 2016
+ Microsoft Windows Server 2016
+ Microsoft Windows Server 2016
+ Microsoft Windows Server 2016
+ Microsoft Windows Server 2016
+ Microsoft Windows Server 2016
+ 10.0
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2016-10-15
+ 2027-01-12
+
+ Windows Server 2016 for HyperV
+ Windows Server 2016 для HyperV
+ Windows Server 2016 for HyperV
+ Windows Server 2016 for HyperV
+ Windows Server 2016 dla HyperV
+ Windows Server 2016 per HyperV
+ Windows Server 2016 for HyperV
+ Windows Server 2016 pour HyperV
+ Windows Server 2016 per a HyperV
+
+
+ Windows Server 2016 Essentials
+ Windows Server 2016 Essentials
+ Windows Server 2016 Essentials
+ Windows Server 2016 Essentials
+ Windows Server 2016 Essentials
+ Windows Server 2016 Essentials
+ Windows Server 2016 Essentials
+ Windows Server 2016 Essentials
+
+
+
+ ^(SSS_X64CHK|SSS_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ ^(SESS_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ ^(SHV_X64CHK|SHV_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 1400000000
+ 1
+ 536870912
+ 34359738368
+
+
+ 2000000000
+ 2147483648
+ 42949672960
+
+
+ 26388279066624
+
+
+
+
+ win2k19
+ Microsoft Windows Server 2019
+ Microsoft Windows Server 2019
+ Microsoft Windows Server 2019
+ Microsoft Windows Server 2019
+ Microsoft Windows Server 2019
+ Microsoft Windows Server 2019
+ Microsoft Windows Server 2019
+ Microsoft Windows Server 2019
+ 10.0
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2018-11-13
+ 2029-01-09
+
+
+ 1400000000
+ 1
+ 536870912
+ 34359738368
+
+
+ 2000000000
+ 2147483648
+ 42949672960
+
+
+ 26388279066624
+
+
+
+
+ win2k3r2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ Microsoft Windows Server 2003 R2
+ 5.2
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2005-12-06
+ 2015-07-14
+
+
+ (CRMEFPP|CRMSFPP|CR0SCD2|CR0ECD2|BX2SFPP|BX2EFPP|BRMECD2FRE|BRMSCD2FRE)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ (CRMEXFPP|CRMSXFPP|CR0SCD2X|CR0ECD2X|BX2SXFPP|BX2EXFPP|BRMECD2XFRE|BRMSCD2XFRE)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 133000000
+ 1
+ 134217728
+ 2147483648
+
+
+ 550000000
+ 268435456
+ 4294967296
+
+
+
+
+ 1500000000
+ 1
+ 536870912
+ 4294967296
+
+
+ 8589934592
+
+
+
+
+
+
+
+
+
+
+ win2k3
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ Microsoft Windows Server 2003
+ 5.2
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2003-04-24
+ 2015-07-14
+
+
+
+
+
+
+ (ARMECHK|ARMEVOL|ARMSVOL|ARMWVOL|ARMEEVL|ARMSEVL|ARMWEVL|ARMEOEM|ARMDOEM|ARMSOEM|ARMWOEM|ARMEFPP|ARMDFPP|ARMSFPP|ARMWFPP|NRMECHK|NRMEVOL|NRMSVOL|NRMWVOL|NRMEEVL|NRMSEVL|NRMWEVL|NRMEOEM|NRMDOEM|NRMSOEM|NRMWOEM|NRMEFPP|NRMDFPP|NRMSFPP|NRMSFPP|CRMSVOL|CRMSXVOL|BRMEVOL|BX2DVOL|ARMEEVL|BRMEEVL|CR0SP2)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ (ARMEICHK|ARMEIFPP|ARMEIEVL|ARMEIOEM|ARMDIOEM|ARMEXFPP|ARMDFPP|ARMSXFPP|CR0SPX2|NRMEICHK|NRMEIFPP|NRMDIFPP|NRMEIOEM|NRMDIOEM|NRMEIVOL|NRMEIEVL|BRMEXVOL|BX2DXVOL)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ (ARMEIFPP|CR0SPI2)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 133000000
+ 1
+ 134217728
+ 2147483648
+
+
+ 550000000
+ 268435456
+ 4294967296
+
+
+
+
+ 1500000000
+ 1
+ 536870912
+ 4294967296
+
+
+ 8589934592
+
+
+ 1099511627776
+
+
+
+
+
+
+
+
+
+
+ win2k8r2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ Microsoft Windows Server 2008 R2
+ 6.1
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2009-10-22
+ 2013-01-14
+
+
+
+
+
+
+
+
+
+
+ (GRMSXVOL|GRMSXFRER|GRMSHXVOL)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ (GRMSIAIVOL|SRVHPCR2)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 1400000000
+ 1
+ 536870912
+ 10737418240
+
+
+ 2000000000
+ 2147483648
+ 42949672960
+
+
+ 2199023255552
+
+
+
+
+
+
+
+
+ win2k8
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ Microsoft Windows Server 2008
+ 6.0
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2008-05-06
+ 2020-01-14
+
+
+
+
+
+
+ (KRTMSVOL|KRTMSCHK|KRMWVOL|KRMSVOL)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ (KRTMSXVOL|KRTMSXCHK|KRMWXVOL|KRMSXVOL)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 1000000000
+ 1
+ 536870912
+ 10737418240
+
+
+ 2000000000
+ 2147483648
+ 42949672960
+
+
+
+
+ 1400000000
+ 1
+ 536870912
+ 10737418240
+
+
+ 2000000000
+ 2147483648
+ 42949672960
+
+
+ 1099511627776
+
+
+
+
+
+
+
+
+ win2k
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ Microsoft Windows 2000
+ 5.0
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+ 2000-02-17
+ 2010-07-13
+
+
+ (W2AFPP|SP1AFPP|SP2AFPP|YRMAFPP|ZRMAFPP|W2AOEM|SP1AOEM|SP2AOEM|YRMAOEM|ZRMAOEM|W2ASEL|SP2ASEL|W2SFPP|SP1SFPP|SP2SFPP|YRMSFPP|ZRMSFPP|W2SOEM|W2SOEM|SP1SOEM|SP2SOEM|YRMSOEM|ZRMSOEM|W2SSEL|SP2SSEL|W2PFPP|SP1PFPP|SP2PFPP|YRMPFPP|ZRMPFPP|W2POEM|SP1POEM|SP2POEM|YRMPOEM|ZRMPOEM|W2PSEL|SP2PSEL|W2PCCP|WIN2000|W2K_SP4)
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 133000000
+ 1
+ 33554432
+ 335544320
+
+
+ 350000000
+ 100663296
+ 1073741824
+
+
+
+
+
+
+
+
+ win3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Windows 3.1
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ win16
+ win
+ 3.1
+
+
+ 1992-04-06
+ 2001-12-31
+
+
+ win7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ Microsoft Windows 7
+ 6.1
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2009-10-22
+ 2029-01-14
+
+ Microsoft Windows 7 Debug Checked Build
+ Microsoft Windows 7 Debug Checked Build
+ Microsoft Windows 7 Debug Checked Build
+ Microsoft Windows 7 Debug Checked Build
+ Microsoft Windows 7 Debug Checked Build
+ Microsoft Windows 7 Debug Checked Build
+ Microsoft Windows 7 Debug Checked Build
+ Microsoft Windows 7 Debug Checked Build
+ Microsoft Windows 7 Debug Checked Build
+ Construcció de depuració i comprovació de Microsoft Windows 7
+
+
+ Microsoft Windows 7 Starter
+ Microsoft Windows 7 Starter
+ Microsoft Windows 7 Starter
+ Microsoft Windows 7 Starter
+ Microsoft Windows 7 Starter
+ Microsoft Windows 7 Starter
+ Microsoft Windows 7 Starter
+ Microsoft Windows 7 Starter
+ Microsoft Windows 7 Starter
+ Microsoft Windows 7 Starter
+
+
+ Microsoft Windows 7 Home Basic
+ Microsoft Windows 7 Home Basic
+ Microsoft Windows 7 Home Basic
+ Microsoft Windows 7 Home Basic
+ Microsoft Windows 7 Home Basic
+ Microsoft Windows 7 Home Basic
+ Microsoft Windows 7 Home Basic
+ Microsoft Windows 7 Édition Familiale Basique
+ Microsoft Windows 7 Home Basic
+ Microsoft Windows 7 Home Basic
+
+
+ Microsoft Windows 7 Home Premium
+ Microsoft Windows 7 Home Premium
+ Microsoft Windows 7 Home Premium
+ Microsoft Windows 7 Home Premium
+ Microsoft Windows 7 Home Premium
+ Microsoft Windows 7 Home Premium
+ Microsoft Windows 7 Home Premium
+ Microsoft Windows 7 Édition Familiale Premium
+ Microsoft Windows 7 Home Premium
+ Microsoft Windows 7 Home Premium
+
+
+ Microsoft Windows 7 Professional
+ Microsoft Windows 7 Professional
+ Microsoft Windows 7 Professional
+ Microsoft Windows 7 Professional
+ Microsoft Windows 7 Professional
+ Microsoft Windows 7 Professional
+ Microsoft Windows 7 Professional
+ Microsoft Windows 7 Professionnel
+ Microsoft Windows 7 Professional
+ Microsoft Windows 7 Professional
+
+
+ Microsoft Windows 7 Enterprise
+ Microsoft Windows 7 Enterprise
+ Microsoft Windows 7 Enterprise
+ Microsoft Windows 7 Enterprise
+ Microsoft Windows 7 Enterprise
+ Microsoft Windows 7 Enterprise
+ Microsoft Windows 7 Enterprise
+ Microsoft Windows 7 Entreprise
+ Microsoft Windows 7 Enterprise
+ Microsoft Windows 7 Enterprise
+
+
+ Microsoft Windows 7 Ultimate
+ Microsoft Windows 7 Ultimate
+ Microsoft Windows 7 Ultimate
+ Microsoft Windows 7 Ultimate
+ Microsoft Windows 7 Ultimate
+ Microsoft Windows 7 Ultimate
+ Microsoft Windows 7 Ultimate
+ Microsoft Windows 7 Édition Intégrale
+ Microsoft Windows 7 Ultimate
+ Microsoft Windows 7 Ultimate
+
+
+
+
+
+ (GRMCCHK)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (GRMCXCHK)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+
+ (GSP1RMCNSTFREO|GRMCNSTFREO|GRMCSTFREO|GSP1RMCSTFREO)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+
+ (GSP1RMCHBFRER|GRMCHBFRER)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+
+ (GSP1RMCNHPFRER|GRMCNHPFRER|GSP1RMCHPFRER|GRMCHPFRER)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (GSP1RMCNHPXFRER|GSP1RMCHPXFRER|GSP1RMCNHPXFRER|GRMCNHPXFRER|GRMCHPXFRER)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+
+ (GRMCNPRFRER|GRMCPRVOL|GSP1RMCPRVOL|GRMCPRFRER|GSP1RMCN?PRFRER|GRMCPRFREO)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (GRMCNPRXFRER|GRMCPRXVOL|GSP1RMCN?PRXFRER|GSP1RMCPRXVOL)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+
+ (GRMCENVOL|GRMCNENVOL|GSP1RMCNENVOL|GSP1RMCENVOL)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (GSP1RMCENXVOL|GRMCENXVOL|GRMCNENXVOL|GSP1RMCNENXVOL)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+
+ (GRMCULFRER|GSP1RMCNULFRER|GSP1RMCULFRER|GRMCNULFRER)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (GRMCULXFRER|GSP1RMCNULXFRER|GSP1RMCULXFRER|GRMCNULXFRER)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+
+ (GRMCPRFRER)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ (GRMCHPXFRER|GRMCXCHK|GRMCPRXFRER)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 1000000000
+ 1
+ 1073741824
+ 17179869184
+
+
+
+
+ 1000000000
+ 1
+ 2147483648
+ 21474836480
+
+
+ 206158430208
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ win8.1
+ Microsoft Windows 8.1
+ Microsoft Windows 8.1
+ Microsoft Windows 8.1
+ Microsoft Windows 8.1
+ Microsoft Windows 8.1
+ Microsoft Windows 8.1
+ Microsoft Windows 8.1
+ Microsoft Windows 8.1
+ Microsoft Windows 8.1
+ Microsoft Windows 8.1
+ 6.3
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2013-11-13
+ 2023-01-10
+
+ Microsoft Windows 8.1 Debug Checked Build
+ Microsoft Windows 8.1 Debug Checked Build
+ Microsoft Windows 8.1 Debug Checked Build
+ Microsoft Windows 8.1 Debug Checked Build
+ Microsoft Windows 8.1 Debug Checked Build
+ Microsoft Windows 8.1 Debug Checked Build
+ Microsoft Windows 8.1 Debug Checked Build
+ Microsoft Windows 8.1 Debug Checked Build
+ Microsoft Windows 8.1 Debug Checked Build
+ Construcció de depuració i comprovació de Microsoft Windows 8.1
+
+
+ Microsoft Windows 8.1 Enterprise Debug Checked Build
+ Microsoft Windows 8.1 Enterprise Debug Checked Build
+ Microsoft Windows 8.1 Enterprise Debug Checked Build
+ Microsoft Windows 8.1 Enterprise Debug Checked Build
+ Microsoft Windows 8.1 Enterprise Debug Checked Build
+ Microsoft Windows 8.1 Enterprise Debug Checked Build
+ Microsoft Windows 8.1 Enterprise Debug Checked Build
+ Microsoft Windows 8.1 Entreprise Debug Checked Build
+ Microsoft Windows 8.1 Enterprise Debug Checked Build
+ Construcció de depuració i comprovació de Microsoft Windows 8.1 Enterprise
+
+
+ Microsoft Windows 8.1 Professional
+ Microsoft Windows 8.1 Professional
+ Microsoft Windows 8.1 Professional
+ Microsoft Windows 8.1 Professional
+ Microsoft Windows 8.1 Professional
+ Microsoft Windows 8.1 Professional
+ Microsoft Windows 8.1 Professional
+ Microsoft Windows 8.1 Professionnel
+ Microsoft Windows 8.1 Professional
+ Microsoft Windows 8.1 Professional
+
+
+ Microsoft Windows 8.1 Enterprise
+ Microsoft Windows 8.1 Enterprise
+ Microsoft Windows 8.1 Enterprise
+ Microsoft Windows 8.1 Enterprise
+ Microsoft Windows 8.1 Enterprise
+ Microsoft Windows 8.1 Enterprise
+ Microsoft Windows 8.1 Enterprise
+ Microsoft Windows 8.1 Entreprise
+ Microsoft Windows 8.1 Enterprise
+ Microsoft Windows 8.1 Enterprise
+
+
+
+
+
+ (IRM_CCSN?A_X86CHK)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (IRM_CCSN?A_X64CHK)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+
+ (IRM_CENN?A_X86CHKV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (IRM_CENN?A_X64CHKV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+
+ (IR[M15]_CPRN?A_X86FREV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (IR[M15]_CPRN?A_X64FREV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+
+ (IR[M135]_CENN?A_X86FREV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (IR[M135]_CENN?A_X64FREV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (IR[M35]_CCSN?A_X86FRE)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+ (IR[M35]_CCSN?A_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+ 1000000000
+ 1
+ 1073741824
+ 17179869184
+
+
+
+
+ 1000000000
+ 1
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+
+
+ win8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ Microsoft Windows 8
+ 6.2
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2012-10-30
+ 2016-01-12
+
+ Microsoft Windows 8 Debug Check Build
+ Microsoft Windows 8 Debug Check Build
+ Microsoft Windows 8 Debug Check Build
+ Microsoft Windows 8 Debug Check Build
+ Microsoft Windows 8 Debug Check Build
+ Microsoft Windows 8 Debug Check Build
+ Microsoft Windows 8 Debug Check Build
+ Microsoft Windows 8 Debug Check Build
+ Microsoft Windows 8 Debug Check Build
+ Construcció de depuració i comprovació de Microsoft Windows 8
+
+
+ Microsoft Windows 8 Enterprise
+ Microsoft Windows 8 Enterprise
+ Microsoft Windows 8 Enterprise
+ Microsoft Windows 8 Enterprise
+ Microsoft Windows 8 Enterprise
+ Microsoft Windows 8 Enterprise
+ Microsoft Windows 8 Enterprise
+ Microsoft Windows 8 Entreprise
+ Microsoft Windows 8 Enterprise
+ Microsoft Windows 8 Enterprise
+
+
+ Microsoft Windows 8 Enterprise Debug Check Build
+ Microsoft Windows 8 Enterprise Debug Check Build
+ Microsoft Windows 8 Enterprise Debug Check Build
+ Microsoft Windows 8 Enterprise Debug Check Build
+ Microsoft Windows 8 Enterprise Debug Check Build
+ Microsoft Windows 8 Enterprise Debug Check Build
+ Microsoft Windows 8 Enterprise Debug Check Build
+ Microsoft Windows 8 Entreprise Debug Check Build
+ Microsoft Windows 8 Enterprise Debug Check Build
+ Construcció de depuració i comprovació de Microsoft Windows 8 Enterprise
+
+
+ Microsoft Windows 8 Professional
+ Microsoft Windows 8 Professional
+ Microsoft Windows 8 Professional
+ Microsoft Windows 8 Professional
+ Microsoft Windows 8 Professional
+ Microsoft Windows 8 Professional
+ Microsoft Windows 8 Professional
+ Microsoft Windows 8 Professionnel
+ Microsoft Windows 8 Professional
+ Microsoft Windows 8 Professional
+
+
+
+
+ (HB1_CCPA_X86FRE|HRM_CCSN?A_X86FRE)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+ (HB1_CCPA_X64FREE?|HRM_CCSN?A_X64FREE?)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+
+ (HRM_CCSN?A_X86CHK)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (HRM_CCSN?A_X64CHK)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+
+ (HRM_CENN?A_X86FREV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (HRM_CENN?A_X64FREV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+
+ (HRM_CENN?A_X86CHKV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (HRM_CENN?A_X64CHKV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+
+ (HRM_CPRN?A_X86FREV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+
+ (HRM_CPRN?A_X64FREV)_
+ MICROSOFT CORPORATION
+ [A-Z0-9_]*_([A-Z]*-[A-Z]*)
+
+
+
+
+ 1000000000
+ 1
+ 1073741824
+ 17179869184
+
+
+
+
+ 1000000000
+ 1
+ 2147483648
+ 21474836480
+
+
+ 549755813888
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ win95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ Microsoft Windows 95
+ 4.0
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ win9x
+ win
+
+
+ 1995-08-24
+ 2001-12-13
+
+
+
+
+
+
+
+
+
+
+
+
+ 12000000
+ 4194304
+ 41943040
+
+
+
+
+ win98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ Microsoft Windows 98
+ 4.1
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ win9x
+ win
+
+
+ 1998-06-25
+ 2006-07-11
+
+
+ 66000000
+ 16777216
+ 125829120
+
+
+ 233000000
+ 25165824
+ 419430400
+
+
+
+
+ winme
+ Microsoft Windows Millennium Edition
+ Microsoft Windows Millennium Edition
+ Microsoft Windows Millennium Edition
+ Microsoft Windows Millennium
+ Microsoft Windows Millennium Edition
+ Microsoft Windows Millennium Edition
+ Microsoft Windows Millennium Edition
+ Microsoft Windows Millennium Edition
+ Microsoft Windows Édition Millennium
+ Microsoft Windows Millennium Edition
+ Microsoft Windows Millennium Edition
+ Microsoft Windows Millennium Edition
+ 4.9
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ win9x
+ win
+
+
+ 2000-09-14
+ 2006-07-11
+
+
+ 150000000
+ 33554432
+ 335544320
+
+
+ 300000000
+ 67108864
+ 2147483648
+
+
+
+
+ winnt3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Windows NT Server 3.1
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ winnt
+ 3.1
+ 1993-07-27
+ 2000-12-31
+
+
+ winnt3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Windows NT Server 3.51
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ winnt
+ 3.51
+
+
+ 1995-05-30
+ 2001-12-31
+
+
+ winnt3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Windows NT Server 3.5
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ winnt
+ 3.5
+
+
+ 1994-09-21
+ 2001-12-31
+
+
+ winnt4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Windows NT Server 4.0
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ winnt
+ 4.0
+
+
+ 1996-08-24
+ 2004-12-31
+
+
+ winvista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ Microsoft Windows Vista
+ 6.0
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+ 2006-11-30
+ 2012-04-10
+
+
+ (FB1EVOL|LRMCFRE|FRTMBVOL|FRTMEVOL|FRMBVOL|FRMEVOL|FRMCFRE)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ (FB1EXVOL|LRMCXFRE|FRTMBXVOL|FRMEXVOL|FRTMEXVOL|FRMBXVOL|FRMCXFRE)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 800000000
+ 1
+ 536870912
+ 16106127360
+
+
+ 1000000000
+ 1073741824
+ 42949672960
+
+
+
+
+
+
+
+
+ winxp
+ Microsoft Windows XP
+ Microsoft Windows XP
+ Microsoft Windows XP
+ Microsoft Windows XP
+ Microsoft Windows XP
+ Microsoft Windows XP
+ Microsoft Windows XP
+ Microsoft Windows XP
+ Microsoft Windows XP
+ Microsoft Windows XP
+ Microsoft Windows XP
+ Microsoft Windows XP
+ 5.1
+ Microsoft Corporation
+ Корпорація Microsoft
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ Microsoft Corporation
+ winnt
+ win
+
+
+
+ 2001-10-25
+ 2009-04-19
+
+
+
+
+
+
+ (WXPFPP|WXHFPP|WXPCCP|WXHCCP|WXPOEM|WXHOEM|WXPVOL|WXPEVL|XRMPFPP|XRMHFPP|XRMPCCP|XRMHCCP|XRMPOEM|XRMHOEM|XRMPVOL|XRMSD2|X1APFPP|X1AHFPP|X1APCCP|X1APCCP|X1AHCCP|X1APOEM|X1AHOEM|X1APVOL|VRMPFPP|VRMHFPP|VRMPCCP|VRMHCCP|VRMPOEM|VRMHOEM|VRMPVOL|VRMSD2|VX2PFPP|VX2HFPP|VX2PCCP|VX2HCCP|VX2POEM|VX2HOEM|VX2PRMFPP|VX2PVOL|GRTMUPD|GRTMPFPP|GRTMPRMFPP|GRTMHFPP|GRTMHKFPP|GRTMHKNFPP|GRTMHRMFPP|GRTMPOEM|GRTMHOEM|GRTMPVOL|GRTMPKNVOL|GRTMPKVOL|GRTMPRMVOL|MX2PFPP|MRMSD2)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ (ARMPXFPP|ARMPXCCP|ARMPXOEM|ARMPXVOL|AX2PXCFPP|AX2PXFPP)_
+ MICROSOFT CORPORATION
+ [A-Z0-9]*_([A-Z]*)
+
+
+
+
+ 233000000
+ 1
+ 67108864
+ 1610612736
+
+
+ 300000000
+ 536870912
+ 10737418240
+
+
+
+
+ 733000000
+ 1
+ 268435456
+ 1610612736
+
+
+ 733000000
+ 536870912
+ 10737418240
+
+
+
+
+
+
+
+
+
+
+ netbsd0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ NetBSD 0.8
+ 0.8
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+ 1993-04-20
+
+
+ netbsd0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ NetBSD 0.9
+ 0.9
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 1993-08-20
+
+
+ netbsd1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ NetBSD 1.0
+ 1.0
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 1994-10-26
+
+
+ netbsd1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ NetBSD 1.1
+ 1.1
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 1995-11-26
+
+
+ netbsd1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ NetBSD 1.2
+ 1.2
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 1996-10-04
+
+
+ netbsd1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ NetBSD 1.3
+ 1.3
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 1998-03-09
+
+
+ netbsd1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ NetBSD 1.4
+ 1.4
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 1999-05-12
+
+
+ netbsd1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ NetBSD 1.5
+ 1.5
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2000-12-06
+
+
+ netbsd1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ NetBSD 1.6
+ 1.6
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2002-09-14
+
+
+ netbsd2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ NetBSD 2.0
+ 2.0
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2004-12-09
+
+
+ netbsd3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ NetBSD 3.0
+ 3.0
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2005-12-23
+
+
+ netbsd4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ NetBSD 4.0
+ 4.0
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2007-12-19
+
+
+ netbsd5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ NetBSD 5.0
+ 5.0
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2009-04-29
+
+
+ netbsd5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ NetBSD 5.1
+ 5.1
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2010-11-19
+
+
+ netbsd6.0
+ NetBSD 6.0
+ NetBSD 6.0
+ NetBSD 6.0
+ NetBSD 6.0
+ NetBSD 6.0
+ NetBSD 6.0
+ NetBSD 6.0
+ NetBSD 6.0
+ NetBSD 6.0
+ 6.0
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2012-10-13
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.0/images/NetBSD-6.0-amd64.iso
+
+ NetBSD
+ NETBSD_60
+ 345745408
+
+
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.0/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_60
+ 48611328
+
+
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.0/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_60
+ 48611328
+
+
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.0/images/NetBSD-6.0-i386.iso
+
+ NetBSD
+ NETBSD_60
+ 327729152
+
+
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.0/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_60
+ 44697600
+
+
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.0/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_60
+ 44697600
+
+
+
+
+ netbsd6.1
+ NetBSD 6.1
+ NetBSD 6.1
+ NetBSD 6.1
+ NetBSD 6.1
+ NetBSD 6.1
+ NetBSD 6.1
+ NetBSD 6.1
+ NetBSD 6.1
+ NetBSD 6.1
+ 6.1
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2013-05-13
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.1/images/NetBSD-6.1-amd64.iso
+
+ NetBSD
+ NETBSD_61
+ 346626048
+
+
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.1/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_61
+ 48799744
+
+
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.1/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_61
+ 48799744
+
+
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.1/images/NetBSD-6.1-i386.iso
+
+ NetBSD
+ NETBSD_61
+ 328699904
+
+
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.1/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_61
+ 44843008
+
+
+
+ https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-6.1/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_61
+ 44843008
+
+
+
+
+ netbsd7.0
+ NetBSD 7.0
+ NetBSD 7.0
+ NetBSD 7.0
+ NetBSD 7.0
+ NetBSD 7.0
+ NetBSD 7.0
+ NetBSD 7.0
+ NetBSD 7.0
+ NetBSD 7.0
+ 7.0
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2015-09-25
+
+ http://archive.netbsd.org/pub/NetBSD-archive/images/7.0/NetBSD-7.0-amd64.iso
+
+ NetBSD
+ NETBSD_70
+ 389470208
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_70
+ 84928512
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_70
+ 84928512
+
+
+
+ http://archive.netbsd.org/pub/NetBSD-archive/images/7.0/NetBSD-7.0-i386.iso
+
+ NetBSD
+ NETBSD_70
+ 424046592
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.0/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_70
+ 89761792
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.0/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_70
+ 89761792
+
+
+
+
+ netbsd7.1.1
+ NetBSD 7.1.1
+ NetBSD 7.1.1
+ NetBSD 7.1.1
+ NetBSD 7.1.1
+ NetBSD 7.1.1
+ NetBSD 7.1.1
+ NetBSD 7.1.1
+ NetBSD 7.1.1
+ NetBSD 7.1.1
+ 7.1.1
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2017-12-22
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.1/images/NetBSD-7.1.1-amd64.iso
+
+ NetBSD
+ NETBSD_711
+ 393512960
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.1/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_711
+ 85925888
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.1/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_711
+ 85925888
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.1/images/NetBSD-7.1.1-i386.iso
+
+ NetBSD
+ NETBSD_711
+ 427722752
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.1/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_711
+ 90769408
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.1/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_711
+ 90769408
+
+
+
+
+ netbsd7.1.2
+ NetBSD 7.1.2
+ NetBSD 7.1.2
+ NetBSD 7.1.2
+ NetBSD 7.1.2
+ NetBSD 7.1.2
+ NetBSD 7.1.2
+ NetBSD 7.1.2
+ NetBSD 7.1.2
+ NetBSD 7.1.2
+ 7.1.2
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2018-03-15
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.2/images/NetBSD-7.1.2-amd64.iso
+
+ NetBSD
+ NETBSD_712
+ 393525248
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.2/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_712
+ 85927936
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.2/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_712
+ 85927936
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.2/images/NetBSD-7.1.2-i386.iso
+
+ NetBSD
+ NETBSD_712
+ 426956800
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.2/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_712
+ 90728448
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1.2/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_712
+ 90728448
+
+
+
+
+ netbsd7.1
+ NetBSD 7.1
+ NetBSD 7.1
+ NetBSD 7.1
+ NetBSD 7.1
+ NetBSD 7.1
+ NetBSD 7.1
+ NetBSD 7.1
+ NetBSD 7.1
+ NetBSD 7.1
+ 7.1
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2017-03-11
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1/images/NetBSD-7.1-amd64.iso
+
+ NetBSD
+ NETBSD_71
+ 390959104
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_71
+ 85082112
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_71
+ 85082112
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1/images/NetBSD-7.1-i386.iso
+
+ NetBSD
+ NETBSD_71
+ 425703424
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_71
+ 89937920
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.1/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_71
+ 89937920
+
+
+
+
+ netbsd7.2
+ NetBSD 7.2
+ NetBSD 7.2
+ NetBSD 7.2
+ NetBSD 7.2
+ NetBSD 7.2
+ NetBSD 7.2
+ NetBSD 7.2
+ NetBSD 7.2
+ 7.2
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2018-08-29
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.2/images/NetBSD-7.2-amd64.iso
+
+ NetBSD
+ NETBSD_72
+ 407123968
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.2/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_72
+ 95248384
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.2/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_72
+ 95248384
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.2/images/NetBSD-7.2-i386.iso
+
+ NetBSD
+ NETBSD_72
+ 439273472
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.2/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_72
+ 100042752
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-7.2/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_72
+ 100042752
+
+
+
+
+ netbsd8.0
+ NetBSD 8.0
+ NetBSD 8.0
+ NetBSD 8.0
+ NetBSD 8.0
+ NetBSD 8.0
+ NetBSD 8.0
+ NetBSD 8.0
+ NetBSD 8.0
+ 8.0
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+ 2018-07-17
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.0/images/NetBSD-8.0-amd64.iso
+
+ NetBSD
+ NETBSD_80
+ 750526464
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.0/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_80
+ 229435392
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.0/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_80
+ 229435392
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.0/images/NetBSD-8.0-i386.iso
+
+ NetBSD
+ NETBSD_80
+ 709455872
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.0/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_80
+ 211193856
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.0/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_80
+ 211193856
+
+
+
+
+ netbsd8.1
+ NetBSD 8.1
+ NetBSD 8.1
+ NetBSD 8.1
+ NetBSD 8.1
+ NetBSD 8.1
+ NetBSD 8.1
+ NetBSD 8.1
+ NetBSD 8.1
+ 8.1
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+
+ NetBSD 8.1 Network Install
+ NetBSD 8.1 для встановлення з мережі
+ NetBSD 8.1 Ağ Üzerinden Kurulum
+ NetBSD 8.1 Network Install
+ NetBSD 8.1 (instalacja sieciowa)
+ NetBSD 8.1 (installazione da rete)
+ NetBSD 8.1 Network Install
+ NetBSD 8.1 Network Install
+
+ 2019-05-31
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.1/images/NetBSD-8.1-amd64.iso
+
+ NetBSD
+ NETBSD_81
+ 757254144
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.1/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_81
+ 233302016
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.1/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_81
+ 233302016
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.1/images/NetBSD-8.1-i386.iso
+
+ NetBSD
+ NETBSD_81
+ 716562432
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.1/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_81
+ 215072768
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.1/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_81
+ 215072768
+
+
+
+
+ netbsd8.2
+ NetBSD 8.2
+ NetBSD 8.2
+ NetBSD 8.2
+ NetBSD 8.2
+ NetBSD 8.2
+ NetBSD 8.2
+ NetBSD 8.2
+ NetBSD 8.2
+ 8.2
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+
+ NetBSD 8.2 Network Install
+ NetBSD 8.2 для встановлення з мережі
+ NetBSD 8.2 Ağ Üzerinden Kurulum
+ NetBSD 8.2 Network Install
+ NetBSD 8.2 (instalacja sieciowa)
+ NetBSD 8.2 (installazione da rete)
+ NetBSD 8.2 Network Install
+ NetBSD 8.2 Network Install
+
+
+ NetBSD 8.2 Network Install (Serial Console)
+ NetBSD 8.2 для встановлення з мережі
+ NetBSD 8.2 Ağ Üzerinden Kurulum (Seri Konsol)
+ NetBSD 8.2 Network Install (Serial Console)
+ NetBSD 8.2 (instalacja sieciowa, konsola szeregowa)
+ NetBSD 8.2 (installazione da rete, console seriale)
+ NetBSD 8.2 Network Install (Konsol Serial)
+ NetBSD 8.2 Network Install (Serial Console)
+
+ 2020-02-14
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.2/images/NetBSD-8.2-amd64.iso
+
+ NetBSD
+ NETBSD_82
+ 757454848
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.2/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_82
+ 233365504
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.2/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_82
+ 233365504
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.2/images/NetBSD-8.2-i386.iso
+
+ NetBSD
+ NETBSD_82
+ 715309056
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.2/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_82
+ 215074816
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.2/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_82
+ 215074816
+
+
+
+
+ netbsd9.0
+ NetBSD 9.0
+ NetBSD 9.0
+ NetBSD 9.0
+ NetBSD 9.0
+ NetBSD 9.0
+ NetBSD 9.0
+ NetBSD 9.0
+ NetBSD 9.0
+ 9.0
+ NetBSD Project
+ Проєкт NetBSD
+ NetBSD Projesi
+ Projeto NetBSD
+ Projekt NetBSD
+ NetBSD プロジェクト
+ Progetto NetBSD
+ Proyek NetBSD
+ Projet NetBSD
+ NetBSD Project
+ NetBSD-Projekt
+ Projecte NetBSD
+ netbsd
+ netbsd
+
+
+
+ NetBSD 9.0 Network Install
+ NetBSD 9.0 для встановлення з мережі
+ NetBSD 9.0 Ağ Üzerinden Kurulum
+ NetBSD 9.0 Network Install
+ NetBSD 9.0 (instalacja sieciowa)
+ NetBSD 9.0 (installazione da rete)
+ NetBSD 9.0 Network Install
+ NetBSD 9.0 Network Install
+
+
+ NetBSD 9.0 Network Install (Serial Console)
+ NetBSD 9.0 для встановлення з мережі (послідовна консоль)
+ NetBSD 9.0 Ağ Üzerinden Kurulum (Seri Konsol)
+ NetBSD 9.0 Network Install (Serial Console)
+ NetBSD 9.0 (instalacja sieciowa, konsola szeregowa)
+ NetBSD 9.0 (installazione da rete, console seriale)
+ NetBSD 9.0 Network Install (Konsol Serial)
+ NetBSD 9.0 Network Install (Serial Console)
+
+ 2020-02-14
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/images/NetBSD-9.0-amd64.iso
+
+ NetBSD
+ NETBSD_90
+ 488005632
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/amd64/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_90
+ 225341440
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/amd64/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_90
+ 225341440
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/images/NetBSD-9.0-i386.iso
+
+ NetBSD
+ NETBSD_90
+ 597424128
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/i386/installation/cdrom/boot.iso
+
+ NetBSD
+ NETBSD_90
+ 198309888
+
+
+
+
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/i386/installation/cdrom/boot-com.iso
+
+ NetBSD
+ NETBSD_90
+ 198309888
+
+
+
+
+ nixos-20.03
+ NixOS 20.03
+ NixOS 20.03
+ NixOS 20.03
+ NixOS 20.03
+ NixOS 20.03
+ NixOS 20.03
+ NixOS 20.03
+ NixOS 20.03
+ 20.03
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ linux
+ nixos
+ Markhor
+ 2020-04-20
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1610612736
+ 10737418240
+
+
+ 3221225472
+ 21474836480
+
+
+
+ NixOS 20.03 (minimal installation CD)
+ NixOS 20.03 (мінімальний КД для встановлення)
+ NixOS 20.03 (asgari kurulum CD'si)
+ NixOS 20.03 (CD de instalação mínima)
+ NixOS 20.03 (płyta CD instalacji minimalnej)
+ NixOS 20.03 (CD di installazione minimale)
+ NixOS 20.03 (CD instalasi minimal)
+ NixOS 20.03 (CD d’installation minimal)
+
+
+ NixOS 20.03 (Plasma 5 installation CD)
+ NixOS 20.03 (КД для встановлення з Плазмою 5)
+ NixOS 20.03 (Plasma 5 kurulum CD'si)
+ NixOS 20.03 (CD de instalação com Plasma 5)
+ NixOS 20.03 (płyta CD instalacji Plasma 5)
+ NixOS 20.03 (CD di installazione di Plasma 5)
+ NixOS 20.03 (CD instalasi Plasma 5)
+ NixOS 20.03 (CD d’installation Plasma 5)
+
+
+
+ https://channels.nixos.org/nixos-20.03/latest-nixos-minimal-i686-linux.iso
+
+ nixos-minimal-20.03-i686
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ https://channels.nixos.org/nixos-20.03/latest-nixos-minimal-x86_64-linux.iso
+
+ nixos-minimal-20.03-x86_64
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ https://channels.nixos.org/nixos-20.03/latest-nixos-plasma5-x86_64-linux.iso
+
+ nixos-plasma5-20.03-x86_64
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ nixos-20.09
+ NixOS 20.09
+ NixOS 20.09
+ NixOS 20.09
+ NixOS 20.09
+ NixOS 20.09
+ NixOS 20.09
+ NixOS 20.09
+ NixOS 20.09
+ 20.09
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ linux
+ nixos
+ Nightingale
+
+
+ 2020-10-27
+
+
+ 1610612736
+ 10737418240
+
+
+ 3221225472
+ 21474836480
+
+
+
+ NixOS 20.09 (minimal installation CD)
+ NixOS 20.09 (мінімальний КД для встановлення)
+ NixOS 20.09 (asgari kurulum CD'si)
+ NixOS 20.03 (CD de instalação mínima)
+ NixOS 20.09 (płyta CD instalacji minimalnej)
+ NixOS 20.09 (CD di installazione minimale)
+ NixOS 20.09 (CD instalasi minimal)
+ NixOS 20.09 (CD d’installation minimal)
+
+
+ NixOS Unstable (GNOME installation CD)
+ NixOS нестабільна (КД з GNOME для встановлення)
+ NixOS Unstable (GNOME kurulum CD'si)
+ NixOS Unstable (CD de instalação com GNOME)
+ NixOS (niestabilny, płyta CD instalacji z GNOME)
+ NixOS non stabile (CD di installazione di GNOME)
+ NixOS Unstable (CD instalasi GNOME)
+ NixOS Unstable (CD d’installation GNOME)
+
+
+ NixOS 20.09 (Plasma 5 installation CD)
+ NixOS 20.09 (КД для встановлення з Плазмою 5)
+ NixOS 20.09 (Plasma 5 kurulum CD'si)
+ NixOS 20.09 (CD de instalação com Plasma 5)
+ NixOS 20.09 (płyta CD instalacji Plasma 5)
+ NixOS 20.09 (CD di installazione di Plasma 5)
+ NixOS 20.09 (CD instalasi Plasma 5)
+ NixOS 20.09 (CD d’installation Plasma 5)
+
+
+
+ https://channels.nixos.org/nixos-20.09/latest-nixos-minimal-i686-linux.iso
+
+ nixos-minimal-20.09-i686
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ https://channels.nixos.org/nixos-20.09/latest-nixos-minimal-x86_64-linux.iso
+
+ nixos-minimal-20.09-x86_64
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ https://channels.nixos.org/nixos-20.09/latest-nixos-gnome-x86_64-linux.iso
+
+ nixos-gnome-20.09-x86_64
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ https://channels.nixos.org/nixos-20.09/latest-nixos-plasma5-x86_64-linux.iso
+
+ nixos-plasma5-20.09-x86_64
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ nixos-unknown
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ linux
+ nixos
+
+
+
+
+ 1610612736
+ 10737418240
+
+
+ 3221225472
+ 21474836480
+
+
+
+
+ nixos-.*-(21.0[6-9]|21.[1-9]\d|2[2-9].\d\d|[3-9]\d.\d\d)-.*
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ nixos-unstable
+ NixOS Unstable
+ NixOS нестабільна
+ NixOS Unstable
+ NixOS Unstable
+ NixOS (niestabilny)
+ NixOS non stabile
+ NixOS Unstable
+ NixOS Unstable
+ unstable
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ NixOS
+ linux
+ nixos
+
+
+
+
+ 1610612736
+ 10737418240
+
+
+ 3221225472
+ 21474836480
+
+
+
+ NixOS Unstable (minimal installation CD)
+ NixOS нестабільна (мінімальний КД для встановлення)
+ NixOS Unstable (asgari kurulum CD'si)
+ NixOS Unstable (CD de instalação mínima)
+ NixOS (niestabilny, płyta CD instalacji minimalnej)
+ NixOS non stabile (CD di installazione minimale)
+ NixOS Unstable (CD instalasi minimal)
+ NixOS Unstable (CD d’installation minimal)
+
+
+ NixOS Unstable (GNOME installation CD)
+ NixOS нестабільна (КД з GNOME для встановлення)
+ NixOS Unstable (GNOME kurulum CD'si)
+ NixOS Unstable (CD de instalação com GNOME)
+ NixOS (niestabilny, płyta CD instalacji z GNOME)
+ NixOS non stabile (CD di installazione di GNOME)
+ NixOS Unstable (CD instalasi GNOME)
+ NixOS Unstable (CD d’installation GNOME)
+
+
+ NixOS Unstable (Plasma 5 installation CD)
+ NixOS нестабільна (КД для встановлення з Плазмою 5)
+ NixOS Unstable (Plasma 5 kurulum CD'si)
+ NixOS Unstable (CD de instalação com Plasma 5)
+ NixOS (niestabilny, płyta CD instalacji Plasma 5)
+ NixOS non stabile (CD di installazione di Plasma 5)
+ NixOS Unstable (CD instalasi Plasma 5)
+ NixOS Unstable (CD d’installation Plasma 5)
+
+
+
+ https://channels.nixos.org/nixos-unstable/latest-nixos-minimal-i686-linux.iso
+
+ nixos-minimal-21.0[35]-i686
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ https://channels.nixos.org/nixos-unstable/latest-nixos-minimal-x86_64-linux.iso
+
+ nixos-minimal-21.0[35]-x86_64
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ https://channels.nixos.org/nixos-unstable/latest-nixos-gnome-x86_64-linux.iso
+
+ nixos-gnome-21.0[35]-x86_64
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ https://channels.nixos.org/nixos-unstable/latest-nixos-plasma5-x86_64-linux.iso
+
+ nixos-plasma5-21.0[35]-x86_64
+
+ boot/bzImage
+ boot/initrd
+
+
+
+ netware4
+ Novell Netware 4
+ Novell Netware 4
+ Novell Netware 4
+ Novell Netware 4
+ Novell NetWare 4
+ Novell Netware 4
+ Novell Netware 4
+ Novell Netware 4
+ Novell Netware 4
+ Novell Netware 4
+ Novell Netware 4
+ Novell Netware 4
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ netware
+ netware
+ 4
+ 1993-04-01
+
+
+ netware5
+ Novell Netware 5
+ Novell Netware 5
+ Novell Netware 5
+ Novell Netware 5
+ Novell NetWare 5
+ Novell Netware 5
+ Novell Netware 5
+ Novell Netware 5
+ Novell Netware 5
+ Novell Netware 5
+ Novell Netware 5
+ Novell Netware 5
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ netware
+ netware
+ 5
+ 1998-10-01
+
+
+ netware6
+ Novell Netware 6
+ Novell Netware 6
+ Novell Netware 6
+ Novell Netware 6
+ Novell NetWare 6
+ Novell Netware 6
+ Novell Netware 6
+ Novell Netware 6
+ Novell Netware 6
+ Novell Netware 6
+ Novell Netware 6
+ Novell Netware 6
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ Novell
+ netware
+ netware
+ 6
+ 2001-10-01
+
+
+ openbsd4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ 4.2
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+ 2007-11-01
+ 2008-11-01
+
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+ OpenBSD 4.2
+
+
+
+ Copyright \(c\) 2007 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 4.2 Install CD
+ OpenBSD 4.2 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2007 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 4.2 Install CD
+ OpenBSD 4.2 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.2/i386/cd42.iso
+
+ Copyright \(c\) 2007 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 4\.2 boot-only CD
+ OpenBSD
+ OpenBSD 4\.2 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.2/amd64/cd42.iso
+
+ Copyright \(c\) 2007 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 4\.2 boot-only CD
+ OpenBSD
+ OpenBSD 4\.2 amd64 bootonly CD
+
+
+
+
+ openbsd4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ 4.3
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2008-05-01
+ 2009-05-01
+
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+ OpenBSD 4.3
+
+
+
+ Copyright \(c\) 2008 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 4.3 Install CD
+ OpenBSD 4.3 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2008 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 4.3 Install CD
+ OpenBSD 4.3 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.3/i386/cd43.iso
+
+ Copyright \(c\) 2008 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 4\.3 boot-only CD
+ OpenBSD
+ OpenBSD 4\.3 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.3/amd64/cd43.iso
+
+ Copyright \(c\) 2008 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 4\.3 boot-only CD
+ OpenBSD
+ OpenBSD 4\.3 amd64 bootonly CD
+
+
+
+
+ openbsd4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ 4.4
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2008-11-01
+ 2009-10-18
+
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+ OpenBSD 4.4
+
+
+
+ Copyright \(c\) 2008 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 4.4 Install CD
+ OpenBSD 4.4 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2008 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 4.4 Install CD
+ OpenBSD 4.4 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.4/i386/cd44.iso
+
+ Copyright \(c\) 2008 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 4\.4 boot-only CD
+ OpenBSD
+ OpenBSD 4\.4 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.4/amd64/cd44.iso
+
+ Copyright \(c\) 2008 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 4\.4 boot-only CD
+ OpenBSD
+ OpenBSD 4\.4 amd64 bootonly CD
+
+
+
+
+ openbsd4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ 4.5
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2009-05-01
+ 2010-05-19
+
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+ OpenBSD 4.5
+
+
+
+ Copyright \(c\) 2009 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 4.5 Install CD
+ OpenBSD 4.5 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2009 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 4.5 Install CD
+ OpenBSD 4.5 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.5/i386/cd45.iso
+
+ Copyright \(c\) 2009 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 4\.5 boot-only CD
+ OpenBSD
+ OpenBSD 4\.5 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.5/amd64/cd45.iso
+
+ Copyright \(c\) 2009 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 4\.5 boot-only CD
+ OpenBSD
+ OpenBSD 4\.5 amd64 bootonly CD
+
+
+
+
+ openbsd4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ 4.8
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2010-11-01
+ 2011-11-01
+
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+ OpenBSD 4.8
+
+
+
+ Copyright \(c\) 2010 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 4.8 Install CD
+ OpenBSD 4.8 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2010 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 4.8 Install CD
+ OpenBSD 4.8 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.8/i386/cd48.iso
+
+ Copyright \(c\) 2010 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 4\.8 boot-only CD
+ OpenBSD
+ OpenBSD 4\.8 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.8/amd64/cd48.iso
+
+ Copyright \(c\) 2010 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 4\.8 boot-only CD
+ OpenBSD
+ OpenBSD 4\.8 amd64 bootonly CD
+
+
+
+
+ openbsd4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ 4.9
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2011-05-01
+ 2012-05-01
+
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+ OpenBSD 4.9
+
+
+
+
+
+
+
+ Copyright \(c\) 2011 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 4.9 Install CD
+ OpenBSD 4.9 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2011 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 4.9 Install CD
+ OpenBSD 4.9 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.9/i386/cd49.iso
+
+ Copyright \(c\) 2011 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 4\.9 boot-only CD
+ OpenBSD
+ OpenBSD 4\.9 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/4.9/amd64/cd49.iso
+
+ Copyright \(c\) 2011 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 4\.9 boot-only CD
+ OpenBSD
+ OpenBSD 4\.9 amd64 bootonly CD
+
+
+
+
+ openbsd5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ 5.0
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2011-11-01
+ 2012-11-01
+
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+ OpenBSD 5.0
+
+
+
+ Copyright \(c\) 2011 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 5.0 Install CD
+ OpenBSD 5.0 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2011 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 5.0 Install CD
+ OpenBSD 5.0 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.0/i386/cd50.iso
+
+ Copyright \(c\) 2011 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 5\.0 boot-only CD
+ OpenBSD
+ OpenBSD 5\.0 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.0/amd64/cd50.iso
+
+ Copyright \(c\) 2011 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 5\.0 boot-only CD
+ OpenBSD
+ OpenBSD 5\.0 amd64 bootonly CD
+
+
+
+
+ openbsd5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ 5.1
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2012-05-01
+ 2013-05-01
+
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+ OpenBSD 5.1
+
+
+
+ Copyright \(c\) 2012 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 5.1 Install CD
+ OpenBSD 5.1 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2012 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 5.1 Install CD
+ OpenBSD 5.1 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.1/i386/cd51.iso
+
+ Copyright \(c\) 2012 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 5\.1 boot-only CD
+ OpenBSD
+ OpenBSD 5\.1 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.1/amd64/cd51.iso
+
+ Copyright \(c\) 2012 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 5\.1 boot-only CD
+ OpenBSD
+ OpenBSD 5\.1 amd64 bootonly CD
+
+
+
+
+ openbsd5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ 5.2
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2012-11-01
+ 2013-11-01
+
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+ OpenBSD 5.2
+
+
+
+ Copyright \(c\) 2012 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 5.2 Install CD
+ OpenBSD 5.2 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2012 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 5.2 Install CD
+ OpenBSD 5.2 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.2/i386/cd52.iso
+
+ Copyright \(c\) 2012 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 5\.2 boot-only CD
+ OpenBSD
+ OpenBSD 5\.2 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.2/amd64/cd52.iso
+
+ Copyright \(c\) 2012 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 5\.2 boot-only CD
+ OpenBSD
+ OpenBSD 5\.2 amd64 bootonly CD
+
+
+
+
+ openbsd5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ 5.3
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2013-05-01
+ 2014-05-01
+
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+ OpenBSD 5.3
+
+
+
+ Copyright \(c\) 2013 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 5.3 Install CD
+ OpenBSD 5.3 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2013 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 5.3 Install CD
+ OpenBSD 5.3 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.3/i386/cd53.iso
+
+ Copyright \(c\) 2013 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 5\.3 boot-only CD
+ OpenBSD
+ OpenBSD 5\.3 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.3/amd64/cd53.iso
+
+ Copyright \(c\) 2013 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 5\.3 boot-only CD
+ OpenBSD
+ OpenBSD 5\.3 amd64 bootonly CD
+
+
+
+
+ openbsd5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ 5.4
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2013-11-01
+ 2014-11-01
+
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+ OpenBSD 5.4
+
+
+
+ Copyright \(c\) 2013 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 5.4 Install CD
+ OpenBSD 5.4 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2013 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 5.4 Install CD
+ OpenBSD 5.4 amd64 Install CD
+
+
+
+
+
+
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.4/i386/cd54.iso
+
+ Copyright \(c\) 2013 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 5\.4 boot-only CD
+ OpenBSD
+ OpenBSD 5\.4 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.4/amd64/cd54.iso
+
+ Copyright \(c\) 2013 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 5\.4 boot-only CD
+ OpenBSD
+ OpenBSD 5\.4 amd64 bootonly CD
+
+
+
+
+ openbsd5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ 5.5
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2014-05-01
+ 2015-05-01
+
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+ OpenBSD 5.5
+
+
+
+ Copyright \(c\) 2014 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 5.5 Install CD
+ OpenBSD 5.5 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2014 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 5.5 Install CD
+ OpenBSD 5.5 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.5/i386/cd55.iso
+
+ Copyright \(c\) 2014 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 5\.5 boot-only CD
+ OpenBSD
+ OpenBSD 5\.5 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.5/amd64/cd55.iso
+
+ Copyright \(c\) 2014 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 5\.5 boot-only CD
+ OpenBSD
+ OpenBSD 5\.5 amd64 bootonly CD
+
+
+
+
+ openbsd5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ 5.6
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2014-11-01
+ 2015-10-18
+
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+ OpenBSD 5.6
+
+
+
+ Copyright \(c\) 2014 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 5.6 Install CD
+ OpenBSD 5.6 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2014 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 5.6 Install CD
+ OpenBSD 5.6 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.6/i386/cd56.iso
+
+ Copyright \(c\) 2014 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 5\.6 boot-only CD
+ OpenBSD
+ OpenBSD 5\.6 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.6/amd64/cd56.iso
+
+ Copyright \(c\) 2014 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 5\.6 boot-only CD
+ OpenBSD
+ OpenBSD 5\.6 amd64 bootonly CD
+
+
+
+
+ openbsd5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ 5.7
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2015-05-01
+ 2016-03-29
+
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+ OpenBSD 5.7
+
+
+
+ Copyright \(c\) 2015 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 5.7 Install CD
+ OpenBSD 5.7 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2015 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 5.7 Install CD
+ OpenBSD 5.7 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.7/i386/cd57.iso
+
+ Copyright \(c\) 2015 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 5\.7 boot-only CD
+ OpenBSD
+ OpenBSD 5\.7 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.7/amd64/cd57.iso
+
+ Copyright \(c\) 2015 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 5\.7 boot-only CD
+ OpenBSD
+ OpenBSD 5\.7 amd64 bootonly CD
+
+
+
+
+ openbsd5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ 5.8
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2015-10-18
+ 2016-09-01
+
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+ OpenBSD 5.8
+
+
+
+ Copyright \(c\) 2015 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 5.8 Install CD
+ OpenBSD 5.8 i386 Install CD
+
+
+
+
+ Copyright \(c\) 2015 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 5.8 Install CD
+ OpenBSD 5.8 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.8/i386/cd58.iso
+
+ Copyright \(c\) 2015 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 5\.8 boot-only CD
+ OpenBSD
+ OpenBSD 5\.8 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.8/amd64/cd58.iso
+
+ Copyright \(c\) 2015 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 5\.8 boot-only CD
+ OpenBSD
+ OpenBSD 5\.8 amd64 bootonly CD
+
+
+
+
+ openbsd5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ 5.9
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2016-03-29
+ 2017-04-11
+
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+ OpenBSD 5.9
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.9/i386/install59.iso
+
+ Copyright \(c\) 2016 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 5.9 Install CD
+ OpenBSD 5.9 i386 Install CD
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.9/amd64/install59.iso
+
+ Copyright \(c\) 2016 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 5.9 Install CD
+ OpenBSD 5.9 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.9/i386/cd59.iso
+
+ Copyright \(c\) 2016 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 5\.9 boot-only CD
+ OpenBSD
+ OpenBSD 5\.9 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/5.9/amd64/cd59.iso
+
+ Copyright \(c\) 2016 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 5\.9 boot-only CD
+ OpenBSD
+ OpenBSD 5\.9 amd64 bootonly CD
+
+
+
+
+ openbsd6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ 6.0
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2016-09-01
+ 2017-10-09
+
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+ OpenBSD 6.0
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.0/i386/install60.iso
+
+ Copyright \(c\) 2016 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 6.0 Install CD
+ OpenBSD 6.0 i386 Install CD
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.0/amd64/install60.iso
+
+ Copyright \(c\) 2016 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 6.0 Install CD
+ OpenBSD 6.0 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.0/i386/cd60.iso
+
+ Copyright \(c\) 2016 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 6\.0 boot-only CD
+ OpenBSD
+ OpenBSD 6\.0 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.0/amd64/cd60.iso
+
+ Copyright \(c\) 2016 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 6\.0 boot-only CD
+ OpenBSD
+ OpenBSD 6\.0 amd64 bootonly CD
+
+
+
+
+ openbsd6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ 6.1
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2017-04-11
+ 2018-05-01
+
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+ OpenBSD 6.1
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.1/i386/install61.iso
+
+ Copyright \(c\) 2017 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 6.1 Install CD
+ OpenBSD 6.1 i386 Install CD
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.1/amd64/install61.iso
+
+ Copyright \(c\) 2017 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 6.1 Install CD
+ OpenBSD 6.1 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.1/i386/cd61.iso
+
+ Copyright \(c\) 2017 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 6\.1 boot-only CD
+ OpenBSD
+ OpenBSD 6\.1 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.1/amd64/cd61.iso
+
+ Copyright \(c\) 2017 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 6\.1 boot-only CD
+ OpenBSD
+ OpenBSD 6\.1 amd64 bootonly CD
+
+
+
+
+ openbsd6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ 6.2
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2017-10-09
+ 2018-10-18
+
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+ OpenBSD 6.2
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.2/i386/install62.iso
+
+ Copyright \(c\) 2017 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 6.2 Install CD
+ OpenBSD 6.2 i386 Install CD
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.2/i386/install62.iso
+
+ Copyright \(c\) 2017 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 6.2 Install CD
+ OpenBSD 6.2 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.2/i386/cd62.iso
+
+ Copyright \(c\) 2017 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 6\.2 boot-only CD
+ OpenBSD
+ OpenBSD 6\.2 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.2/amd64/cd62.iso
+
+ Copyright \(c\) 2017 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 6\.2 boot-only CD
+ OpenBSD
+ OpenBSD 6\.2 amd64 bootonly CD
+
+
+
+
+ openbsd6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ 6.3
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2018-04-15
+ 2019-05-03
+
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+ OpenBSD 6.3
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.3/i386/install63.iso
+
+ Copyright \(c\) 2018 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 6.3 Install CD
+ OpenBSD 6.3 i386 Install CD
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.3/amd64/install63.iso
+
+ Copyright \(c\) 2018 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 6.3 Install CD
+ OpenBSD 6.3 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.3/i386/cd63.iso
+
+ Copyright \(c\) 2018 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 6\.3 boot-only CD
+ OpenBSD
+ OpenBSD 6\.3 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.3/amd64/cd63.iso
+
+ Copyright \(c\) 2018 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 6\.3 boot-only CD
+ OpenBSD
+ OpenBSD 6\.3 amd64 bootonly CD
+
+
+
+
+ openbsd6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ 6.4
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2018-10-18
+ 2019-10-17
+
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+ OpenBSD 6.4
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.4/i386/install64.iso
+
+ Copyright \(c\) 2018 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 6.4 Install CD
+ OpenBSD 6.4 i386 Install CD
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.4/amd64/install64.iso
+
+ Copyright \(c\) 2018 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 6.4 Install CD
+ OpenBSD 6.4 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.4/i386/cd64.iso
+
+ Copyright \(c\) 2018 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 6\.4 boot-only CD
+ OpenBSD
+ OpenBSD 6\.4 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.4/amd64/cd64.iso
+
+ Copyright \(c\) 2018 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 6\.4 boot-only CD
+ OpenBSD
+ OpenBSD 6\.4 amd64 bootonly CD
+
+
+
+
+ openbsd6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ 6.5
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2019-05-01
+ 2020-05-01
+
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+ OpenBSD 6.5
+
+
+ https://cdn.openbsd.org/pub/OpenBSD/6.5/i386/install65.iso
+
+ Copyright \(c\) 2019 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 6.5 Install CD
+ OpenBSD 6.5 i386 Install CD
+
+
+
+ https://cdn.openbsd.org/pub/OpenBSD/6.5/amd64/install65.iso
+
+ Copyright \(c\) 2019 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 6.5 Install CD
+ OpenBSD 6.5 amd64 Install CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.5/i386/cd65.iso
+
+ Copyright \(c\) 2019 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 6\.5 boot-only CD
+ OpenBSD
+ OpenBSD 6\.5 i386 bootonly CD
+
+
+
+
+ https://ftp.eu.openbsd.org/pub/OpenBSD/6.5/amd64/cd65.iso
+
+ Copyright \(c\) 2019 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 6\.5 boot-only CD
+ OpenBSD
+ OpenBSD 6\.5 amd64 bootonly CD
+
+
+
+
+ openbsd6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ 6.6
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2019-10-17
+ 2020-11-01
+
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+ OpenBSD 6.6
+
+
+ https://cdn.openbsd.org/pub/OpenBSD/6.6/i386/install66.iso
+
+ Copyright \(c\) 2019 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 6.6 Install CD
+ OpenBSD 6.6 i386 Install CD
+
+
+
+ https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso
+
+ Copyright \(c\) 2019 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 6.6 Install CD
+ OpenBSD 6.6 amd64 Install CD
+
+
+
+
+ https://cdn.openbsd.org/pub/OpenBSD/6.6/i386/cd66.iso
+
+ Copyright \(c\) 2019 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 6\.6 boot-only CD
+ OpenBSD
+ OpenBSD 6\.6 i386 bootonly CD
+
+
+
+
+ https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/cd66.iso
+
+ Copyright \(c\) 2019 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 6\.6 boot-only CD
+ OpenBSD
+ OpenBSD 6\.6 amd64 bootonly CD
+
+
+
+
+ openbsd6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ 6.7
+ openbsd
+ openbsd
+ OpenBSD Project
+ Проєкт OpenBSD
+ OpenBSD Projesi
+ Projeto OpenBSD
+ Projeto OpenBSD
+ Projekt OpenBSD
+ OpenBSD プロジェクト
+ Progetto OpenBSD
+ Proyek OpenBSD
+ Projet OpenBSD
+ OpenBSD Project
+ OpenBSD-Projekt
+ Projecte OpenBSD
+
+
+ 2020-05-19
+ 2021-05-01
+
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+ OpenBSD 6.7
+
+
+ https://cdn.openbsd.org/pub/OpenBSD/6.7/i386/install67.iso
+
+ Copyright \(c\) 2020 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/i386 6.7 Install CD
+ OpenBSD 6.7 i386 Install CD
+
+
+
+ https://cdn.openbsd.org/pub/OpenBSD/6.7/amd64/install67.iso
+
+ Copyright \(c\) 2020 Theo de Raadt, The OpenBSD project
+ OpenBSD
+ OpenBSD/amd64 6.7 Install CD
+ OpenBSD 6.7 amd64 Install CD
+
+
+
+
+ https://cdn.openbsd.org/pub/OpenBSD/6.7/i386/cd67.iso
+
+ Copyright \(c\) 2020 Theo de Raadt, The OpenBSD project
+ OpenBSD/i386 6.7 boot-only CD
+ OpenBSD
+ OpenBSD 6.7 i386 bootonly CD
+
+
+
+
+ https://cdn.openbsd.org/pub/OpenBSD/6.7/amd64/cd67.iso
+
+ Copyright \(c\) 2020 Theo de Raadt, The OpenBSD project
+ OpenBSD/amd64 6.7 boot-only CD
+ OpenBSD
+ OpenBSD 6.7 amd64 bootonly CD
+
+
+
+
+ opensuse10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ openSUSE 10.2
+ 10.2
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+ 2006-12-07
+ 2008-11-30
+
+
+
+
+
+
+ 500000000
+ 1
+ 268435456
+ 524288000
+
+
+ 2400000000
+ 536870912
+ 3221225472
+
+
+
+
+ opensuse10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ openSUSE 10.3
+ 10.3
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2007-10-04
+ 2009-10-31
+
+
+ 500000000
+ 1
+ 268435456
+ 524288000
+
+
+ 2400000000
+ 536870912
+ 3221225472
+
+
+
+
+ opensuse11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ openSUSE 11.0
+ 11.0
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2008-06-19
+ 2010-07-26
+
+
+ 500000000
+ 1
+ 268435456
+ 524288000
+
+
+ 2400000000
+ 536870912
+ 8589934592
+
+
+
+
+ opensuse11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ openSUSE 11.1
+ 11.1
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2008-12-18
+ 2011-01-14
+
+
+
+
+
+
+
+
+ 500000000
+ 1
+ 268435456
+ 524288000
+
+
+ 2400000000
+ 536870912
+ 8589934592
+
+
+
+
+ opensuse11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ openSUSE 11.2
+ 11.2
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2009-11-12
+ 2011-05-12
+
+
+ 500000000
+ 1
+ 536870912
+ 3221225472
+
+
+ 2400000000
+ 1073741824
+ 8589934592
+
+
+
+
+ opensuse11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ openSUSE 11.3
+ 11.3
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2010-07-15
+ 2012-01-20
+
+ http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-i586.iso
+
+ openSUSE-DVD-i586-Build0702..001
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-x86_64.iso
+
+ openSUSE-DVD-x86_64.0702..001
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+ http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-GNOME-LiveCD-i686.iso
+
+ openSUSE Live CD.*
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-GNOME-LiveCD-x86_64.iso
+
+ openSUSE Live CD.*
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 1
+ 536870912
+ 3221225472
+
+
+ 2400000000
+ 1073741824
+ 8589934592
+
+
+
+
+ opensuse11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ openSUSE 11.4
+ 11.4
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2011-03-10
+ 2012-11-05
+
+ http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso
+
+ openSUSE-DVD-i586-Build0024
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-x86_64.iso
+
+ openSUSE-DVD-x86_640024
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+ http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-GNOME-LiveCD-i686.iso
+
+ openSUSE Live CD.*
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-GNOME-LiveCD-x86_64.iso
+
+ openSUSE Live CD.*
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 1
+ 536870912
+ 3221225472
+
+
+ 2400000000
+ 1073741824
+ 8589934592
+
+
+
+
+ opensuse12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ openSUSE 12.1
+ 12.1
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2011-11-16
+ 2013-05-15
+
+ http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso
+
+ openSUSE-DVD-i586-Build0039
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-x86_64.iso
+
+ openSUSE-DVD-x86_640039
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+ http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-GNOME-LiveCD-i686.iso
+
+ openSUSE Live CD.*
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-GNOME-LiveCD-x86_64.iso
+
+ openSUSE Live CD.*
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 10737418240
+
+
+
+
+ opensuse12.2
+ openSUSE 12.2
+ openSUSE 12.2
+ openSUSE 12.2
+ openSUSE 12.2
+ openSUSE 12.2
+ openSUSE 12.2
+ openSUSE 12.2
+ openSUSE 12.2
+ openSUSE 12.2
+ openSUSE 12.2
+ 12.2
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2012-09-05
+ 2014-01-15
+
+
+ http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-i586.iso
+
+ openSUSE-DVD-i586-Build0167
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-x86_64.iso
+
+ openSUSE-DVD-x86_640167
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+ http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-GNOME-LiveCD-i686.iso
+
+ openSUSE Live CD.*
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-GNOME-LiveCD-x86_64.iso
+
+ openSUSE Live CD.*
+ LINUX
+ SUSE LINUX Products GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 10737418240
+
+
+
+
+ opensuse12.3
+ openSUSE 12.3
+ openSUSE 12.3
+ openSUSE 12.3
+ openSUSE 12.3
+ openSUSE 12.3
+ openSUSE 12.3
+ openSUSE 12.3
+ openSUSE 12.3
+ openSUSE 12.3
+ openSUSE 12.3
+ 12.3
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2013-03-13
+ 2015-01-29
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-i586.iso
+
+ openSUSE-12.3-DVD
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-x86_64.iso
+
+ openSUSE-12.3-DVD-x86_64
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 10737418240
+
+
+
+
+ opensuse13.1
+ openSUSE 13.1
+ openSUSE 13.1
+ openSUSE 13.1
+ openSUSE 13.1
+ openSUSE 13.1
+ openSUSE 13.1
+ openSUSE 13.1
+ openSUSE 13.1
+ openSUSE 13.1
+ openSUSE 13.1
+ 13.1
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2013-11-19
+ 2016-02-03
+
+
+
+
+
+
+
+ http://download.opensuse.org/distribution/13.1/iso/openSUSE-13.1-DVD-i586.iso
+
+ openSUSE-13.1-DVD
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/13.1/iso/openSUSE-13.1-DVD-x86_64.iso
+
+ openSUSE-13.1-DVD-x86_64
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+ http://download.opensuse.org/distribution/13.1/iso/openSUSE-13.1-GNOME-Live-i686.iso
+
+ openSUSE 13.1 .* Live
+ LINUX
+ SUSE LINUX GmbH
+ (0x3a19c523|0x675aadc1)
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/13.1/iso/openSUSE-13.1-GNOME-Live-x86_64.iso
+
+ openSUSE 13.1 .* Live
+ LINUX
+ SUSE LINUX GmbH
+ (0x601bf7b2|0xa893698d)
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 10737418240
+
+
+
+
+ opensuse13.2
+ openSUSE 13.2
+ openSUSE 13.2
+ openSUSE 13.2
+ openSUSE 13.2
+ openSUSE 13.2
+ openSUSE 13.2
+ openSUSE 13.2
+ openSUSE 13.2
+ openSUSE 13.2
+ openSUSE 13.2
+ 13.2
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2014-11-04
+ 2017-01-17
+
+ http://download.opensuse.org/distribution/13.2/iso/openSUSE-13.2-DVD-i586.iso
+
+ openSUSE-13.2-DVD
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/distribution/13.2/iso/openSUSE-13.2-DVD-x86_64.iso
+
+ openSUSE-13.2-DVD-x86_64
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 10737418240
+
+
+
+
+ opensuse15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ 15.0
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2018-05-25
+ 2019-12-03
+
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+ openSUSE Leap 15.0
+
+
+
+ http://download.opensuse.org/distribution/leap/15.0/iso/openSUSE-Leap-15.0-DVD-x86_64.iso
+
+ openSUSE-Leap-15.0-DVD-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ http://download.opensuse.org/distribution/leap/15.0/iso/openSUSE-Leap-15.0-NET-x86_64.iso
+
+ openSUSE-Leap-15.0-NET-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+ http://download.opensuse.org/pub/opensuse/distribution/leap/15.0/repo/oss/
+
+ openSUSE Leap
+ 15.0
+ x86_64
+
+
+
+
+
+
+
+
+ 1600000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 17179869184
+
+
+
+
+ opensuse15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ 15.1
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2019-05-22
+
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+ openSUSE Leap 15.1
+
+
+
+ https://download.opensuse.org/distribution/leap/15.1/iso/openSUSE-Leap-15.1-DVD-x86_64.iso
+
+ openSUSE-Leap-15.1-DVD-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ https://download.opensuse.org/distribution/leap/15.1/iso/openSUSE-Leap-15.1-NET-x86_64.iso
+
+ openSUSE-Leap-15.1-NET-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ https://download.opensuse.org/distribution/leap/15.1/live/openSUSE-Leap-15.1-GNOME-Live-x86_64-Current.iso
+
+ openSUSE_Leap_15.1_GNOME_Live
+ SUSE LINUX GMBH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ https://download.opensuse.org/distribution/leap/15.1/live/openSUSE-Leap-15.1-KDE-Live-x86_64-Current.iso
+
+ openSUSE_Leap_15.1_KDE_Live
+ SUSE LINUX GMBH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ https://download.opensuse.org/distribution/leap/15.1/live/openSUSE-Leap-15.1-Rescue-CD-x86_64-Current.iso
+
+ openSUSE_Leap_15.1_Rescue_CD
+ SUSE LINUX GMBH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+ https://download.opensuse.org/pub/opensuse/distribution/leap/15.1/repo/oss/
+
+ openSUSE Leap
+ 15.1
+ x86_64
+
+
+
+
+
+
+
+
+ 1600000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 17179869184
+
+
+
+
+ opensuse15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ 15.2
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2020-07-02
+
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+ openSUSE Leap 15.2
+
+
+
+ https://download.opensuse.org/distribution/leap/15.2/iso/openSUSE-Leap-15.2-DVD-x86_64.iso
+
+ openSUSE-Leap-15.2-DVD-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ https://download.opensuse.org/distribution/leap/15.2/iso/openSUSE-Leap-15.2-NET-x86_64.iso
+
+ openSUSE-Leap-15.2-NET-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ https://download.opensuse.org/distribution/leap/15.2/live/openSUSE-Leap-15.2-GNOME-Live-x86_64-Media.iso
+
+ openSUSE_Leap_15.2_GNOME_Live
+ SUSE LINUX GMBH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ https://download.opensuse.org/distribution/leap/15.2/live/openSUSE-Leap-15.2-KDE-Live-x86_64-Media.iso
+
+ openSUSE_Leap_15.2_KDE_Live
+ SUSE LINUX GMBH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ https://download.opensuse.org/distribution/leap/15.2/live/openSUSE-Leap-15.2-Rescue-CD-x86_64-Media.iso
+
+ openSUSE_Leap_15.2_Rescue_CD
+ SUSE LINUX GMBH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+ https://download.opensuse.org/pub/opensuse/distribution/leap/15.2/repo/oss/
+
+ openSUSE Leap
+ 15.2
+ x86_64
+
+
+
+
+
+
+
+
+ 1600000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 17179869184
+
+
+
+
+ opensuse42.1
+ openSUSE Leap 42.1
+ openSUSE Leap 42.1
+ openSUSE Leap 42.1
+ openSUSE Leap 42.1
+ openSUSE Leap 42.1
+ openSUSE Leap 42.1
+ openSUSE Leap 42.1
+ openSUSE Leap 42.1
+ openSUSE Leap 42.1
+ openSUSE Leap 42.1
+ 42.1
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2015-11-04
+ 2017-05-17
+
+ http://download.opensuse.org/distribution/leap/42.1/iso/openSUSE-Leap-42.1-DVD-x86_64.iso
+
+ openSUSE-Leap-42.1-DVD-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+ install
+
+
+
+
+
+
+ 1600000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 17179869184
+
+
+
+
+ opensuse42.2
+ openSUSE Leap 42.2
+ openSUSE Leap 42.2
+ openSUSE Leap 42.2
+ openSUSE Leap 42.2
+ openSUSE Leap 42.2
+ openSUSE Leap 42.2
+ openSUSE Leap 42.2
+ openSUSE Leap 42.2
+ openSUSE Leap 42.2
+ openSUSE Leap 42.2
+ 42.2
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2016-11-16
+ 2018-01-26
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ openSUSE-Leap-42.2-DVD-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+
+
+
+ 1600000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 17179869184
+
+
+
+
+ opensuse42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ 42.3
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ 2017-07-26
+ 2019-07-01
+
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+ openSUSE Leap 42.3
+
+
+
+ http://download.opensuse.org/distribution/leap/42.3/iso/openSUSE-Leap-42.3-DVD-x86_64.iso
+
+ openSUSE-Leap-42.3-DVD-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ http://download.opensuse.org/distribution/leap/42.3/iso/openSUSE-Leap-42.3-NET-x86_64.iso
+
+ openSUSE-Leap-42.3-NET-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+
+
+
+ 1600000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 17179869184
+
+
+
+
+ opensuse-factory
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ factory
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ snapshot
+
+
+ openSUSE-.*-DVD-Snapshot.*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ openSUSE-.*-DVD-x86_64-Snapshot.*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 1600000000
+ 1
+ 1073741824
+ 4294967296
+
+
+ 2400000000
+ 2147483648
+ 21474836480
+
+
+
+
+ opensusetumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ tumbleweed
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+ openSUSE Tumbleweed
+
+
+ openSUSE Tumbleweed (Kubic)
+ openSUSE Tumbleweed (Kubic)
+ openSUSE Tumbleweed (Kubic)
+ openSUSE Tumbleweed (Kubic)
+ openSUSE Tumbleweed (Kubic)
+ openSUSE Tumbleweed (Kubic)
+ openSUSE Tumbleweed (Kubic)
+ openSUSE Tumbleweed (Kubic)
+
+
+
+ http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-i586-Current.iso
+
+ openSUSE-Tumbleweed-DVD-i586*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+ http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso
+
+ openSUSE-Tumbleweed-DVD-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-NET-i586-Current.iso
+
+ openSUSE-Tumbleweed-NET-i586*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-NET-x86_64-Current.iso
+
+ openSUSE-Tumbleweed-NET-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ http://download.opensuse.org/tumbleweed/iso/openSUSE-Kubic-DVD-x86_64-Current.iso
+
+ openSUSE-(Tumbleweed-)?Kubic-*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+ http://download.opensuse.org/pub/opensuse/tumbleweed/repo/oss/
+
+ openSUSE Tumbleweed
+ x86_64
+
+
+
+
+
+ 1600000000
+ 1
+ 1073741824
+ 4294967296
+
+
+ 2400000000
+ 2147483648
+ 21474836480
+
+
+
+
+
+
+
+
+ opensuse-unknown
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ unknown
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ openSUSE
+ linux
+ opensuse
+
+
+ prerelease
+
+
+ openSUSE-Leap-(15\.[3-9]|(1[6-9]|[23]|[5-9])[0-9]\.[0-9]|4[3-9]\.[0-9])-(DVD|NET|Kubic)-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+
+
+
+
+ 500000000
+ 1
+ 536870912
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 21474836480
+
+
+
+
+ oel4.4
+ Oracle Enterprise Linux 4.4
+ Oracle Enterprise Linux 4.4
+ Oracle Enterprise Linux 4.4
+ Oracle Enterprise Linux 4.4
+ Oracle Enterprise Linux 4.4
+ Oracle Enterprise Linux 4.4
+ Oracle Enterprise Linux 4.4
+ Oracle Enterprise Linux 4.4
+ 4.4
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+
+ 2006-12-20
+ 2013-03-28
+
+
+ oel4.5
+ Oracle Enterprise Linux 4.5
+ Oracle Enterprise Linux 4.5
+ Oracle Enterprise Linux 4.5
+ Oracle Enterprise Linux 4.5
+ Oracle Enterprise Linux 4.5
+ Oracle Enterprise Linux 4.5
+ Oracle Enterprise Linux 4.5
+ Oracle Enterprise Linux 4.5
+ 4.5
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+ 2007-07-11
+ 2013-03-28
+
+
+ oel4.6
+ Oracle Enterprise Linux 4.6
+ Oracle Enterprise Linux 4.6
+ Oracle Enterprise Linux 4.6
+ Oracle Enterprise Linux 4.6
+ Oracle Enterprise Linux 4.6
+ Oracle Enterprise Linux 4.6
+ Oracle Enterprise Linux 4.6
+ Oracle Enterprise Linux 4.6
+ 4.6
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+ 2008-04-16
+ 2013-03-28
+
+
+ oel4.7
+ Oracle Enterprise Linux 4.7
+ Oracle Enterprise Linux 4.7
+ Oracle Enterprise Linux 4.7
+ Oracle Enterprise Linux 4.7
+ Oracle Enterprise Linux 4.7
+ Oracle Enterprise Linux 4.7
+ Oracle Enterprise Linux 4.7
+ Oracle Enterprise Linux 4.7
+ 4.7
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+ 2008-08-01
+ 2013-03-28
+
+
+ oel4.8
+ Oracle Enterprise Linux 4.8
+ Oracle Enterprise Linux 4.8
+ Oracle Enterprise Linux 4.8
+ Oracle Enterprise Linux 4.8
+ Oracle Enterprise Linux 4.8
+ Oracle Enterprise Linux 4.8
+ Oracle Enterprise Linux 4.8
+ Oracle Enterprise Linux 4.8
+ 4.8
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+ 2009-05-21
+ 2013-03-28
+
+
+ oel4.9
+ Oracle Enterprise Linux 4.9
+ Oracle Enterprise Linux 4.9
+ Oracle Enterprise Linux 4.9
+ Oracle Enterprise Linux 4.9
+ Oracle Enterprise Linux 4.9
+ Oracle Enterprise Linux 4.9
+ Oracle Enterprise Linux 4.9
+ Oracle Enterprise Linux 4.9
+ 4.9
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+ 2011-02-23
+ 2013-03-28
+
+
+ oel5.0
+ Oracle Enterprise Linux 5.0
+ Oracle Enterprise Linux 5.0
+ Oracle Enterprise Linux 5.0
+ Oracle Enterprise Linux 5.0
+ Oracle Enterprise Linux 5.0
+ Oracle Enterprise Linux 5.0
+ Oracle Enterprise Linux 5.0
+ Oracle Enterprise Linux 5.0
+ 5.0
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+
+ 2007-06-26
+ 2020-06-30
+
+
+ oel5.1
+ Oracle Enterprise Linux 5.1
+ Oracle Enterprise Linux 5.1
+ Oracle Enterprise Linux 5.1
+ Oracle Enterprise Linux 5.1
+ Oracle Enterprise Linux 5.1
+ Oracle Enterprise Linux 5.1
+ Oracle Enterprise Linux 5.1
+ Oracle Enterprise Linux 5.1
+ 5.1
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+
+ 2007-11-26
+ 2020-06-30
+
+
+ oel5.2
+ Oracle Enterprise Linux 5.2
+ Oracle Enterprise Linux 5.2
+ Oracle Enterprise Linux 5.2
+ Oracle Enterprise Linux 5.2
+ Oracle Enterprise Linux 5.2
+ Oracle Enterprise Linux 5.2
+ Oracle Enterprise Linux 5.2
+ Oracle Enterprise Linux 5.2
+ 5.2
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+
+ 2008-06-10
+ 2020-06-30
+
+
+ oel5.3
+ Oracle Enterprise Linux 5.3
+ Oracle Enterprise Linux 5.3
+ Oracle Enterprise Linux 5.3
+ Oracle Enterprise Linux 5.3
+ Oracle Enterprise Linux 5.3
+ Oracle Enterprise Linux 5.3
+ Oracle Enterprise Linux 5.3
+ Oracle Enterprise Linux 5.3
+ 5.3
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+
+ 2009-01-30
+ 2020-06-30
+
+
+ oel5.4
+ Oracle Enterprise Linux 5.4
+ Oracle Enterprise Linux 5.4
+ Oracle Enterprise Linux 5.4
+ Oracle Enterprise Linux 5.4
+ Oracle Enterprise Linux 5.4
+ Oracle Enterprise Linux 5.4
+ Oracle Enterprise Linux 5.4
+ Oracle Enterprise Linux 5.4
+ 5.4
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ oel
+
+ 2009-09-15
+ 2020-06-30
+
+
+ ol5.10
+ Oracle Linux 5.10
+ Oracle Linux 5.10
+ Oracle Linux 5.10
+ Oracle Linux 5.10
+ Oracle Linux 5.10
+ Oracle Linux 5.10
+ Oracle Linux 5.10
+ Oracle Linux 5.10
+ 5.10
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2013-10-02
+ 2020-06-30
+
+
+ ol5.11
+ Oracle Linux 5.11
+ Oracle Linux 5.11
+ Oracle Linux 5.11
+ Oracle Linux 5.11
+ Oracle Linux 5.11
+ Oracle Linux 5.11
+ Oracle Linux 5.11
+ Oracle Linux 5.11
+ 5.11
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2014-09-17
+ 2020-06-30
+
+
+ ol5.5
+ Oracle Linux 5.5
+ Oracle Linux 5.5
+ Oracle Linux 5.5
+ Oracle Linux 5.5
+ Oracle Linux 5.5
+ Oracle Linux 5.5
+ Oracle Linux 5.5
+ Oracle Linux 5.5
+ 5.5
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2010-04-13
+ 2020-06-30
+
+
+ ol5.6
+ Oracle Linux 5.6
+ Oracle Linux 5.6
+ Oracle Linux 5.6
+ Oracle Linux 5.6
+ Oracle Linux 5.6
+ Oracle Linux 5.6
+ Oracle Linux 5.6
+ Oracle Linux 5.6
+ 5.6
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2011-01-28
+ 2020-06-30
+
+
+ ol5.7
+ Oracle Linux 5.7
+ Oracle Linux 5.7
+ Oracle Linux 5.7
+ Oracle Linux 5.7
+ Oracle Linux 5.7
+ Oracle Linux 5.7
+ Oracle Linux 5.7
+ Oracle Linux 5.7
+ 5.7
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2011-08-05
+ 2020-06-30
+
+
+ ol5.8
+ Oracle Linux 5.8
+ Oracle Linux 5.8
+ Oracle Linux 5.8
+ Oracle Linux 5.8
+ Oracle Linux 5.8
+ Oracle Linux 5.8
+ Oracle Linux 5.8
+ Oracle Linux 5.8
+ 5.8
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2012-03-08
+ 2020-06-30
+
+
+ ol5.9
+ Oracle Linux 5.9
+ Oracle Linux 5.9
+ Oracle Linux 5.9
+ Oracle Linux 5.9
+ Oracle Linux 5.9
+ Oracle Linux 5.9
+ Oracle Linux 5.9
+ Oracle Linux 5.9
+ 5.9
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2013-02-12
+ 2020-06-30
+
+
+ ol6.0
+ Oracle Linux 6.0
+ Oracle Linux 6.0
+ Oracle Linux 6.0
+ Oracle Linux 6.0
+ Oracle Linux 6.0
+ Oracle Linux 6.0
+ Oracle Linux 6.0
+ Oracle Linux 6.0
+ 6.0
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2011-02-11
+ 2024-03-31
+
+
+ LINUX
+ OL6.0 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.0 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol6.10
+ Oracle Linux 6.10
+ Oracle Linux 6.10
+ Oracle Linux 6.10
+ Oracle Linux 6.10
+ Oracle Linux 6.10
+ Oracle Linux 6.10
+ Oracle Linux 6.10
+ Oracle Linux 6.10
+ 6.10
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2018-06-25
+ 2024-03-31
+
+
+ LINUX
+ OL6.10 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.10 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol6.1
+ Oracle Linux 6.1
+ Oracle Linux 6.1
+ Oracle Linux 6.1
+ Oracle Linux 6.1
+ Oracle Linux 6.1
+ Oracle Linux 6.1
+ Oracle Linux 6.1
+ Oracle Linux 6.1
+ 6.1
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2011-06-07
+ 2024-03-31
+
+
+ LINUX
+ OL6.1 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.1 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol6.2
+ Oracle Linux 6.2
+ Oracle Linux 6.2
+ Oracle Linux 6.2
+ Oracle Linux 6.2
+ Oracle Linux 6.2
+ Oracle Linux 6.2
+ Oracle Linux 6.2
+ Oracle Linux 6.2
+ 6.2
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2011-12-21
+ 2024-03-31
+
+
+ LINUX
+ OL6.2 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.2 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol6.3
+ Oracle Linux 6.3
+ Oracle Linux 6.3
+ Oracle Linux 6.3
+ Oracle Linux 6.3
+ Oracle Linux 6.3
+ Oracle Linux 6.3
+ Oracle Linux 6.3
+ Oracle Linux 6.3
+ 6.3
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2012-07-03
+ 2024-03-31
+
+
+ LINUX
+ OL6.3 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.3 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol6.4
+ Oracle Linux 6.4
+ Oracle Linux 6.4
+ Oracle Linux 6.4
+ Oracle Linux 6.4
+ Oracle Linux 6.4
+ Oracle Linux 6.4
+ Oracle Linux 6.4
+ Oracle Linux 6.4
+ 6.4
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2013-03-06
+ 2024-03-31
+
+
+ LINUX
+ OL6.4 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.4 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol6.5
+ Oracle Linux 6.5
+ Oracle Linux 6.5
+ Oracle Linux 6.5
+ Oracle Linux 6.5
+ Oracle Linux 6.5
+ Oracle Linux 6.5
+ Oracle Linux 6.5
+ Oracle Linux 6.5
+ 6.5
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2013-12-10
+ 2024-03-31
+
+
+ LINUX
+ OL6.5 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.5 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol6.6
+ Oracle Linux 6.6
+ Oracle Linux 6.6
+ Oracle Linux 6.6
+ Oracle Linux 6.6
+ Oracle Linux 6.6
+ Oracle Linux 6.6
+ Oracle Linux 6.6
+ Oracle Linux 6.6
+ 6.6
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2014-10-18
+ 2024-03-31
+
+
+ LINUX
+ OL6.6 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.6 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol6.7
+ Oracle Linux 6.7
+ Oracle Linux 6.7
+ Oracle Linux 6.7
+ Oracle Linux 6.7
+ Oracle Linux 6.7
+ Oracle Linux 6.7
+ Oracle Linux 6.7
+ Oracle Linux 6.7
+ 6.7
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2015-07-27
+ 2024-03-31
+
+
+ LINUX
+ OL6.7 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.7 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol6.8
+ Oracle Linux 6.8
+ Oracle Linux 6.8
+ Oracle Linux 6.8
+ Oracle Linux 6.8
+ Oracle Linux 6.8
+ Oracle Linux 6.8
+ Oracle Linux 6.8
+ Oracle Linux 6.8
+ 6.8
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2016-05-17
+ 2024-03-31
+
+
+ LINUX
+ OL6.8 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.8 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol6.9
+ Oracle Linux 6.9
+ Oracle Linux 6.9
+ Oracle Linux 6.9
+ Oracle Linux 6.9
+ Oracle Linux 6.9
+ Oracle Linux 6.9
+ Oracle Linux 6.9
+ Oracle Linux 6.9
+ 6.9
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2017-03-24
+ 2024-03-31
+
+
+ LINUX
+ OL6.9 x86_64 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL6.9 i386 Disc 1
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol7.0
+ Oracle Linux 7.0
+ Oracle Linux 7.0
+ Oracle Linux 7.0
+ Oracle Linux 7.0
+ Oracle Linux 7.0
+ Oracle Linux 7.0
+ Oracle Linux 7.0
+ Oracle Linux 7.0
+ 7.0
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2014-07-11
+
+
+ LINUX
+ OL-7.0 Server.x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol7.1
+ Oracle Linux 7.1
+ Oracle Linux 7.1
+ Oracle Linux 7.1
+ Oracle Linux 7.1
+ Oracle Linux 7.1
+ Oracle Linux 7.1
+ Oracle Linux 7.1
+ Oracle Linux 7.1
+ 7.1
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2015-03-11
+
+
+ LINUX
+ OL-7.1 Server.x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol7.2
+ Oracle Linux 7.2
+ Oracle Linux 7.2
+ Oracle Linux 7.2
+ Oracle Linux 7.2
+ Oracle Linux 7.2
+ Oracle Linux 7.2
+ Oracle Linux 7.2
+ Oracle Linux 7.2
+ 7.2
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2015-11-25
+
+
+ LINUX
+ OL-7.2 Server.x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol7.3
+ Oracle Linux 7.3
+ Oracle Linux 7.3
+ Oracle Linux 7.3
+ Oracle Linux 7.3
+ Oracle Linux 7.3
+ Oracle Linux 7.3
+ Oracle Linux 7.3
+ Oracle Linux 7.3
+ 7.3
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2016-11-08
+
+
+ LINUX
+ OL-7.3 Server.x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol7.4
+ Oracle Linux 7.4
+ Oracle Linux 7.4
+ Oracle Linux 7.4
+ Oracle Linux 7.4
+ Oracle Linux 7.4
+ Oracle Linux 7.4
+ Oracle Linux 7.4
+ Oracle Linux 7.4
+ 7.4
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2017-08-04
+
+
+ LINUX
+ OL-7.4 Server.x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol7.5
+ Oracle Linux 7.5
+ Oracle Linux 7.5
+ Oracle Linux 7.5
+ Oracle Linux 7.5
+ Oracle Linux 7.5
+ Oracle Linux 7.5
+ Oracle Linux 7.5
+ Oracle Linux 7.5
+ 7.5
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2018-04-12
+
+
+ LINUX
+ OL-7.5 Server.x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL-7.5 Server.aarch64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol7.6
+ Oracle Linux 7.6
+ Oracle Linux 7.6
+ Oracle Linux 7.6
+ Oracle Linux 7.6
+ Oracle Linux 7.6
+ Oracle Linux 7.6
+ Oracle Linux 7.6
+ Oracle Linux 7.6
+ 7.6
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2018-11-19
+
+
+ LINUX
+ OL-7.6 Server.x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL-7.6 Server.aarch64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol7.7
+ Oracle Linux 7.7
+ Oracle Linux 7.7
+ Oracle Linux 7.7
+ Oracle Linux 7.7
+ Oracle Linux 7.7
+ Oracle Linux 7.7
+ Oracle Linux 7.7
+ Oracle Linux 7.7
+ 7.7
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2019-08-15
+
+
+ LINUX
+ OL-7.7 Server.x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL-7.7 Server.aarch64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol7.8
+ Oracle Linux 7.8
+ Oracle Linux 7.8
+ Oracle Linux 7.8
+ Oracle Linux 7.8
+ Oracle Linux 7.8
+ Oracle Linux 7.8
+ Oracle Linux 7.8
+ Oracle Linux 7.8
+ 7.8
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2020-04-08
+
+
+ LINUX
+ OL-7.8 Server.x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ OL-7.8 Server.aarch64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol8.0
+ Oracle Linux 8.0
+ Oracle Linux 8.0
+ Oracle Linux 8.0
+ Oracle Linux 8.0
+ Oracle Linux 8.0
+ Oracle Linux 8.0
+ Oracle Linux 8.0
+ Oracle Linux 8.0
+ 8.0
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2019-07-18
+
+
+ LINUX
+ Oracle-Linux-8-0-x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ Oracle-Linux-8-0-aarch64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol8.1
+ Oracle Linux 8.1
+ Oracle Linux 8.1
+ Oracle Linux 8.1
+ Oracle Linux 8.1
+ Oracle Linux 8.1
+ Oracle Linux 8.1
+ Oracle Linux 8.1
+ Oracle Linux 8.1
+ 8.1
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2019-11-15
+
+
+ LINUX
+ Oracle-Linux-8.1-x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ Oracle-Linux-8.1-aarch64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ ol8.2
+ Oracle Linux 8.2
+ Oracle Linux 8.2
+ Oracle Linux 8.2
+ Oracle Linux 8.2
+ Oracle Linux 8.2
+ Oracle Linux 8.2
+ Oracle Linux 8.2
+ Oracle Linux 8.2
+ 8.2
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ Oracle America
+ linux
+ ol
+
+ 2020-05-06
+
+
+ LINUX
+ Oracle-Linux-8.2-x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ Oracle-Linux-8.2-aarch64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ solaris11
+ Oracle Solaris 11
+ Oracle Solaris 11
+ Oracle Solaris 11
+ Oracle Solaris 11
+ Oracle Solaris 11
+ Oracle Solaris 11
+ Oracle Solaris 11
+ Oracle Solaris 11
+ Oracle Solaris 11
+ Oracle Solaris 11
+ 11
+ Oracle
+ Oracle
+ Oracle
+ Oracle
+ Oracle
+ Oracle
+ Oracle
+ Oracle
+ Oracle
+ Oracle
+ solaris
+ solaris
+
+ 2011-11-09
+
+
+ pureos8
+ PureOS
+ PureOS
+ PureOS
+ PureOS
+ PureOS
+ PureOS
+ PureOS
+ PureOS
+ 8
+ Purism, SPC
+ Purism, SPC
+ Purism, SPC
+ Purism, SPC
+ Purism, SPC
+ Purism, SPC
+ Purism, SPC
+ Purism, SPC
+ linux
+ pureos
+ prerelease
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+
+ PureOS 8.0 GNOME Live
+
+ casper/vmlinuz
+ casper/initrd.img
+
+
+
+ rhel2.1.1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ Red Hat Enterprise Linux 2.1 Update 1
+ 2.1.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Pensacola
+
+
+ 2003-02-14
+ 2009-05-31
+
+
+ rhel2.1.2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ Red Hat Enterprise Linux 2.1 Update 2
+ 2.1.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Pensacola
+
+
+ 2003-05-02
+ 2009-05-31
+
+
+ rhel2.1.3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ Red Hat Enterprise Linux 2.1 Update 3
+ 2.1.3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Pensacola
+
+
+ 2003-12-19
+ 2009-05-31
+
+
+ rhel2.1.4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ Red Hat Enterprise Linux 2.1 Update 4
+ 2.1.4
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Pensacola
+
+
+ 2004-04-30
+ 2009-05-31
+
+
+ rhel2.1.5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ Red Hat Enterprise Linux 2.1 Update 5
+ 2.1.5
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Pensacola
+
+
+ 2004-08-18
+ 2009-05-31
+
+
+ rhel2.1.6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ Red Hat Enterprise Linux 2.1 Update 6
+ 2.1.6
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Pensacola
+
+
+ 2004-12-13
+ 2009-05-31
+
+
+ rhel2.1.7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ Red Hat Enterprise Linux 2.1 Update 7
+ 2.1.7
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Pensacola
+
+
+ 2005-04-28
+ 2009-05-31
+
+
+ rhel2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ Red Hat Enterprise Linux 2.1
+ 2.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Pensacola
+ 2002-03-26
+ 2009-05-31
+
+
+ rhel3.1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ Red Hat Enterprise Linux 3 Update 1
+ 3.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Taroon
+ 2004-01-16
+ 2014-01-30
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 16
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 8
+ 137438953472
+
+
+
+
+ rhel3.2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ Red Hat Enterprise Linux 3 Update 2
+ 3.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Taroon
+ 2004-05-18
+ 2014-01-30
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 16
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 8
+ 137438953472
+
+
+
+
+ rhel3.3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ Red Hat Enterprise Linux 3 Update 3
+ 3.3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Taroon
+ 2004-09-03
+ 2014-01-30
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 16
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 8
+ 137438953472
+
+
+
+
+ rhel3.4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ Red Hat Enterprise Linux 3 Update 4
+ 3.4
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Taroon
+ 2004-12-21
+ 2014-01-30
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 16
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 8
+ 137438953472
+
+
+
+
+ rhel3.5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ Red Hat Enterprise Linux 3 Update 5
+ 3.5
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Taroon
+ 2005-05-20
+ 2014-01-30
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 16
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 8
+ 137438953472
+
+
+
+
+ rhel3.6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ Red Hat Enterprise Linux 3 Update 6
+ 3.6
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Taroon
+ 2005-09-28
+ 2014-01-30
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 16
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 8
+ 137438953472
+
+
+
+
+ rhel3.7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ Red Hat Enterprise Linux 3 Update 7
+ 3.7
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Taroon
+ 2006-03-15
+ 2014-01-30
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 16
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 8
+ 137438953472
+
+
+
+
+ rhel3.8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ Red Hat Enterprise Linux 3 Update 8
+ 3.8
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Taroon
+ 2006-07-20
+ 2014-01-30
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 16
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 8
+ 137438953472
+
+
+
+
+ rhel3.9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ Red Hat Enterprise Linux 3 Update 9
+ 3.9
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Taroon
+ 2007-06-15
+ 2014-01-30
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 16
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 8
+ 137438953472
+
+
+
+
+ rhel3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ Red Hat Enterprise Linux 3
+ 3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Taroon
+ 2003-10-22
+ 2014-01-30
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 16
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 8
+ 137438953472
+
+
+
+
+ rhel4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ Red Hat Enterprise Linux 4.0
+ 4.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Nahant
+ 2005-02-15
+ 2015-02-28
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 32
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 64
+ 274877906944
+
+
+
+
+ rhel4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ Red Hat Enterprise Linux 4.1
+ 4.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Nahant
+
+
+ 2005-06-09
+ 2015-02-28
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 32
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 64
+ 274877906944
+
+
+
+
+ rhel4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ Red Hat Enterprise Linux 4.2
+ 4.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Nahant
+
+
+ 2005-10-05
+ 2015-02-28
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 32
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 64
+ 274877906944
+
+
+
+
+ rhel4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ Red Hat Enterprise Linux 4.3
+ 4.3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Nahant
+
+
+ 2006-03-07
+ 2015-02-28
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 32
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 64
+ 274877906944
+
+
+
+
+ rhel4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ Red Hat Enterprise Linux 4.4
+ 4.4
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Nahant
+
+
+ 2006-08-11
+ 2015-02-28
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 32
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 64
+ 274877906944
+
+
+
+
+ rhel4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ Red Hat Enterprise Linux 4.5
+ 4.5
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Nahant
+
+
+ 2007-05-01
+ 2015-02-28
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 32
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 64
+ 274877906944
+
+
+
+
+ rhel4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ Red Hat Enterprise Linux 4.6
+ 4.6
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Nahant
+
+
+ 2007-11-15
+ 2015-02-28
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 32
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 64
+ 274877906944
+
+
+
+
+ rhel4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ Red Hat Enterprise Linux 4.7
+ 4.7
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Nahant
+
+
+ 2008-07-24
+ 2015-02-28
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 32
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 64
+ 274877906944
+
+
+
+
+ rhel4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ Red Hat Enterprise Linux 4.8
+ 4.8
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Nahant
+
+
+ 2009-05-18
+ 2015-02-28
+
+
+ LINUX
+ .*RHEL/4-U8 i386.*
+
+
+
+
+ LINUX
+ .*RHEL/4-U8 x86_64.*
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 32
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 64
+ 274877906944
+
+
+
+
+ rhel4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ Red Hat Enterprise Linux 4.9
+ 4.9
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Nahant
+
+
+ 2011-02-16
+ 2015-02-28
+
+
+ LINUX
+ .*RHEL_4.9 i386.*
+
+
+
+
+ LINUX
+ .*RHEL_4.9 x86_64.*
+
+
+
+
+ 536870912
+ 838860800
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 32
+ 68719476736
+
+
+
+
+ 268435456
+ 838860800
+
+
+ 64
+ 274877906944
+
+
+
+
+ rhel5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ Red Hat Enterprise Linux 5.0
+ 5.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+ 2007-03-14
+ 2020-03-31
+ method
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.10
+ Red Hat Enterprise Linux 5.10
+ Red Hat Enterprise Linux 5.10
+ Red Hat Enterprise Linux 5.10
+ Red Hat Enterprise Linux 5.10
+ Red Hat Enterprise Linux 5.10
+ Red Hat Enterprise Linux 5.10
+ Red Hat Enterprise Linux 5.10
+ Red Hat Enterprise Linux 5.10
+ Red Hat Enterprise Linux 5.10
+ Red Hat Enterprise Linux 5.10
+ 5.10
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2013-10-01
+ 2020-03-31
+
+
+ LINUX
+ .*RHEL/5.10 i386.*
+
+
+
+
+ LINUX
+ .*RHEL/5.10 x86_64.*
+
+
+
+
+ Red Hat Enterprise Linux
+ 5.10
+
+
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.11
+ Red Hat Enterprise Linux 5.11
+ Red Hat Enterprise Linux 5.11
+ Red Hat Enterprise Linux 5.11
+ Red Hat Enterprise Linux 5.11
+ Red Hat Enterprise Linux 5.11
+ Red Hat Enterprise Linux 5.11
+ Red Hat Enterprise Linux 5.11
+ Red Hat Enterprise Linux 5.11
+ Red Hat Enterprise Linux 5.11
+ Red Hat Enterprise Linux 5.11
+ 5.11
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2014-09-16
+ 2020-03-31
+
+
+ LINUX
+ .*RHEL/5.11 i386.*
+
+
+
+
+ LINUX
+ .*RHEL/5.11 x86_64.*
+
+
+
+
+ Red Hat Enterprise Linux
+ 5.11
+
+
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ Red Hat Enterprise Linux 5.1
+ 5.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2007-11-07
+ 2020-03-31
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ Red Hat Enterprise Linux 5.2
+ 5.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2008-05-21
+ 2020-03-31
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ Red Hat Enterprise Linux 5.3
+ 5.3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2009-01-20
+ 2020-03-31
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ Red Hat Enterprise Linux 5.4
+ 5.4
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2009-09-02
+ 2020-03-31
+
+
+ LINUX
+ .*RHEL/5.4 i386.*
+
+
+
+
+ LINUX
+ .*RHEL/5.4 x86_64.*
+
+
+
+
+ Red Hat Enterprise Linux
+ 5.4
+
+
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ Red Hat Enterprise Linux 5.5
+ 5.5
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2010-03-30
+ 2020-03-31
+
+
+ LINUX
+ .*RHEL/5.5 i386.*
+
+
+
+
+ LINUX
+ .*RHEL/5.5 x86_64.*
+
+
+
+
+ Red Hat Enterprise Linux
+ 5.5
+
+
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ Red Hat Enterprise Linux 5.6
+ 5.6
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2011-01-12
+ 2020-03-31
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ .*RHEL/5.6 i386.*
+
+
+
+
+ LINUX
+ .*RHEL/5.6 x86_64.*
+
+
+
+
+ Red Hat Enterprise Linux
+ 5.6
+
+
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ Red Hat Enterprise Linux 5.7
+ 5.7
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2011-07-21
+ 2020-03-31
+
+
+ LINUX
+ .*RHEL/5.7 i386.*
+
+
+
+
+ LINUX
+ .*RHEL/5.7 x86_64.*
+
+
+
+
+ Red Hat Enterprise Linux
+ 5.7
+
+
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ Red Hat Enterprise Linux 5.8
+ 5.8
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2012-02-21
+ 2020-03-31
+
+
+ LINUX
+ .*RHEL/5.8 i386.*
+
+
+
+
+ LINUX
+ .*RHEL/5.8 x86_64.*
+
+
+
+
+ Red Hat Enterprise Linux
+ 5.8
+
+
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel5.9
+ Red Hat Enterprise Linux 5.9
+ Red Hat Enterprise Linux 5.9
+ Red Hat Enterprise Linux 5.9
+ Red Hat Enterprise Linux 5.9
+ Red Hat Enterprise Linux 5.9
+ Red Hat Enterprise Linux 5.9
+ Red Hat Enterprise Linux 5.9
+ Red Hat Enterprise Linux 5.9
+ Red Hat Enterprise Linux 5.9
+ Red Hat Enterprise Linux 5.9
+ 5.9
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Tikanga
+
+
+ 2013-01-07
+ 2020-03-31
+
+
+ LINUX
+ .*RHEL/5.9 i386.*
+
+
+
+
+ LINUX
+ .*RHEL/5.9 x86_64.*
+
+
+
+
+ Red Hat Enterprise Linux
+ 5.9
+
+
+
+
+ 1073741824
+ 536870912
+
+
+ 5368709120
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 32
+ 17179869184
+
+
+
+
+ 536870912
+
+
+ 1073741824
+
+
+ 160
+ 1099511627776
+
+
+
+
+ rhel6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ Red Hat Enterprise Linux 6.0
+ 6.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+ 2010-11-10
+ 2023-11-30
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ .*RHEL_6.0 i386.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ .*RHEL_6.0 x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.0$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.0$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.0$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.0$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 288
+ 1099511627776
+
+
+ method
+
+
+
+
+
+
+ rhel6.10
+ Red Hat Enterprise Linux 6.10
+ Red Hat Enterprise Linux 6.10
+ Red Hat Enterprise Linux 6.10
+ Red Hat Enterprise Linux 6.10
+ Red Hat Enterprise Linux 6.10
+ Red Hat Enterprise Linux 6.10
+ Red Hat Enterprise Linux 6.10
+ Red Hat Enterprise Linux 6.10
+ 6.10
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2018-05-25
+ 2024-06-30
+
+
+ LINUX
+ RHEL-6.10 .*.i386$
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-6.10 .*.x86_64$
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ RHEL-6.10 .*.ppc64$
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-6.10 .*.s390x$
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.10$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.10$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.10$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.10$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 448
+ 13194139533312
+
+
+
+
+
+
+
+
+ rhel6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ Red Hat Enterprise Linux 6.1
+ 6.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2011-05-19
+ 2023-11-30
+
+
+ LINUX
+ .*RHEL_6.1 i386.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ .*RHEL_6.1 x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.1$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.1$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.1$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.1$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 288
+ 1099511627776
+
+
+
+
+
+
+
+
+ rhel6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ Red Hat Enterprise Linux 6.2
+ 6.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2011-12-06
+ 2023-11-30
+
+
+ LINUX
+ .*RHEL_6.2 i386.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ .*RHEL_6.2 x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.2$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.2$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.2$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.2$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 288
+ 1099511627776
+
+
+
+
+
+
+
+
+ rhel6.3
+ Red Hat Enterprise Linux 6.3
+ Red Hat Enterprise Linux 6.3
+ Red Hat Enterprise Linux 6.3
+ Red Hat Enterprise Linux 6.3
+ Red Hat Enterprise Linux 6.3
+ Red Hat Enterprise Linux 6.3
+ Red Hat Enterprise Linux 6.3
+ Red Hat Enterprise Linux 6.3
+ Red Hat Enterprise Linux 6.3
+ Red Hat Enterprise Linux 6.3
+ 6.3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2012-06-21
+ 2023-11-30
+
+
+ LINUX
+ .*RHEL_6.3 i386.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ .*RHEL_6.3 x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.3$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.3$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.3$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.3$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 288
+ 3298534883328
+
+
+
+
+
+
+
+
+ rhel6.4
+ Red Hat Enterprise Linux 6.4
+ Red Hat Enterprise Linux 6.4
+ Red Hat Enterprise Linux 6.4
+ Red Hat Enterprise Linux 6.4
+ Red Hat Enterprise Linux 6.4
+ Red Hat Enterprise Linux 6.4
+ Red Hat Enterprise Linux 6.4
+ Red Hat Enterprise Linux 6.4
+ Red Hat Enterprise Linux 6.4
+ Red Hat Enterprise Linux 6.4
+ 6.4
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2013-02-21
+ 2023-11-30
+
+
+ LINUX
+ .*RHEL_6.4 i386.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ .*RHEL_6.4 x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.4$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.4$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.4$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.4$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 288
+ 3298534883328
+
+
+
+
+
+
+
+
+ rhel6.5
+ Red Hat Enterprise Linux 6.5
+ Red Hat Enterprise Linux 6.5
+ Red Hat Enterprise Linux 6.5
+ Red Hat Enterprise Linux 6.5
+ Red Hat Enterprise Linux 6.5
+ Red Hat Enterprise Linux 6.5
+ Red Hat Enterprise Linux 6.5
+ Red Hat Enterprise Linux 6.5
+ Red Hat Enterprise Linux 6.5
+ Red Hat Enterprise Linux 6.5
+ 6.5
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2013-11-21
+ 2023-11-30
+
+
+ LINUX
+ .*RHEL_6.5 i386.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ .*RHEL_6.5 x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.5$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.5$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.5$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.5$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 288
+ 3298534883328
+
+
+
+
+
+
+
+
+ rhel6.6
+ Red Hat Enterprise Linux 6.6
+ Red Hat Enterprise Linux 6.6
+ Red Hat Enterprise Linux 6.6
+ Red Hat Enterprise Linux 6.6
+ Red Hat Enterprise Linux 6.6
+ Red Hat Enterprise Linux 6.6
+ Red Hat Enterprise Linux 6.6
+ Red Hat Enterprise Linux 6.6
+ Red Hat Enterprise Linux 6.6
+ Red Hat Enterprise Linux 6.6
+ 6.6
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2014-10-14
+ 2023-11-30
+
+
+ LINUX
+ RHEL-6.6 .*.i386.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ .*RHEL-6.6 .*.x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.6$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.6$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.6$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.6$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 288
+ 6597069766656
+
+
+
+
+
+
+
+
+ rhel6.7
+ Red Hat Enterprise Linux 6.7
+ Red Hat Enterprise Linux 6.7
+ Red Hat Enterprise Linux 6.7
+ Red Hat Enterprise Linux 6.7
+ Red Hat Enterprise Linux 6.7
+ Red Hat Enterprise Linux 6.7
+ Red Hat Enterprise Linux 6.7
+ Red Hat Enterprise Linux 6.7
+ Red Hat Enterprise Linux 6.7
+ Red Hat Enterprise Linux 6.7
+ 6.7
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2015-07-22
+ 2023-11-30
+
+
+ LINUX
+ RHEL-6.7 .*.i386.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ .*RHEL-6.7 .*.x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.7$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.7$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.7$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.7$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 448
+ 13194139533312
+
+
+
+
+
+
+
+
+ rhel6.8
+ Red Hat Enterprise Linux 6.8
+ Red Hat Enterprise Linux 6.8
+ Red Hat Enterprise Linux 6.8
+ Red Hat Enterprise Linux 6.8
+ Red Hat Enterprise Linux 6.8
+ Red Hat Enterprise Linux 6.8
+ Red Hat Enterprise Linux 6.8
+ Red Hat Enterprise Linux 6.8
+ Red Hat Enterprise Linux 6.8
+ Red Hat Enterprise Linux 6.8
+ 6.8
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2016-05-10
+ 2023-11-30
+
+
+ LINUX
+ RHEL-6.8 .*.i386.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ .*RHEL-6.8 .*.x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.8$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.8$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.8$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.8$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 448
+ 13194139533312
+
+
+
+
+
+
+
+
+ rhel6.9
+ Red Hat Enterprise Linux 6.9
+ Red Hat Enterprise Linux 6.9
+ Red Hat Enterprise Linux 6.9
+ Red Hat Enterprise Linux 6.9
+ Red Hat Enterprise Linux 6.9
+ Red Hat Enterprise Linux 6.9
+ Red Hat Enterprise Linux 6.9
+ Red Hat Enterprise Linux 6.9
+ Red Hat Enterprise Linux 6.9
+ Red Hat Enterprise Linux 6.9
+ 6.9
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2017-03-21
+ 2023-11-30
+
+
+
+
+ LINUX
+ RHEL-6.9 .*.i386.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ .*RHEL-6.9 .*.x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^6.9$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.9$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.9$
+ i386
+
+
+
+
+ Red Hat Enterprise Linux
+ ^6.9$
+ x86_64
+
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 448
+ 13194139533312
+
+
+
+
+
+
+
+
+ rhel6-unknown
+ Red Hat Enterprise Linux 6 Unknown
+ Red Hat Enterprise Linux 6 невідома
+ Red Hat Enterprise Linux 6 Bilinmeyen
+ Red Hat Enterprise Linux 6 desconhecido
+ Red Hat Enterprise Linux 6 (nieznany)
+ Red Hat Enterprise Linux 6 (sconosciuto)
+ Red Hat Enterprise Linux 6 Tak Diketahui
+ Red Hat Enterprise Linux 6 Inconnue
+ 6-unknown
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Santiago
+
+
+ 2024-06-30
+
+
+ LINUX
+ RHEL-6.(1[1-9]|[2-9][0-9]) .*.i386$
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-6.(1[1-9]|[2-9][0-9]) .*.x86_64$
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ RHEL-6.(1[1-9]|[2-9][0-9]) .*.ppc64$
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-6.(1[1-9]|[2-9][0-9]) .*.s390x$
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 5368709120
+
+
+
+
+ 536870912
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 32
+ 17179869184
+
+
+
+
+ 1073741824
+ 1073741824
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+ 448
+ 13194139533312
+
+
+
+
+
+
+
+
+ rhel7.0
+ Red Hat Enterprise Linux 7.0
+ Red Hat Enterprise Linux 7.0
+ Red Hat Enterprise Linux 7.0
+ Red Hat Enterprise Linux 7.0
+ Red Hat Enterprise Linux 7.0
+ Red Hat Enterprise Linux 7.0
+ Red Hat Enterprise Linux 7.0
+ Red Hat Enterprise Linux 7.0
+ Red Hat Enterprise Linux 7.0
+ Red Hat Enterprise Linux 7.0
+ 7.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+ 2014-06-10
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ .*RHEL-7.0.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHELSA-1.5 Server\.aarch64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux
+ ^7.0$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.0$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.0$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 192
+ 2199023255552
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 288
+ 3298534883328
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ inst.repo
+
+
+
+
+
+
+ rhel7.1
+ Red Hat Enterprise Linux 7.1
+ Red Hat Enterprise Linux 7.1
+ Red Hat Enterprise Linux 7.1
+ Red Hat Enterprise Linux 7.1
+ Red Hat Enterprise Linux 7.1
+ Red Hat Enterprise Linux 7.1
+ Red Hat Enterprise Linux 7.1
+ Red Hat Enterprise Linux 7.1
+ Red Hat Enterprise Linux 7.1
+ Red Hat Enterprise Linux 7.1
+ 7.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+
+ 2015-03-05
+
+
+ LINUX
+ .*RHEL-7.1.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHELSA-7.1.*aarch64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.1$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.1$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.1$
+ x86_64
+
+
+
+
+ Red Hat Enterprise Linux Server for ARM Development Preview
+ ^7.1$
+ aarch64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 192
+ 2199023255552
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 288
+ 6597069766656
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel7.2
+ Red Hat Enterprise Linux 7.2
+ Red Hat Enterprise Linux 7.2
+ Red Hat Enterprise Linux 7.2
+ Red Hat Enterprise Linux 7.2
+ Red Hat Enterprise Linux 7.2
+ Red Hat Enterprise Linux 7.2
+ Red Hat Enterprise Linux 7.2
+ Red Hat Enterprise Linux 7.2
+ Red Hat Enterprise Linux 7.2
+ Red Hat Enterprise Linux 7.2
+ 7.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+
+ 2015-11-19
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ .*RHEL-7.2.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-7.2.*aarch64$
+
+
+
+
+ PPC
+ RHEL-7.2.*ppc64$
+
+
+
+
+ PPC
+ RHEL-7.2.*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-7.2.*s390x$
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.2$
+ ppc64$
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.2$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.2$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.2$
+ x86_64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.2$
+ aarch64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 192
+ 2199023255552
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 192
+ 2199023255552
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 576
+ 13194139533312
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel7.3
+ Red Hat Enterprise Linux 7.3
+ Red Hat Enterprise Linux 7.3
+ Red Hat Enterprise Linux 7.3
+ Red Hat Enterprise Linux 7.3
+ Red Hat Enterprise Linux 7.3
+ Red Hat Enterprise Linux 7.3
+ Red Hat Enterprise Linux 7.3
+ Red Hat Enterprise Linux 7.3
+ Red Hat Enterprise Linux 7.3
+ Red Hat Enterprise Linux 7.3
+ 7.3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+
+ 2016-11-03
+
+
+ LINUX
+ .*RHEL-7.3.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-7.3.*aarch64$
+
+
+
+
+ PPC
+ RHEL-7.3.*ppc64$
+
+
+
+
+ PPC
+ RHEL-7.3.*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-7.3.*s390x$
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.3$
+ ppc64$
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.3$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.3$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.3$
+ x86_64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.3$
+ aarch64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 192
+ 2199023255552
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 192
+ 2199023255552
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 768
+ 13194139533312
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel7.4
+ Red Hat Enterprise Linux 7.4
+ Red Hat Enterprise Linux 7.4
+ Red Hat Enterprise Linux 7.4
+ Red Hat Enterprise Linux 7.4
+ Red Hat Enterprise Linux 7.4
+ Red Hat Enterprise Linux 7.4
+ Red Hat Enterprise Linux 7.4
+ Red Hat Enterprise Linux 7.4
+ Red Hat Enterprise Linux 7.4
+ Red Hat Enterprise Linux 7.4
+ 7.4
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+
+ 2017-08-01
+
+ Red Hat Enterprise Linux 7.4 Alternate Architectures
+ Red Hat Enterprise Linux 7.4 альтернативної архітектури
+ Red Hat Enterprise Linux 7.4 Alternatif Mimariler
+ Red Hat Enterprise Linux 7.4 Alternate Architectures
+ Red Hat Enterprise Linux 7.4 (alternatywne architektury)
+ Red Hat Enterprise Linux 7.4 (architetture alternative)
+ Red Hat Enterprise Linux 7.4 Alternate Architectures
+ Red Hat Enterprise Linux 7.4 Alternate Architectures
+
+
+
+ LINUX
+ .*RHEL-7.4.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-7.4.*aarch64$
+
+
+
+
+ PPC
+ RHEL-7.4.*ppc64$
+
+
+
+
+ PPC
+ RHEL-7.4.*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-7.4.*s390x$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.4$
+ ppc64$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.4$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.4$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.4$
+ x86_64
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.4$
+ aarch64
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.4$
+ ppc64le
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.4$
+ s390x
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.4$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 192
+ 2199023255552
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 21474836480
+
+
+ 192
+ 2199023255552
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 768
+ 13194139533312
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel7.5
+ Red Hat Enterprise Linux 7.5
+ Red Hat Enterprise Linux 7.5
+ Red Hat Enterprise Linux 7.5
+ Red Hat Enterprise Linux 7.5
+ Red Hat Enterprise Linux 7.5
+ Red Hat Enterprise Linux 7.5
+ Red Hat Enterprise Linux 7.5
+ Red Hat Enterprise Linux 7.5
+ Red Hat Enterprise Linux 7.5
+ 7.5
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+
+ 2018-04-10
+
+ Red Hat Enterprise Linux 7.5 Alternate Architectures
+ Red Hat Enterprise Linux 7.5 альтернативної архітектури
+ Red Hat Enterprise Linux 7.5 Alternatif Mimariler
+ Red Hat Enterprise Linux 7.5 Alternate Architectures
+ Red Hat Enterprise Linux 7.5 (alternatywne architektury)
+ Red Hat Enterprise Linux 7.5 (architetture alternative)
+ Red Hat Enterprise Linux 7.5 Alternate Architectures
+ Red Hat Enterprise Linux 7.5 Alternate Architectures
+
+
+
+ LINUX
+ .*RHEL-7.5.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-7.5.*aarch64$
+
+
+
+
+ PPC
+ RHEL-7.5.*ppc64$
+
+
+
+
+ PPC
+ RHEL-7.5.*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-7.5.*s390x$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.5$
+ ppc64$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.5$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.5$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.5$
+ x86_64
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.5$
+ aarch64
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.5$
+ ppc64le
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.5$
+ s390x
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.5$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 768
+ 13194139533312
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel7.6
+ Red Hat Enterprise Linux 7.6
+ Red Hat Enterprise Linux 7.6
+ Red Hat Enterprise Linux 7.6
+ Red Hat Enterprise Linux 7.6
+ Red Hat Enterprise Linux 7.6
+ Red Hat Enterprise Linux 7.6
+ Red Hat Enterprise Linux 7.6
+ Red Hat Enterprise Linux 7.6
+ 7.6
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+
+ 2018-10-30
+
+ Red Hat Enterprise Linux 7.6 Alternate Architectures
+ Red Hat Enterprise Linux 7.6 альтернативної архітектури
+ Red Hat Enterprise Linux 7.6 Alternatif Mimariler
+ Red Hat Enterprise Linux 7.6 Alternate Architectures
+ Red Hat Enterprise Linux 7.6 (alternatywne architektury)
+ Red Hat Enterprise Linux 7.6 (architetture alternative)
+ Red Hat Enterprise Linux 7.6 Alternate Architectures
+ Red Hat Enterprise Linux 7.6 Alternate Architectures
+
+
+
+ LINUX
+ .*RHEL-7.6.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-7.6.*aarch64$
+
+
+
+
+ PPC
+ RHEL[-_]7.6.*ppc64$
+
+
+
+
+ PPC
+ RHEL[-_]7.6.*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-7.6.*s390x$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.6$
+ ppc64$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.6$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.6$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.6$
+ x86_64
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.6$
+ aarch64
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.6$
+ ppc64le
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.6$
+ s390x
+
+
+
+
+
+ Red Hat Enterprise Linux Alternate Architectures
+ ^7.6$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 768
+ 13194139533312
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel7.7
+ Red Hat Enterprise Linux 7.7
+ Red Hat Enterprise Linux 7.7
+ Red Hat Enterprise Linux 7.7
+ Red Hat Enterprise Linux 7.7
+ Red Hat Enterprise Linux 7.7
+ Red Hat Enterprise Linux 7.7
+ Red Hat Enterprise Linux 7.7
+ Red Hat Enterprise Linux 7.7
+ 7.7
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+
+ 2019-08-06
+
+
+ LINUX
+ .*RHEL-7.7.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-7.7.*aarch64$
+
+
+
+
+ PPC
+ RHEL[-_]7.7.*ppc64$
+
+
+
+
+ PPC
+ RHEL[-_]7.7.*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-7.7.*s390x$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.7$
+ ppc64$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.7$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.7$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.7$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 768
+ 13194139533312
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel7.8
+ Red Hat Enterprise Linux 7.8
+ Red Hat Enterprise Linux 7.8
+ Red Hat Enterprise Linux 7.8
+ Red Hat Enterprise Linux 7.8
+ Red Hat Enterprise Linux 7.8
+ Red Hat Enterprise Linux 7.8
+ Red Hat Enterprise Linux 7.8
+ Red Hat Enterprise Linux 7.8
+ 7.8
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+
+ 2020-03-31
+
+
+ LINUX
+ .*RHEL-7.8.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-7.8.*aarch64$
+
+
+
+
+ PPC
+ RHEL[-_]7.8.*ppc64$
+
+
+
+
+ PPC
+ RHEL[-_]7.8.*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-7.8.*s390x$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.8$
+ ppc64$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.8$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.8$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.8$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 768
+ 13194139533312
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel7.9
+ Red Hat Enterprise Linux 7.9
+ Red Hat Enterprise Linux 7.9
+ Red Hat Enterprise Linux 7.9
+ Red Hat Enterprise Linux 7.9
+ Red Hat Enterprise Linux 7.9
+ Red Hat Enterprise Linux 7.9
+ Red Hat Enterprise Linux 7.9
+ Red Hat Enterprise Linux 7.9
+ 7.9
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+
+ 2020-09-30
+
+
+ LINUX
+ .*RHEL-7.9.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-7.9.*aarch64$
+
+
+
+
+ PPC
+ RHEL[-_]7.9.*ppc64$
+
+
+
+
+ PPC
+ RHEL[-_]7.9.*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-7.9.*s390x$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.9$
+ ppc64$
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.9$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.9$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux$
+ ^7.9$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 768
+ 13194139533312
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel7-unknown
+ Red Hat Enterprise Linux 7 Unknown
+ Red Hat Enterprise Linux 7 невідома
+ Red Hat Enterprise Linux 7 Bilinmeyen
+ Red Hat Enterprise Linux 7 desconhecido
+ Red Hat Enterprise Linux 7 (nieznany)
+ Red Hat Enterprise Linux 7 (sconosciuto)
+ Red Hat Enterprise Linux 7 Tak Diketahui
+ Red Hat Enterprise Linux 7 Inconnue
+ 7-unknown
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Maipo
+
+
+
+
+ LINUX
+ .*RHEL-7.([1-9][0-9]).*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-7.([1-9][0-9]).*aarch64$
+
+
+
+
+ PPC
+ RHEL[-_]7.([1-9][0-9]).*ppc64$
+
+
+
+
+ PPC
+ RHEL[-_]7.([1-9][0-9]).*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-7.([1-9][0-9]).*s390x$
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.([1-9][0-9])$
+ ppc64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.([1-9][0-9])$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.([1-9][0-9])$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^7.([1-9][0-9])$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+ 768
+ 13194139533312
+
+
+ 1610612736
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 10995116277760
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel8.0
+ Red Hat Enterprise Linux 8.0
+ Red Hat Enterprise Linux 8.0
+ Red Hat Enterprise Linux 8.0
+ Red Hat Enterprise Linux 8.0
+ Red Hat Enterprise Linux 8.0
+ Red Hat Enterprise Linux 8.0
+ Red Hat Enterprise Linux 8.0
+ Red Hat Enterprise Linux 8.0
+ 8.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Ootpa
+
+ 2019-05-07
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ RHEL-8-0-(([0-9]|[1-9][0-9])-)?BaseOS-x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ RHEL[_-]8[_-]0[_-](([0-9]|[1-9][0-9])[_-])?BaseOS[_-]ppc64le
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ LINUX
+ RHEL-8-0-(([0-9]|[1-9][0-9])-)?BaseOS-aarch64
+
+
+
+
+ LINUX
+ RHEL-8-0-(([0-9]|[1-9][0-9])-)?BaseOS-s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.0(.([0-9]|[1-9][0-9]))?$
+ aarch64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.0(.([0-9]|[1-9][0-9]))?$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.0(.([0-9]|[1-9][0-9]))?$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.0(.([0-9]|[1-9][0-9]))?$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 768
+ 26388279066624
+
+
+ 3221225472
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 340
+ 17592186044416
+
+
+ 2147483648
+
+
+
+
+ 2147483648
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 1649267441664
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ inst.repo
+
+
+
+
+
+
+ rhel8.1
+ Red Hat Enterprise Linux 8.1
+ Red Hat Enterprise Linux 8.1
+ Red Hat Enterprise Linux 8.1
+ Red Hat Enterprise Linux 8.1
+ Red Hat Enterprise Linux 8.1
+ Red Hat Enterprise Linux 8.1
+ Red Hat Enterprise Linux 8.1
+ Red Hat Enterprise Linux 8.1
+ 8.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Ootpa
+
+
+ 2019-11-05
+
+
+ LINUX
+ RHEL-8-1-(([0-9]|[1-9][0-9])-)?BaseOS-x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ RHEL[_-]8[_-]1[_-](([0-9]|[1-9][0-9])[_-])?BaseOS[_-]ppc64le
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ LINUX
+ RHEL-8-1-(([0-9]|[1-9][0-9])-)?BaseOS-aarch64
+
+
+
+
+ LINUX
+ RHEL-8-1-(([0-9]|[1-9][0-9])-)?BaseOS-s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.1(.([0-9]|[1-9][0-9]))?$
+ aarch64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.1(.([0-9]|[1-9][0-9]))?$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.1(.([0-9]|[1-9][0-9]))?$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.1(.([0-9]|[1-9][0-9]))?$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 768
+ 26388279066624
+
+
+ 3221225472
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 340
+ 17592186044416
+
+
+ 2147483648
+
+
+
+
+ 2147483648
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 1649267441664
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel8.2
+ Red Hat Enterprise Linux 8.2
+ Red Hat Enterprise Linux 8.2
+ Red Hat Enterprise Linux 8.2
+ Red Hat Enterprise Linux 8.2
+ Red Hat Enterprise Linux 8.2
+ Red Hat Enterprise Linux 8.2
+ Red Hat Enterprise Linux 8.2
+ Red Hat Enterprise Linux 8.2
+ 8.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Ootpa
+
+
+ 2020-04-28
+
+
+
+
+
+
+ LINUX
+ RHEL-8-2-(([0-9]|[1-9][0-9])-)?BaseOS-x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ RHEL[_-]8[_-]2[_-](([0-9]|[1-9][0-9])[_-])?BaseOS[_-]ppc64le
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ LINUX
+ RHEL-8-2-(([0-9]|[1-9][0-9])-)?BaseOS-aarch64
+
+
+
+
+ LINUX
+ RHEL-8-2-(([0-9]|[1-9][0-9])-)?BaseOS-s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.2(.([0-9]|[1-9][0-9]))?$
+ aarch64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.2(.([0-9]|[1-9][0-9]))?$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.2(.([0-9]|[1-9][0-9]))?$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.2(.([0-9]|[1-9][0-9]))?$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 768
+ 26388279066624
+
+
+ 3221225472
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 340
+ 17592186044416
+
+
+ 2147483648
+
+
+
+
+ 2147483648
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 1649267441664
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel8.3
+ Red Hat Enterprise Linux 8.3
+ Red Hat Enterprise Linux 8.3
+ Red Hat Enterprise Linux 8.3
+ Red Hat Enterprise Linux 8.3
+ Red Hat Enterprise Linux 8.3
+ Red Hat Enterprise Linux 8.3
+ Red Hat Enterprise Linux 8.3
+ Red Hat Enterprise Linux 8.3
+ 8.3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Ootpa
+
+
+ 2020-10-29
+
+
+ LINUX
+ RHEL-8-3-(([0-9]|[1-9][0-9])-)?BaseOS-x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ RHEL[_-]8[_-]3[_-](([0-9]|[1-9][0-9])[_-])?BaseOS[_-]ppc64le
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ LINUX
+ RHEL-8-3-(([0-9]|[1-9][0-9])-)?BaseOS-aarch64
+
+
+
+
+ LINUX
+ RHEL-8-3-(([0-9]|[1-9][0-9])-)?BaseOS-s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.3(.([0-9]|[1-9][0-9]))?$
+ aarch64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.3(.([0-9]|[1-9][0-9]))?$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.3(.([0-9]|[1-9][0-9]))?$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.3(.([0-9]|[1-9][0-9]))?$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 768
+ 26388279066624
+
+
+ 3221225472
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 340
+ 17592186044416
+
+
+ 2147483648
+
+
+
+
+ 2147483648
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 1649267441664
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel8.4
+ Red Hat Enterprise Linux 8.4
+ Red Hat Enterprise Linux 8.4
+ Red Hat Enterprise Linux 8.4
+ Red Hat Enterprise Linux 8.4
+ Red Hat Enterprise Linux 8.4
+ Red Hat Enterprise Linux 8.4
+ 8.4
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Ootpa
+
+
+ prerelease
+
+
+ LINUX
+ RHEL-8-4-(([0-9]|[1-9][0-9])-)?BaseOS-x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ RHEL[_-]8[_-]4[_-](([0-9]|[1-9][0-9])[_-])?BaseOS[_-]ppc64le
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ LINUX
+ RHEL-8-4-(([0-9]|[1-9][0-9])-)?BaseOS-aarch64
+
+
+
+
+ LINUX
+ RHEL-8-4-(([0-9]|[1-9][0-9])-)?BaseOS-s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.4(.([0-9]|[1-9][0-9]))?$
+ aarch64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.4(.([0-9]|[1-9][0-9]))?$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.4(.([0-9]|[1-9][0-9]))?$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.4(.([0-9]|[1-9][0-9]))?$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 768
+ 26388279066624
+
+
+ 3221225472
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 340
+ 17592186044416
+
+
+ 2147483648
+
+
+
+
+ 2147483648
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 1649267441664
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel8-unknown
+ Red Hat Enterprise Linux 8 Unknown
+ Red Hat Enterprise Linux 8 невідома
+ Red Hat Enterprise Linux 8 Bilinmeyen
+ Red Hat Enterprise Linux 8 desconhecido
+ Red Hat Enterprise Linux 8 (nieznany)
+ Red Hat Enterprise Linux 8 (sconosciuto)
+ Red Hat Enterprise Linux 8 Tak Diketahui
+ Red Hat Enterprise Linux 8 Inconnue
+ 8-unknown
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Ootpa
+
+
+
+
+ LINUX
+ .*RHEL-8-([5-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-8-([5-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$
+
+
+
+
+ PPC
+ RHEL[_-]8[_-]([5-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-8-([5-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.([5-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$
+ aarch64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.([5-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.([5-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^8.([5-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 768
+ 26388279066624
+
+
+ 3221225472
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 340
+ 17592186044416
+
+
+ 2147483648
+
+
+
+
+ 2147483648
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 1649267441664
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel9.0
+ Red Hat Enterprise Linux 9.0
+ Red Hat Enterprise Linux 9.0
+ Red Hat Enterprise Linux 9.0
+ Red Hat Enterprise Linux 9.0
+ Red Hat Enterprise Linux 9.0
+ Red Hat Enterprise Linux 9.0
+ 9.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Plow
+
+ prerelease
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ RHEL-9-0-(([0-9]|[1-9][0-9])-)?BaseOS-x86_64
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ PPC
+ RHEL[_-]9[_-]0[_-](([0-9]|[1-9][0-9])[_-])?BaseOS[_-]ppc64le
+
+ ppc/ppc64/vmlinuz
+ ppc/ppc64/initrd.img
+
+
+
+ LINUX
+ RHEL-9-0-(([0-9]|[1-9][0-9])-)?BaseOS-aarch64
+
+
+
+
+ LINUX
+ RHEL-9-0-(([0-9]|[1-9][0-9])-)?BaseOS-s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^9.0(.([0-9]|[1-9][0-9]))?$
+ aarch64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^9.0(.([0-9]|[1-9][0-9]))?$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^9.0(.([0-9]|[1-9][0-9]))?$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^9.0(.([0-9]|[1-9][0-9]))?$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 768
+ 26388279066624
+
+
+ 3221225472
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 340
+ 17592186044416
+
+
+ 2147483648
+
+
+
+
+ 2147483648
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 1649267441664
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel9-unknown
+ Red Hat Enterprise Linux 9 Unknown
+ Red Hat Enterprise Linux 9 невідома
+ Red Hat Enterprise Linux 9 Bilinmeyen
+ Red Hat Enterprise Linux 9 desconhecido
+ Red Hat Enterprise Linux 9 (nieznany)
+ Red Hat Enterprise Linux 9 (sconosciuto)
+ 9-unknown
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+ Plow
+
+
+
+
+ LINUX
+ .*RHEL-9-([1-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.*
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-9-([1-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$
+
+
+
+
+ PPC
+ RHEL[_-]9[_-]([1-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-9-([1-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$
+
+
+
+
+ Red Hat Enterprise Linux
+ ^9.([1-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$
+ aarch64
+
+
+
+
+ Red Hat Enterprise Linux
+ ^9.([1-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$
+ ppc64le
+
+
+
+
+ Red Hat Enterprise Linux
+ ^9.([1-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$
+ s390x
+
+
+
+
+ Red Hat Enterprise Linux
+ ^9.([1-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+ 768
+ 35184372088832
+
+
+
+
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 768
+ 26388279066624
+
+
+ 3221225472
+
+
+
+
+ 1073741824
+ 10737418240
+
+
+ 21474836480
+
+
+ 340
+ 17592186044416
+
+
+ 2147483648
+
+
+
+
+ 2147483648
+ 10737418240
+
+
+ 21474836480
+
+
+ 256
+ 1649267441664
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+
+
+
+
+
+
+ rhel-atomic-7.0
+ Red Hat Enterprise Linux Atomic Host 7.0
+ Red Hat Enterprise Linux Atomic Host 7.0
+ Red Hat Enterprise Linux Atomic Host 7.0
+ Red Hat Enterprise Linux Atomic Host 7.0
+ Red Hat Enterprise Linux Atomic Host 7.0
+ Red Hat Enterprise Linux Atomic Host 7.0
+ Red Hat Enterprise Linux Atomic Host 7.0
+ Red Hat Enterprise Linux Atomic Host 7.0
+ Red Hat Enterprise Linux Atomic Host 7.0
+ Red Hat Enterprise Linux Atomic Host 7.0
+ 7.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+
+ 2014-06-10
+ 2020-08-06
+
+
+ LINUX
+ RHEL.*Atomic.*7 x86_64.*
+ 750313472
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+
+
+ rhel-atomic-7.1
+ Red Hat Enterprise Linux Atomic Host 7.1
+ Red Hat Enterprise Linux Atomic Host 7.1
+ Red Hat Enterprise Linux Atomic Host 7.1
+ Red Hat Enterprise Linux Atomic Host 7.1
+ Red Hat Enterprise Linux Atomic Host 7.1
+ Red Hat Enterprise Linux Atomic Host 7.1
+ Red Hat Enterprise Linux Atomic Host 7.1
+ Red Hat Enterprise Linux Atomic Host 7.1
+ Red Hat Enterprise Linux Atomic Host 7.1
+ Red Hat Enterprise Linux Atomic Host 7.1
+ 7.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+
+
+ 2015-03-05
+ 2020-08-06
+
+
+
+ LINUX
+ RHEL.*Atomic.*7 x86_64.*
+ 652435456
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ RHEL.*Atomic.*7 x86_64.*
+ 654243840
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+
+
+ rhel-atomic-7.2
+ Red Hat Enterprise Linux Atomic Host 7.2
+ Red Hat Enterprise Linux Atomic Host 7.2
+ Red Hat Enterprise Linux Atomic Host 7.2
+ Red Hat Enterprise Linux Atomic Host 7.2
+ Red Hat Enterprise Linux Atomic Host 7.2
+ Red Hat Enterprise Linux Atomic Host 7.2
+ Red Hat Enterprise Linux Atomic Host 7.2
+ Red Hat Enterprise Linux Atomic Host 7.2
+ Red Hat Enterprise Linux Atomic Host 7.2
+ Red Hat Enterprise Linux Atomic Host 7.2
+ 7.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+
+
+ 2015-11-19
+ 2020-08-06
+
+
+
+ LINUX
+ Red Hat Enterprise Linux Atomic
+ 727855104
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ Red Hat Enterprise Linux Atomic
+ 736882688
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ Red Hat Enterprise Linux Atomic
+ 736743424
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ Red Hat Enterprise Linux Atomic
+ 733599744
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+
+
+ rhel-atomic-7.3
+ Red Hat Enterprise Linux Atomic Host 7.3
+ Red Hat Enterprise Linux Atomic Host 7.3
+ Red Hat Enterprise Linux Atomic Host 7.3
+ Red Hat Enterprise Linux Atomic Host 7.3
+ Red Hat Enterprise Linux Atomic Host 7.3
+ Red Hat Enterprise Linux Atomic Host 7.3
+ Red Hat Enterprise Linux Atomic Host 7.3
+ Red Hat Enterprise Linux Atomic Host 7.3
+ 7.3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+
+
+ 2020-08-06
+
+
+
+ LINUX
+ Red Hat Enterprise Linux Atomic
+ 889194496
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ Red Hat Enterprise Linux Atomic
+ 890816512
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ Red Hat Enterprise Linux Atomic
+ 902549504
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ LINUX
+ Red Hat Enterprise Linux Atomic
+ 913422336
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+
+
+ rhel-atomic-7.4
+ Red Hat Enterprise Linux Atomic Host 7.4
+ Red Hat Enterprise Linux Atomic Host 7.4
+ Red Hat Enterprise Linux Atomic Host 7.4
+ Red Hat Enterprise Linux Atomic Host 7.4
+ Red Hat Enterprise Linux Atomic Host 7.4
+ Red Hat Enterprise Linux Atomic Host 7.4
+ Red Hat Enterprise Linux Atomic Host 7.4
+ Red Hat Enterprise Linux Atomic Host 7.4
+ 7.4
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+
+
+ 2020-08-06
+
+
+
+ LINUX
+ Red Hat Enterprise Linux Atomic
+ 980027392
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+
+
+ rhel-unknown
+ Red Hat Enterprise Linux Unknown
+ Red Hat Enterprise Linux невідома
+ Red Hat Enterprise Linux Bilinmeyen
+ Red Hat Enterprise Linux desconhecido
+ Red Hat Enterprise Linux (nieznany)
+ Red Hat Enterprise Linux (sconosciuto)
+ Red Hat Enterprise Linux Tak Diketahui
+ Red Hat Enterprise Linux Inconnue
+ unknown
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhel
+
+
+
+ LINUX
+ RHEL-[1-9][0-9]-([0-9]|[1-9][0-9]).*x86_64$
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ LINUX
+ RHEL-[1-9][0-9]-([0-9]|[1-9][0-9]).*aarch64$
+
+
+
+
+ PPC
+ RHEL-[1-9][0-9]-([0-9]|[1-9][0-9]).*ppc64$
+
+
+
+
+ PPC
+ RHEL[_-][1-9][0-9][_-]([0-9]|[1-9][0-9]).*ppc64le$
+
+
+
+
+ LINUX
+ RHEL-[1-9][0-9]-([0-9]|[1-9][0-9]).*s390x$
+
+
+
+
+ 1
+ 1000000000
+ 2147483648
+ 10737418240
+
+
+ 4000000000
+ 2147483648
+ 21474836480
+
+
+
+
+ 1
+ 1000000000
+ 1610612736
+ 10737418240
+
+
+ 1000000000
+ 1610612736
+ 21474836480
+
+
+ 26388279066624
+
+
+ 3221225472
+
+
+
+
+ rhl1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ Red Hat Linux 1.0
+ 1.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Mother's Day
+ 1994-11-03
+ 1995-08-01
+
+
+ rhl1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ Red Hat Linux 1.1
+ 1.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Mother's Day + 0.1
+
+
+ 1995-08-01
+ 1995-09-20
+
+
+ rhl2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ Red Hat Linux 2.0
+ 2.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+
+
+ 1995-09-20
+ 1996-10-03
+
+
+ rhl2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ Red Hat Linux 2.1
+ 2.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+
+
+ 1995-11-23
+ 1996-10-03
+
+
+ rhl3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ Red Hat Linux 3.0.3
+ 3.0.3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Picasso
+
+
+ 1996-05-01
+ 1996-10-03
+
+
+ rhl4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ Red Hat Linux 4.0
+ 4.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Colgate
+
+
+ 1996-10-03
+ 1997-12-01
+
+
+ rhl4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ Red Hat Linux 4.1
+ 4.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Vanderbilt
+
+
+ 1997-02-03
+ 1997-12-01
+
+
+ rhl4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ Red Hat Linux 4.2
+ 4.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Biltmore
+
+
+ 1997-05-19
+ 1999-04-26
+
+
+ rhl5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ Red Hat Linux 5.0
+ 5.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Hurricane
+
+
+ 1997-12-01
+ 1999-04-26
+
+
+ rhl5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ Red Hat Linux 5.1
+ 5.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Manhattan
+
+
+ 1998-05-22
+ 1999-04-26
+
+
+ rhl5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ Red Hat Linux 5.2
+ 5.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Apollo
+
+
+ 1998-11-02
+ 2003-03-31
+
+
+ rhl6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ Red Hat Linux 6.0
+ 6.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Hedwig
+
+
+ 1999-04-26
+ 2003-03-31
+
+
+ rhl6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ Red Hat Linux 6.1
+ 6.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Cartman
+
+
+ 1999-10-04
+ 2003-03-31
+
+
+ rhl6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ Red Hat Linux 6.2
+ 6.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Zoot
+
+
+ 2000-04-03
+ 2003-03-31
+
+
+ rhl7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ Red Hat Linux 7.1
+ 7.1
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Seawolf
+
+
+ 2001-04-16
+ 2003-12-31
+
+
+ rhl7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ Red Hat Linux 7.2
+ 7.2
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Enigma
+
+
+ 2001-10-22
+ 2003-12-31
+
+
+ rhl7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ Red Hat Linux 7.3
+ 7.3
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Valhalla
+
+
+ 2002-05-06
+ 2003-12-31
+
+
+ rhl7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ Red Hat Linux 7
+ 7
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Guinness
+
+
+ 2000-09-25
+ 2003-03-31
+
+
+ rhl8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ Red Hat Linux 8.0
+ 8.0
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Psyche
+
+
+ 2002-09-30
+ 2003-12-31
+
+
+ rhl9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ Red Hat Linux 9
+ 9
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ Red Hat, Inc
+ linux
+ rhl
+ Shrike
+
+
+ 2003-03-31
+ 2004-05-01
+
+
+ scientificlinux5.0
+ Scientific Linux 5.0
+ Scientific Linux 5.0
+ Scientific Linux 5.0
+ Scientific Linux 5.0
+ Scientific Linux 5.0
+ Scientific Linux 5.0
+ Scientific Linux 5.0
+ Scientific Linux 5.0
+ 5.0
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+ 2007-05-07
+ 2017-03-31
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/50/x86_64/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/50/i386/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ scientificlinux5.10
+ Scientific Linux 5.10
+ Scientific Linux 5.10
+ Scientific Linux 5.10
+ Scientific Linux 5.10
+ Scientific Linux 5.10
+ Scientific Linux 5.10
+ Scientific Linux 5.10
+ Scientific Linux 5.10
+ 5.10
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2014-11-14
+ 2017-03-31
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/510/x86_64/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/510/i386/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ scientificlinux5.11
+ Scientific Linux 5.11
+ Scientific Linux 5.11
+ Scientific Linux 5.11
+ Scientific Linux 5.11
+ Scientific Linux 5.11
+ Scientific Linux 5.11
+ Scientific Linux 5.11
+ Scientific Linux 5.11
+ 5.11
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2014-11-13
+ 2017-03-31
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/511/x86_64/
+
+ Scientific Linux
+ 511
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/511/i386/
+
+ Scientific Linux
+ 511
+ i386
+
+
+
+
+ scientificlinux5.1
+ Scientific Linux 5.1
+ Scientific Linux 5.1
+ Scientific Linux 5.1
+ Scientific Linux 5.1
+ Scientific Linux 5.1
+ Scientific Linux 5.1
+ Scientific Linux 5.1
+ Scientific Linux 5.1
+ 5.1
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2008-01-15
+ 2017-03-31
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/51/x86_64/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/51/i386/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ scientificlinux5.2
+ Scientific Linux 5.2
+ Scientific Linux 5.2
+ Scientific Linux 5.2
+ Scientific Linux 5.2
+ Scientific Linux 5.2
+ Scientific Linux 5.2
+ Scientific Linux 5.2
+ Scientific Linux 5.2
+ 5.2
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2008-06-26
+ 2017-03-31
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/52/x86_64/
+
+ Scientific Linux
+ 52
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/52/i386/
+
+ Scientific Linux
+ 52
+ i386
+
+
+
+
+ scientificlinux5.3
+ Scientific Linux 5.3
+ Scientific Linux 5.3
+ Scientific Linux 5.3
+ Scientific Linux 5.3
+ Scientific Linux 5.3
+ Scientific Linux 5.3
+ Scientific Linux 5.3
+ Scientific Linux 5.3
+ 5.3
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2009-03-19
+ 2017-03-31
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/53/x86_64/
+
+ Scientific Linux
+ 53
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/53/i386/
+
+ Scientific Linux
+ 53
+ i386
+
+
+
+
+ scientificlinux5.4
+ Scientific Linux 5.4
+ Scientific Linux 5.4
+ Scientific Linux 5.4
+ Scientific Linux 5.4
+ Scientific Linux 5.4
+ Scientific Linux 5.4
+ Scientific Linux 5.4
+ Scientific Linux 5.4
+ 5.4
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2009-11-04
+ 2017-03-31
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/54/x86_64/
+
+ Scientific Linux
+ 54
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/54/i386/
+
+ Scientific Linux
+ 54
+ i386
+
+
+
+
+ scientificlinux5.5
+ Scientific Linux 5.5
+ Scientific Linux 5.5
+ Scientific Linux 5.5
+ Scientific Linux 5.5
+ Scientific Linux 5.5
+ Scientific Linux 5.5
+ Scientific Linux 5.5
+ Scientific Linux 5.5
+ 5.5
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2010-05-19
+ 2017-03-31
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/55/x86_64/
+
+ Scientific Linux
+ 55
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/55/i386/
+
+ Scientific Linux
+ 55
+ i386
+
+
+
+
+ scientificlinux5.6
+ Scientific Linux 5.6
+ Scientific Linux 5.6
+ Scientific Linux 5.6
+ Scientific Linux 5.6
+ Scientific Linux 5.6
+ Scientific Linux 5.6
+ Scientific Linux 5.6
+ Scientific Linux 5.6
+ 5.6
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2011-06-21
+ 2017-03-31
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/56/x86_64/
+
+ Scientific Linux
+ 56
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/56/i386/
+
+ Scientific Linux
+ 56
+ i386
+
+
+
+
+ scientificlinux5.7
+ Scientific Linux 5.7
+ Scientific Linux 5.7
+ Scientific Linux 5.7
+ Scientific Linux 5.7
+ Scientific Linux 5.7
+ Scientific Linux 5.7
+ Scientific Linux 5.7
+ Scientific Linux 5.7
+ 5.7
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2011-09-14
+ 2017-03-31
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/57/x86_64/
+
+ Scientific Linux
+ 57
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/57/i386/
+
+ Scientific Linux
+ 57
+ i386
+
+
+
+
+ scientificlinux5.8
+ Scientific Linux 5.8
+ Scientific Linux 5.8
+ Scientific Linux 5.8
+ Scientific Linux 5.8
+ Scientific Linux 5.8
+ Scientific Linux 5.8
+ Scientific Linux 5.8
+ Scientific Linux 5.8
+ 5.8
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2012-04-24
+ 2017-03-31
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/58/x86_64/
+
+ Scientific Linux
+ 58
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/58/i386/
+
+ Scientific Linux
+ 58
+ i386
+
+
+
+
+ scientificlinux5.9
+ Scientific Linux 5.9
+ Scientific Linux 5.9
+ Scientific Linux 5.9
+ Scientific Linux 5.9
+ Scientific Linux 5.9
+ Scientific Linux 5.9
+ Scientific Linux 5.9
+ Scientific Linux 5.9
+ 5.9
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2013-02-05
+ 2017-03-31
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/59/x86_64/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/59/i386/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ scientificlinux6.0
+ Scientific Linux 6.0
+ Scientific Linux 6.0
+ Scientific Linux 6.0
+ Scientific Linux 6.0
+ Scientific Linux 6.0
+ Scientific Linux 6.0
+ Scientific Linux 6.0
+ Scientific Linux 6.0
+ 6.0
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+ 2011-03-03
+ 2011-12-09
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.0/x86_64/os/
+
+ Scientific Linux
+ 6.0
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.0/i386/os/
+
+ Scientific Linux
+ 6.0
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux6.10
+ Scientific Linux 6.10
+ Scientific Linux 6.10
+ Scientific Linux 6.10
+ Scientific Linux 6.10
+ Scientific Linux 6.10
+ Scientific Linux 6.10
+ Scientific Linux 6.10
+ Scientific Linux 6.10
+ 6.10
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2018-07-10
+ 2020-11-30
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.10/x86_64/os/
+
+ Scientific Linux
+ 6.10
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.10/i386/os/
+
+ Scientific Linux
+ 6.10
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux6.1
+ Scientific Linux 6.1
+ Scientific Linux 6.1
+ Scientific Linux 6.1
+ Scientific Linux 6.1
+ Scientific Linux 6.1
+ Scientific Linux 6.1
+ Scientific Linux 6.1
+ Scientific Linux 6.1
+ 6.1
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2011-07-28
+ 2011-12-20
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.1/x86_64/os/
+
+ Scientific Linux
+ ^6.1$
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.1/i386/os/
+
+ Scientific Linux
+ ^6.1$
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux6.2
+ Scientific Linux 6.2
+ Scientific Linux 6.2
+ Scientific Linux 6.2
+ Scientific Linux 6.2
+ Scientific Linux 6.2
+ Scientific Linux 6.2
+ Scientific Linux 6.2
+ Scientific Linux 6.2
+ 6.2
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2012-02-15
+ 2012-07-09
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.2/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.2/i386/os/
+
+ Scientific Linux
+ 6.2
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux6.3
+ Scientific Linux 6.3
+ Scientific Linux 6.3
+ Scientific Linux 6.3
+ Scientific Linux 6.3
+ Scientific Linux 6.3
+ Scientific Linux 6.3
+ Scientific Linux 6.3
+ Scientific Linux 6.3
+ 6.3
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2012-09-08
+ 2013-03-09
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.3/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.3/i386/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux6.4
+ Scientific Linux 6.4
+ Scientific Linux 6.4
+ Scientific Linux 6.4
+ Scientific Linux 6.4
+ Scientific Linux 6.4
+ Scientific Linux 6.4
+ Scientific Linux 6.4
+ Scientific Linux 6.4
+ 6.4
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2013-03-28
+ 2013-12-01
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.4/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.4/i386/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux6.5
+ Scientific Linux 6.5
+ Scientific Linux 6.5
+ Scientific Linux 6.5
+ Scientific Linux 6.5
+ Scientific Linux 6.5
+ Scientific Linux 6.5
+ Scientific Linux 6.5
+ Scientific Linux 6.5
+ 6.5
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2014-01-31
+ 2014-10-28
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.5/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.5/i386/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux6.6
+ Scientific Linux 6.6
+ Scientific Linux 6.6
+ Scientific Linux 6.6
+ Scientific Linux 6.6
+ Scientific Linux 6.6
+ Scientific Linux 6.6
+ Scientific Linux 6.6
+ Scientific Linux 6.6
+ 6.6
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2014-11-12
+ 2015-08-07
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.6/x86_64/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.6/i386/os/
+ images/pxeboot/vmlinuz
+ images/pxeboot/initrd.img
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux6.7
+ Scientific Linux 6.7
+ Scientific Linux 6.7
+ Scientific Linux 6.7
+ Scientific Linux 6.7
+ Scientific Linux 6.7
+ Scientific Linux 6.7
+ Scientific Linux 6.7
+ Scientific Linux 6.7
+ 6.7
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2015-08-26
+ 2016-05-25
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.7/x86_64/os/
+
+ Scientific
+ 6.7
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.7/i386/os/
+
+ Scientific Linux
+ 6.7
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux6.8
+ Scientific Linux 6.8
+ Scientific Linux 6.8
+ Scientific Linux 6.8
+ Scientific Linux 6.8
+ Scientific Linux 6.8
+ Scientific Linux 6.8
+ Scientific Linux 6.8
+ Scientific Linux 6.8
+ 6.8
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2016-07-15
+ 2017-04-05
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.8/x86_64/os/
+
+ Scientific Linux
+ 6.8
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.8/i386/os/
+
+ Scientific Linux
+ 6.8
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux6.9
+ Scientific Linux 6.9
+ Scientific Linux 6.9
+ Scientific Linux 6.9
+ Scientific Linux 6.9
+ Scientific Linux 6.9
+ Scientific Linux 6.9
+ Scientific Linux 6.9
+ Scientific Linux 6.9
+ 6.9
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2017-04-17
+ 2018-07-03
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.9/x86_64/os/
+
+ Scientific Linux
+ 6.9
+ x86_64
+
+
+
+ http://ftp1.scientificlinux.org/linux/scientific/obsolete/6.9/i386/os/
+
+ Scientific Linux
+ 6.9
+ i386
+
+
+
+
+ 1
+ 536870912
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+ scientificlinux7.0
+ Scientific Linux 7.0
+ Scientific Linux 7.0
+ Scientific Linux 7.0
+ Scientific Linux 7.0
+ Scientific Linux 7.0
+ Scientific Linux 7.0
+ Scientific Linux 7.0
+ Scientific Linux 7.0
+ 7.0
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2014-10-13
+
+ http://ftp1.scientificlinux.org/linux/scientific/7.0/x86_64/os/
+
+ Scientific
+ 7.0
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ scientificlinux7.1
+ Scientific Linux 7.1
+ Scientific Linux 7.1
+ Scientific Linux 7.1
+ Scientific Linux 7.1
+ Scientific Linux 7.1
+ Scientific Linux 7.1
+ Scientific Linux 7.1
+ Scientific Linux 7.1
+ 7.1
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2015-04-13
+
+ http://ftp1.scientificlinux.org/linux/scientific/7.1/x86_64/os/
+
+ Scientific
+ 7.1
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ scientificlinux7.2
+ Scientific Linux 7.2
+ Scientific Linux 7.2
+ Scientific Linux 7.2
+ Scientific Linux 7.2
+ Scientific Linux 7.2
+ Scientific Linux 7.2
+ Scientific Linux 7.2
+ Scientific Linux 7.2
+ 7.2
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2016-02-05
+
+ http://ftp1.scientificlinux.org/linux/scientific/7.2/x86_64/os/
+
+ Scientific
+ 7.2
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ scientificlinux7.3
+ Scientific Linux 7.3
+ Scientific Linux 7.3
+ Scientific Linux 7.3
+ Scientific Linux 7.3
+ Scientific Linux 7.3
+ Scientific Linux 7.3
+ Scientific Linux 7.3
+ Scientific Linux 7.3
+ 7.3
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2017-01-25
+
+ http://ftp1.scientificlinux.org/linux/scientific/7.3/x86_64/os/
+
+ Scientific
+ 7.3
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ scientificlinux7.4
+ Scientific Linux 7.4
+ Scientific Linux 7.4
+ Scientific Linux 7.4
+ Scientific Linux 7.4
+ Scientific Linux 7.4
+ Scientific Linux 7.4
+ Scientific Linux 7.4
+ Scientific Linux 7.4
+ 7.4
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2017-10-02
+
+ http://ftp1.scientificlinux.org/linux/scientific/7.4/x86_64/os/
+
+ Scientific
+ 7.4
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ scientificlinux7.5
+ Scientific Linux 7.5
+ Scientific Linux 7.5
+ Scientific Linux 7.5
+ Scientific Linux 7.5
+ Scientific Linux 7.5
+ Scientific Linux 7.5
+ Scientific Linux 7.5
+ Scientific Linux 7.5
+ 7.5
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2018-05-10
+
+ http://ftp1.scientificlinux.org/linux/scientific/7.5/x86_64/os/
+
+ Scientific
+ 7.5
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ scientificlinux7.6
+ Scientific Linux 7.6
+ Scientific Linux 7.6
+ Scientific Linux 7.6
+ Scientific Linux 7.6
+ Scientific Linux 7.6
+ Scientific Linux 7.6
+ Scientific Linux 7.6
+ Scientific Linux 7.6
+ 7.6
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+ 2018-12-03
+
+ http://ftp1.scientificlinux.org/linux/scientific/7.6/x86_64/os/
+
+ Scientific
+ 7.6
+ x86_64
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ scientificlinux7-unknown
+ Scientific Linux 7 Unknown
+ Scientific Linux 7 Unknown
+ Scientific Linux 7 Bilinmeyen
+ Scientific Linux 7 desconhecido
+ Scientific Linux 7 (nieznany)
+ Scientific Linux 7 (sconosciuto)
+ Scientific Linux 7 Tak Diketahui
+ Scientific Linux 7 Inconnue
+ 7-unknown
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ Scientific Linux
+ linux
+ scientificlinux
+
+
+
+
+ 1
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+ 1000000000
+ 1073741824
+ 10737418240
+
+
+
+
+ slackware14.2
+ Slackware 14.2
+ Slackware 14.2
+ Slackware 14.2
+ Slackware 14.2
+ Slackware 14.2
+ Slackware 14.2
+ Slackware 14.2
+ Slackware 14.2
+ 14.2
+ Slackware Linux Project
+ Проєкт Slackware Linux
+ Slackware Linux Projesi
+ Projeto Slackware Linux
+ Slackware Linux Project
+ Progetto Slackware Linux
+ Proyek Linux Slackware
+ Projet Slackware Linux
+ linux
+ slackware
+ 2016-07-01
+
+
+
+
+
+
+
+
+
+ https://mirrors.slackware.com/slackware/slackware-iso/slackware-14.2-iso/slackware-14.2-install-d1.iso
+
+ S14.2d1
+ LINUX
+ Slackware install 1
+
+
+
+ https://mirrors.slackware.com/slackware/slackware-iso/slackware64-14.2-iso/slackware64-14.2-install-dvd.iso
+
+ SlackDVD
+ LINUX
+ Slackware64 14.2 DVD
+
+
+
+
+ slackware-current
+ Slackware -current
+ Slackware-current
+ Slackware -current
+ Slackware -current
+ Slackware -current
+ Slackware -current
+ Slackware -current
+ Slackware -current
+ current
+ Slackware Linux Project
+ Проєкт Slackware Linux
+ Slackware Linux Projesi
+ Projeto Slackware Linux
+ Slackware Linux Project
+ Progetto Slackware Linux
+ Proyek Linux Slackware
+ Projet Slackware Linux
+ linux
+ slackware
+
+
+
+
+ opensolaris2009.06
+ OpenSolaris 2009.06
+ OpenSolaris 2009.06
+ OpenSolaris 2009.06
+ OpenSolaris 2009.06
+ OpenSolaris 2009.06
+ OpenSolaris 2009.06
+ OpenSolaris 2009.06
+ OpenSolaris 2009.06
+ OpenSolaris 2009.06
+ OpenSolaris 2009.06
+ 2009.06
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ solaris
+ opensolaris
+ 2009-06-01
+ 2014-06-01
+
+
+
+
+
+
+ solaris10
+ Solaris 10
+ Solaris 10
+ Solaris 10
+ Solaris 10
+ Solaris 10
+ Solaris 10
+ Solaris 10
+ Solaris 10
+ Solaris 10
+ Solaris 10
+ 10
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ solaris
+ solaris
+
+ 2005-01-31
+
+
+
+
+
+
+ solaris9
+ Solaris 9
+ Solaris 9
+ Solaris 9
+ Solaris 9
+ Solaris 9
+ Solaris 9
+ Solaris 9
+ Solaris 9
+ Solaris 9
+ Solaris 9
+ 9
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ Sun
+ solaris
+ solaris
+ 2002-05-28
+ 2014-10-01
+
+
+ caasp1.0
+ SUSE CaaS Platform 1.0
+ SUSE CaaS Platform 1.0
+ SUSE CaaS Platform 1.0
+ SUSE CaaS Platform 1.0
+ SUSE CaaS Platform 1.0
+ SUSE CaaS Platform 1.0
+ SUSE CaaS Platform 1.0
+ SUSE CaaS Platform 1.0
+ 1.0
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ caasp
+
+ 2017-08-03
+ 2017-10-26
+
+
+ LINUX
+ SUSE-CaaS-Platform-1.0-DVD-x86_6
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 2147483648
+ 21474836480
+
+
+ 2400000000
+ 8589934592
+ 42949672960
+
+
+
+
+ caasp2.0
+ SUSE CaaS Platform 2.0
+ SUSE CaaS Platform 2.0
+ SUSE CaaS Platform 2.0
+ SUSE CaaS Platform 2.0
+ SUSE CaaS Platform 2.0
+ SUSE CaaS Platform 2.0
+ SUSE CaaS Platform 2.0
+ SUSE CaaS Platform 2.0
+ 2.0
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ caasp
+
+
+ 2017-10-26
+ 2018-06-28
+
+
+ LINUX
+ SUSE-CaaS-Platform-2.0-DVD-x86_6
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 2147483648
+ 21474836480
+
+
+ 2400000000
+ 8589934592
+ 42949672960
+
+
+
+
+ caasp3.0
+ SUSE CaaS Platform 3.0
+ SUSE CaaS Platform 3.0
+ SUSE CaaS Platform 3.0
+ SUSE CaaS Platform 3.0
+ SUSE CaaS Platform 3.0
+ SUSE CaaS Platform 3.0
+ SUSE CaaS Platform 3.0
+ SUSE CaaS Platform 3.0
+ 3.0
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ caasp
+
+
+ 2018-06-28
+
+
+ LINUX
+ SUSE-CaaS-Platform-3.0-DVD-x86_6
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 2147483648
+ 21474836480
+
+
+ 2400000000
+ 8589934592
+ 42949672960
+
+
+
+
+ caasp-unknown
+ SUSE CaaS Platform Unknown
+ SUSE CaaS Platform невідома
+ SUSE CaaS Platform Bilinmeyen
+ SUSE CaaS Platform desconhecido
+ SUSE CaaS Platform (nieznany)
+ SUSE CaaS Platform (sconosciuto)
+ SUSE CaaS Platform Tak Diketahui
+ SUSE CaaS Platform Inconnue
+ unknown
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ caasp
+
+
+
+
+ LINUX
+ SUSE-CaaS-Platform-([4-9]|[1-9][0-9]).0-DVD-x86_6
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 2147483648
+ 21474836480
+
+
+ 2400000000
+ 8589934592
+ 42949672960
+
+
+
+
+ sle15sp1
+ SUSE Linux Enterprise 15 SP1
+ SUSE Linux Enterprise 15 SP1
+ SUSE Linux Enterprise 15 SP1
+ SUSE Linux Enterprise 15 SP1
+ SUSE Linux Enterprise 15 SP1
+ SUSE Linux Enterprise 15 SP1
+ SUSE Linux Enterprise 15 SP1
+ SUSE Linux Enterprise 15 SP1
+ 15.1
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sle
+
+
+ 2019-06-24
+
+
+ LINUX
+ SLE-15-SP1-Installer-DVD-x86\.001
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ LINUX
+ SLE-15-SP1-Installer-DVD-aar\.001
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+ LINUX
+ SLE-15-SP1-Installer-DVD-ppc\.001
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+ LINUX
+ SLE-15-SP1-Installer-DVD-s39\.001
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sle15sp2
+ SUSE Linux Enterprise 15 SP2
+ SUSE Linux Enterprise 15 SP2
+ SUSE Linux Enterprise 15 SP2
+ SUSE Linux Enterprise 15 SP2
+ SUSE Linux Enterprise 15 SP2
+ SUSE Linux Enterprise 15 SP2
+ SUSE Linux Enterprise 15 SP2
+ SUSE Linux Enterprise 15 SP2
+ 15.2
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sle
+
+
+ 2020-07-21
+
+
+ LINUX
+ SLE-15-SP2.*-x86_64.*
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ LINUX
+ SLE-15-SP2.*-aarch64.*
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+ LINUX
+ SLE-15-SP2.*-ppc64le.*
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+ LINUX
+ SLE-15-SP2.*-s390x.*
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sle15-unknown
+ SUSE Linux Enterprise 15 Unknown
+ SUSE Linux Enterprise 15 невідома
+ SUSE Linux Enterprise 15 Bilinmeyen
+ SUSE Linux Enterprise 15 desconhecido
+ SUSE Linux Enterprise 15 (nieznany)
+ SUSE Linux Enterprise 15 (sconosciuto)
+ SUSE Linux Enterprise 15 Tak Diketahui
+ SUSE Linux Enterprise 15 Inconnue
+ 15-unknown
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sle
+
+
+
+
+ LINUX
+ SLE-15-SP[1-9]-Installer-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ LINUX
+ SLE-15-SP[1-9]-Installer-DVD-aarch64
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+ LINUX
+ SLE-15-SP[1-9]-Installer-DVD-ppc64le
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+ LINUX
+ SLE-15-SP[1-9]-Installer-DVD-s390x
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sle15
+ SUSE Linux Enterprise 15
+ SUSE Linux Enterprise 15
+ SUSE Linux Enterprise 15
+ SUSE Linux Enterprise 15
+ SUSE Linux Enterprise 15
+ SUSE Linux Enterprise 15
+ SUSE Linux Enterprise 15
+ SUSE Linux Enterprise 15
+ 15
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sle
+
+
+ 2018-07-16
+
+
+ LINUX
+ SLE-15-Installer-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ LINUX
+ SLE-15-Installer-DVD-aarch64
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+ LINUX
+ SLE-15-Installer-DVD-ppc64le
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+ LINUX
+ SLE-15-Installer-DVD-s390x
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sled10sp1
+ SUSE Linux Enterprise Desktop 10 SP1
+ SUSE Linux Enterprise Desktop 10 SP1
+ SUSE Linux Enterprise Desktop 10 SP1
+ SUSE Linux Enterprise Desktop 10 SP1
+ SUSE Linux Enterprise Desktop 10 SP1
+ SUSE Linux Enterprise Desktop 10 SP1
+ SUSE Linux Enterprise Desktop 10 SP1
+ SUSE Linux Enterprise Desktop 10 SP1
+ SUSE Linux Enterprise Desktop 10 SP1
+ SUSE Linux Enterprise Desktop 10 SP1
+ 10.1
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2007-06-18
+ 2008-11-30
+
+
+ LINUX
+ SLED-10-SP1-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-10-SP1-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
+ sled10sp2
+ SUSE Linux Enterprise Desktop 10 SP2
+ SUSE Linux Enterprise Desktop 10 SP2
+ SUSE Linux Enterprise Desktop 10 SP2
+ SUSE Linux Enterprise Desktop 10 SP2
+ SUSE Linux Enterprise Desktop 10 SP2
+ SUSE Linux Enterprise Desktop 10 SP2
+ SUSE Linux Enterprise Desktop 10 SP2
+ SUSE Linux Enterprise Desktop 10 SP2
+ SUSE Linux Enterprise Desktop 10 SP2
+ SUSE Linux Enterprise Desktop 10 SP2
+ 10.2
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2008-05-19
+ 2010-04-11
+
+
+
+
+
+
+ LINUX
+ SLED-10-SP2-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-10-SP2-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
+ sled10sp3
+ SUSE Linux Enterprise Desktop 10 SP3
+ SUSE Linux Enterprise Desktop 10 SP3
+ SUSE Linux Enterprise Desktop 10 SP3
+ SUSE Linux Enterprise Desktop 10 SP3
+ SUSE Linux Enterprise Desktop 10 SP3
+ SUSE Linux Enterprise Desktop 10 SP3
+ SUSE Linux Enterprise Desktop 10 SP3
+ SUSE Linux Enterprise Desktop 10 SP3
+ SUSE Linux Enterprise Desktop 10 SP3
+ SUSE Linux Enterprise Desktop 10 SP3
+ 10.3
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2009-10-12
+ 2011-10-11
+
+
+ LINUX
+ SLED-10-SP3-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-10-SP3-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
+ sled10sp4
+ SUSE Linux Enterprise Desktop 10 SP4
+ SUSE Linux Enterprise Desktop 10 SP4
+ SUSE Linux Enterprise Desktop 10 SP4
+ SUSE Linux Enterprise Desktop 10 SP4
+ SUSE Linux Enterprise Desktop 10 SP4
+ SUSE Linux Enterprise Desktop 10 SP4
+ SUSE Linux Enterprise Desktop 10 SP4
+ SUSE Linux Enterprise Desktop 10 SP4
+ SUSE Linux Enterprise Desktop 10 SP4
+ SUSE Linux Enterprise Desktop 10 SP4
+ 10.4
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2011-04-12
+ 2013-07-31
+
+
+ LINUX
+ SLED-10-SP4-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-10-SP4-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
+ sled10
+ SUSE Linux Enterprise Desktop 10
+ SUSE Linux Enterprise Desktop 10
+ SUSE Linux Enterprise Desktop 10
+ SUSE Linux Enterprise Desktop 10
+ SUSE Linux Enterprise Desktop 10
+ SUSE Linux Enterprise Desktop 10
+ SUSE Linux Enterprise Desktop 10
+ SUSE Linux Enterprise Desktop 10
+ SUSE Linux Enterprise Desktop 10
+ SUSE Linux Enterprise Desktop 10
+ 10
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+ 2006-06-17
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
+ sled11sp1
+ SUSE Linux Enterprise Desktop 11 SP1
+ SUSE Linux Enterprise Desktop 11 SP1
+ SUSE Linux Enterprise Desktop 11 SP1
+ SUSE Linux Enterprise Desktop 11 SP1
+ SUSE Linux Enterprise Desktop 11 SP1
+ SUSE Linux Enterprise Desktop 11 SP1
+ SUSE Linux Enterprise Desktop 11 SP1
+ SUSE Linux Enterprise Desktop 11 SP1
+ SUSE Linux Enterprise Desktop 11 SP1
+ SUSE Linux Enterprise Desktop 11 SP1
+ 11.1
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2010-06-02
+ 2012-08-31
+
+
+ LINUX
+ SLED-11-SP1-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-11-SP1-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
+
+
+ sled11sp2
+ SUSE Linux Enterprise Desktop 11 SP2
+ SUSE Linux Enterprise Desktop 11 SP2
+ SUSE Linux Enterprise Desktop 11 SP2
+ SUSE Linux Enterprise Desktop 11 SP2
+ SUSE Linux Enterprise Desktop 11 SP2
+ SUSE Linux Enterprise Desktop 11 SP2
+ SUSE Linux Enterprise Desktop 11 SP2
+ SUSE Linux Enterprise Desktop 11 SP2
+ SUSE Linux Enterprise Desktop 11 SP2
+ SUSE Linux Enterprise Desktop 11 SP2
+ 11.2
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2012-02-15
+ 2014-01-31
+
+
+
+
+
+
+
+
+ LINUX
+ SLED-11-SP2-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-11-SP2-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
+
+
+ sled11sp3
+ SUSE Linux Enterprise Desktop 11 SP3
+ SUSE Linux Enterprise Desktop 11 SP3
+ SUSE Linux Enterprise Desktop 11 SP3
+ SUSE Linux Enterprise Desktop 11 SP3
+ SUSE Linux Enterprise Desktop 11 SP3
+ SUSE Linux Enterprise Desktop 11 SP3
+ SUSE Linux Enterprise Desktop 11 SP3
+ SUSE Linux Enterprise Desktop 11 SP3
+ SUSE Linux Enterprise Desktop 11 SP3
+ SUSE Linux Enterprise Desktop 11 SP3
+ 11.3
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2013-07-01
+ 2016-01-31
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ SLED-11-SP3-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-11-SP3-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
+
+
+ sled11sp4
+ SUSE Linux Enterprise Desktop 11 SP4
+ SUSE Linux Enterprise Desktop 11 SP4
+ SUSE Linux Enterprise Desktop 11 SP4
+ SUSE Linux Enterprise Desktop 11 SP4
+ SUSE Linux Enterprise Desktop 11 SP4
+ SUSE Linux Enterprise Desktop 11 SP4
+ SUSE Linux Enterprise Desktop 11 SP4
+ SUSE Linux Enterprise Desktop 11 SP4
+ SUSE Linux Enterprise Desktop 11 SP4
+ SUSE Linux Enterprise Desktop 11 SP4
+ 11.4
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2015-07-15
+ 2019-03-31
+
+
+ LINUX
+ SLED-11-SP4-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-11-SP4-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
+
+
+ sled11
+ SUSE Linux Enterprise Desktop 11
+ SUSE Linux Enterprise Desktop 11
+ SUSE Linux Enterprise Desktop 11
+ SUSE Linux Enterprise Desktop 11
+ SUSE Linux Enterprise Desktop 11
+ SUSE Linux Enterprise Desktop 11
+ SUSE Linux Enterprise Desktop 11
+ SUSE Linux Enterprise Desktop 11
+ SUSE Linux Enterprise Desktop 11
+ SUSE Linux Enterprise Desktop 11
+ 11
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2009-03-24
+ 2010-12-31
+
+
+
+
+
+
+
+
+ 500000000
+ 536870912
+ 3221225472
+
+
+ 1073741824
+
+
+
+
+ sled12sp1
+ SUSE Linux Enterprise Desktop 12 SP1
+ SUSE Linux Enterprise Desktop 12 SP1
+ SUSE Linux Enterprise Desktop 12 SP1
+ SUSE Linux Enterprise Desktop 12 SP1
+ SUSE Linux Enterprise Desktop 12 SP1
+ SUSE Linux Enterprise Desktop 12 SP1
+ SUSE Linux Enterprise Desktop 12 SP1
+ SUSE Linux Enterprise Desktop 12 SP1
+ SUSE Linux Enterprise Desktop 12 SP1
+ SUSE Linux Enterprise Desktop 12 SP1
+ 12.1
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2015-12-15
+ 2017-05-31
+
+
+ LINUX
+ SLE-12-SP1-Desktop-DVD-x86_64*
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sled12sp2
+ SUSE Linux Enterprise Desktop 12 SP2
+ SUSE Linux Enterprise Desktop 12 SP2
+ SUSE Linux Enterprise Desktop 12 SP2
+ SUSE Linux Enterprise Desktop 12 SP2
+ SUSE Linux Enterprise Desktop 12 SP2
+ SUSE Linux Enterprise Desktop 12 SP2
+ SUSE Linux Enterprise Desktop 12 SP2
+ SUSE Linux Enterprise Desktop 12 SP2
+ SUSE Linux Enterprise Desktop 12 SP2
+ SUSE Linux Enterprise Desktop 12 SP2
+ 12.2
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2016-11-08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ SLE-12-SP2-Desktop-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sled12sp3
+ SUSE Linux Enterprise Desktop 12 SP3
+ SUSE Linux Enterprise Desktop 12 SP3
+ SUSE Linux Enterprise Desktop 12 SP3
+ SUSE Linux Enterprise Desktop 12 SP3
+ SUSE Linux Enterprise Desktop 12 SP3
+ SUSE Linux Enterprise Desktop 12 SP3
+ SUSE Linux Enterprise Desktop 12 SP3
+ SUSE Linux Enterprise Desktop 12 SP3
+ 12.3
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2017-09-07
+
+
+ LINUX
+ SLE-12-SP3-Desktop-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sled12sp4
+ SUSE Linux Enterprise Desktop 12 SP4
+ SUSE Linux Enterprise Desktop 12 SP4
+ SUSE Linux Enterprise Desktop 12 SP4
+ SUSE Linux Enterprise Desktop 12 SP4
+ SUSE Linux Enterprise Desktop 12 SP4
+ SUSE Linux Enterprise Desktop 12 SP4
+ SUSE Linux Enterprise Desktop 12 SP4
+ SUSE Linux Enterprise Desktop 12 SP4
+ 12.4
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2018-12-12
+
+
+ LINUX
+ SLE-12-SP4-Desktop-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sled12sp5
+ SUSE Linux Enterprise Desktop 12 SP5
+ SUSE Linux Enterprise Desktop 12 SP5
+ SUSE Linux Enterprise Desktop 12 SP5
+ SUSE Linux Enterprise Desktop 12 SP5
+ SUSE Linux Enterprise Desktop 12 SP5
+ SUSE Linux Enterprise Desktop 12 SP5
+ SUSE Linux Enterprise Desktop 12 SP5
+ SUSE Linux Enterprise Desktop 12 SP5
+ 12.5
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2019-12-06
+
+
+ LINUX
+ SLE-12-SP5-Desktop-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sled12-unknown
+ SUSE Linux Enterprise Desktop 12 Unknown
+ SUSE Linux Enterprise Desktop 12 невідома
+ SUSE Linux Enterprise Desktop 12 Bilinmeyen
+ SUSE Linux Enterprise Desktop 12 desconhecido
+ SUSE Linux Enterprise Desktop 12 (nieznany)
+ SUSE Linux Enterprise Desktop 12 (sconosciuto)
+ SUSE Linux Enterprise Desktop 12 Tak Diketahui
+ SUSE Linux Enterprise Desktop 12 Inconnue
+ SUSE Linux Enterprise Desktop 12 desconegut
+ 12-unknown
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+
+
+ LINUX
+ SLE-12-SP[6-9]-Desktop-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sled12
+ SUSE Linux Enterprise Desktop 12
+ SUSE Linux Enterprise Desktop 12
+ SUSE Linux Enterprise Desktop 12
+ SUSE Linux Enterprise Desktop 12
+ SUSE Linux Enterprise Desktop 12
+ SUSE Linux Enterprise Desktop 12
+ SUSE Linux Enterprise Desktop 12
+ SUSE Linux Enterprise Desktop 12
+ SUSE Linux Enterprise Desktop 12
+ SUSE Linux Enterprise Desktop 12
+ 12
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+
+
+ 2014-10-27
+ 2016-06-30
+
+
+ LINUX
+ SLE-12-Desktop-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sled9
+ SUSE Linux Enterprise Desktop 9
+ SUSE Linux Enterprise Desktop 9
+ SUSE Linux Enterprise Desktop 9
+ SUSE Linux Enterprise Desktop 9
+ SUSE Linux Enterprise Desktop 9
+ SUSE Linux Enterprise Desktop 9
+ SUSE Linux Enterprise Desktop 9
+ SUSE Linux Enterprise Desktop 9
+ SUSE Linux Enterprise Desktop 9
+ SUSE Linux Enterprise Desktop 9
+ 9
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sled
+ 2004-08-03
+
+
+ 500000000
+ 268435456
+ 2147483648
+
+
+ 1600000000
+ 536870912
+ 4294967296
+
+
+
+
+ sles10sp1
+ SUSE Linux Enterprise Server 10 SP1
+ SUSE Linux Enterprise Server 10 SP1
+ SUSE Linux Enterprise Server 10 SP1
+ SUSE Linux Enterprise Server 10 SP1
+ SUSE Linux Enterprise Server 10 SP1
+ SUSE Linux Enterprise Server 10 SP1
+ SUSE Linux Enterprise Server 10 SP1
+ SUSE Linux Enterprise Server 10 SP1
+ SUSE Linux Enterprise Server 10 SP1
+ SUSE Linux Enterprise Server 10 SP1
+ 10.1
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2007-06-18
+ 2008-11-30
+
+
+ LINUX
+ SLES-10-SP1-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-10-SP1-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
+ sles10sp2
+ SUSE Linux Enterprise Server 10 SP2
+ SUSE Linux Enterprise Server 10 SP2
+ SUSE Linux Enterprise Server 10 SP2
+ SUSE Linux Enterprise Server 10 SP2
+ SUSE Linux Enterprise Server 10 SP2
+ SUSE Linux Enterprise Server 10 SP2
+ SUSE Linux Enterprise Server 10 SP2
+ SUSE Linux Enterprise Server 10 SP2
+ SUSE Linux Enterprise Server 10 SP2
+ SUSE Linux Enterprise Server 10 SP2
+ 10.2
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2008-05-19
+ 2010-04-11
+
+
+
+
+
+
+ LINUX
+ SLES-10-SP2-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-10-SP2-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
+ sles10sp3
+ SUSE Linux Enterprise Server 10 SP3
+ SUSE Linux Enterprise Server 10 SP3
+ SUSE Linux Enterprise Server 10 SP3
+ SUSE Linux Enterprise Server 10 SP3
+ SUSE Linux Enterprise Server 10 SP3
+ SUSE Linux Enterprise Server 10 SP3
+ SUSE Linux Enterprise Server 10 SP3
+ SUSE Linux Enterprise Server 10 SP3
+ SUSE Linux Enterprise Server 10 SP3
+ SUSE Linux Enterprise Server 10 SP3
+ 10.3
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2009-10-12
+ 2011-10-11
+
+
+ LINUX
+ SLES-10-SP3-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-10-SP3-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
+ sles10sp4
+ SUSE Linux Enterprise Server 10 SP4
+ SUSE Linux Enterprise Server 10 SP4
+ SUSE Linux Enterprise Server 10 SP4
+ SUSE Linux Enterprise Server 10 SP4
+ SUSE Linux Enterprise Server 10 SP4
+ SUSE Linux Enterprise Server 10 SP4
+ SUSE Linux Enterprise Server 10 SP4
+ SUSE Linux Enterprise Server 10 SP4
+ SUSE Linux Enterprise Server 10 SP4
+ SUSE Linux Enterprise Server 10 SP4
+ 10.4
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2011-04-12
+ 2013-07-31
+
+
+ LINUX
+ SLES-10-SP4-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-10-SP4-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
+ sles10
+ SUSE Linux Enterprise Server 10
+ SUSE Linux Enterprise Server 10
+ SUSE Linux Enterprise Server 10
+ SUSE Linux Enterprise Server 10
+ SUSE Linux Enterprise Server 10
+ SUSE Linux Enterprise Server 10
+ SUSE Linux Enterprise Server 10
+ SUSE Linux Enterprise Server 10
+ SUSE Linux Enterprise Server 10
+ SUSE Linux Enterprise Server 10
+ 10
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+ 2006-06-17
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
+ sles11sp1
+ SUSE Linux Enterprise Server 11 SP1
+ SUSE Linux Enterprise Server 11 SP1
+ SUSE Linux Enterprise Server 11 SP1
+ SUSE Linux Enterprise Server 11 SP1
+ SUSE Linux Enterprise Server 11 SP1
+ SUSE Linux Enterprise Server 11 SP1
+ SUSE Linux Enterprise Server 11 SP1
+ SUSE Linux Enterprise Server 11 SP1
+ SUSE Linux Enterprise Server 11 SP1
+ SUSE Linux Enterprise Server 11 SP1
+ 11.1
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2010-06-02
+ 2012-08-31
+
+
+ LINUX
+ SLES-11-SP1-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-11-SP1-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
+
+
+ sles11sp2
+ SUSE Linux Enterprise Server 11 SP2
+ SUSE Linux Enterprise Server 11 SP2
+ SUSE Linux Enterprise Server 11 SP2
+ SUSE Linux Enterprise Server 11 SP2
+ SUSE Linux Enterprise Server 11 SP2
+ SUSE Linux Enterprise Server 11 SP2
+ SUSE Linux Enterprise Server 11 SP2
+ SUSE Linux Enterprise Server 11 SP2
+ SUSE Linux Enterprise Server 11 SP2
+ SUSE Linux Enterprise Server 11 SP2
+ 11.2
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2012-02-15
+ 2014-01-31
+
+
+
+
+
+
+
+
+ LINUX
+ SLES-11-SP2-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-11-SP2-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
+
+
+ sles11sp3
+ SUSE Linux Enterprise Server 11 SP3
+ SUSE Linux Enterprise Server 11 SP3
+ SUSE Linux Enterprise Server 11 SP3
+ SUSE Linux Enterprise Server 11 SP3
+ SUSE Linux Enterprise Server 11 SP3
+ SUSE Linux Enterprise Server 11 SP3
+ SUSE Linux Enterprise Server 11 SP3
+ SUSE Linux Enterprise Server 11 SP3
+ SUSE Linux Enterprise Server 11 SP3
+ SUSE Linux Enterprise Server 11 SP3
+ 11.3
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2013-07-01
+ 2016-01-31
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ SLES-11-SP3-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-11-SP3-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
+
+
+ sles11sp4
+ SUSE Linux Enterprise Server 11 SP4
+ SUSE Linux Enterprise Server 11 SP4
+ SUSE Linux Enterprise Server 11 SP4
+ SUSE Linux Enterprise Server 11 SP4
+ SUSE Linux Enterprise Server 11 SP4
+ SUSE Linux Enterprise Server 11 SP4
+ SUSE Linux Enterprise Server 11 SP4
+ SUSE Linux Enterprise Server 11 SP4
+ SUSE Linux Enterprise Server 11 SP4
+ SUSE Linux Enterprise Server 11 SP4
+ 11.4
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2015-07-15
+ 2019-03-31
+
+
+ LINUX
+ SLES-11-SP4-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-11-SP4-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
+
+
+ sles11
+ SUSE Linux Enterprise Server 11
+ SUSE Linux Enterprise Server 11
+ SUSE Linux Enterprise Server 11
+ SUSE Linux Enterprise Server 11
+ SUSE Linux Enterprise Server 11
+ SUSE Linux Enterprise Server 11
+ SUSE Linux Enterprise Server 11
+ SUSE Linux Enterprise Server 11
+ SUSE Linux Enterprise Server 11
+ SUSE Linux Enterprise Server 11
+ 11
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2009-03-24
+ 2010-12-31
+
+
+
+
+
+
+
+
+ sles12sp1
+ SUSE Linux Enterprise Server 12 SP1
+ SUSE Linux Enterprise Server 12 SP1
+ SUSE Linux Enterprise Server 12 SP1
+ SUSE Linux Enterprise Server 12 SP1
+ SUSE Linux Enterprise Server 12 SP1
+ SUSE Linux Enterprise Server 12 SP1
+ SUSE Linux Enterprise Server 12 SP1
+ SUSE Linux Enterprise Server 12 SP1
+ SUSE Linux Enterprise Server 12 SP1
+ SUSE Linux Enterprise Server 12 SP1
+ 12.1
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2015-12-15
+ 2017-05-31
+
+
+ LINUX
+ SLE-12-SP1-Server-DVD-x86_64*
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sles12sp2
+ SUSE Linux Enterprise Server 12 SP2
+ SUSE Linux Enterprise Server 12 SP2
+ SUSE Linux Enterprise Server 12 SP2
+ SUSE Linux Enterprise Server 12 SP2
+ SUSE Linux Enterprise Server 12 SP2
+ SUSE Linux Enterprise Server 12 SP2
+ SUSE Linux Enterprise Server 12 SP2
+ SUSE Linux Enterprise Server 12 SP2
+ SUSE Linux Enterprise Server 12 SP2
+ SUSE Linux Enterprise Server 12 SP2
+ 12.2
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2016-11-08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ SLE-12-SP2-Server-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ LINUX
+ SLE-12-SP2-Server-DVD-aarch64
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+ LINUX
+ SLE-12-SP2-Server-DVD-ppc64le
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+ LINUX
+ SLE-12-SP2-Server-DVD-s390x
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sles12sp3
+ SUSE Linux Enterprise Server 12 SP3
+ SUSE Linux Enterprise Server 12 SP3
+ SUSE Linux Enterprise Server 12 SP3
+ SUSE Linux Enterprise Server 12 SP3
+ SUSE Linux Enterprise Server 12 SP3
+ SUSE Linux Enterprise Server 12 SP3
+ SUSE Linux Enterprise Server 12 SP3
+ SUSE Linux Enterprise Server 12 SP3
+ SUSE Linux Enterprise Server 12 SP3
+ 12.3
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2017-09-07
+
+
+ LINUX
+ SLE-12-SP3-Server-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ LINUX
+ SLE-12-SP3-Server-DVD-aarch64
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+ LINUX
+ SLE-12-SP3-Server-DVD-ppc64le
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+ LINUX
+ SLE-12-SP3-Server-DVD-s390x
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sles12sp4
+ SUSE Linux Enterprise Server 12 SP4
+ SUSE Linux Enterprise Server 12 SP4
+ SUSE Linux Enterprise Server 12 SP4
+ SUSE Linux Enterprise Server 12 SP4
+ SUSE Linux Enterprise Server 12 SP4
+ SUSE Linux Enterprise Server 12 SP4
+ SUSE Linux Enterprise Server 12 SP4
+ SUSE Linux Enterprise Server 12 SP4
+ SUSE Linux Enterprise Server 12 SP4
+ 12.4
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2018-12-12
+
+
+ LINUX
+ SLE-12-SP4-Server-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ LINUX
+ SLE-12-SP4-Server-DVD-aarch64
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+ LINUX
+ SLE-12-SP4-Server-DVD-ppc64le
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+ LINUX
+ SLE-12-SP4-Server-DVD-s390x
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sles12sp5
+ SUSE Linux Enterprise Server 12 SP5
+ SUSE Linux Enterprise Server 12 SP5
+ SUSE Linux Enterprise Server 12 SP5
+ SUSE Linux Enterprise Server 12 SP5
+ SUSE Linux Enterprise Server 12 SP5
+ SUSE Linux Enterprise Server 12 SP5
+ SUSE Linux Enterprise Server 12 SP5
+ SUSE Linux Enterprise Server 12 SP5
+ 12.5
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2019-12-06
+
+
+ LINUX
+ SLE-12-SP5-Server-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ LINUX
+ SLE-12-SP5-Server-DVD-aarch64
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+ LINUX
+ SLE-12-SP5-Server-DVD-ppc64le
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+ LINUX
+ SLE-12-SP5-Server-DVD-s390x
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sles12-unknown
+ SUSE Linux Enterprise Server 12 Unknown
+ SUSE Linux Enterprise Server 12 невідома
+ SUSE Linux Enterprise Server 12 Bilinmeyen
+ SUSE Linux Enterprise Server 12 desconhecido
+ SUSE Linux Enterprise Server 12 (nieznany)
+ SUSE Linux Enterprise Server 12 (sconosciuto)
+ SUSE Linux Enterprise Server 12 Tak Diketahui
+ SUSE Linux Enterprise Server 12 Inconnue
+ SUSE Linux Enterprise Server 12 desconegut
+ 12-unknown
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+
+
+ LINUX
+ SLE-12-SP[6-9]-Server-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ LINUX
+ SLE-12-SP[6-9]-Server-DVD-aarch64
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+ LINUX
+ SLE-12-SP[6-9]-Server-DVD-ppc64le
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+ LINUX
+ SLE-12-SP[6-9]-Server-DVD-s390x
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sles12
+ SUSE Linux Enterprise Server 12
+ SUSE Linux Enterprise Server 12
+ SUSE Linux Enterprise Server 12
+ SUSE Linux Enterprise Server 12
+ SUSE Linux Enterprise Server 12
+ SUSE Linux Enterprise Server 12
+ SUSE Linux Enterprise Server 12
+ SUSE Linux Enterprise Server 12
+ SUSE Linux Enterprise Server 12
+ SUSE Linux Enterprise Server 12
+ 12
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+
+
+ 2014-10-27
+ 2016-06-30
+
+
+ LINUX
+ SLE-12-Server-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ sles9
+ SUSE Linux Enterprise Server 9
+ SUSE Linux Enterprise Server 9
+ SUSE Linux Enterprise Server 9
+ SUSE Linux Enterprise Server 9
+ SUSE Linux Enterprise Server 9
+ SUSE Linux Enterprise Server 9
+ SUSE Linux Enterprise Server 9
+ SUSE Linux Enterprise Server 9
+ SUSE Linux Enterprise Server 9
+ SUSE Linux Enterprise Server 9
+ 9
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sles
+ 2004-08-03
+
+
+ 500000000
+ 268435456
+ 2147483648
+
+
+ 1600000000
+ 536870912
+ 4294967296
+
+
+
+
+ sle-unknown
+ SUSE Linux Enterprise Unknown
+ SUSE Linux Enterprise невідома
+ SUSE Linux Enterprise Bilinmeyen
+ SUSE Linux Enterprise desconhecido
+ SUSE Linux Enterprise (nieznany)
+ SUSE Linux Enterprise (sconosciuto)
+ SUSE Linux Enterprise Tak Diketahui
+ SUSE Linux Enterprise Inconnue
+ unknown
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ SUSE
+ linux
+ sle
+
+
+
+ LINUX
+ SLE-(1[6-9]|[2-9][0-9])-Installer-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+ LINUX
+ SLE-(1[6-9]|[2-9][0-9])-Installer-DVD-aarch64
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+ LINUX
+ SLE-(1[6-9]|[2-9][0-9])-Installer-DVD-ppc64le
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+ LINUX
+ SLE-(1[6-9]|[2-9][0-9])-Installer-DVD-s390x
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
+ popos17.10
+ Pop!_OS 17.10
+ Pop!_OS 17.10
+ Pop!_OS 17.10
+ Pop!_OS 17.10
+ Pop!_OS 17.10
+ Pop!_OS 17.10
+ Pop!_OS 17.10
+ Pop!_OS 17.10
+ Pop!_OS 17.10
+ 17.10
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ linux
+ popos
+
+ 2017-10-19
+ 2018-07-19
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+
+ Pop_OS 17.10 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ Pop_OS 17.10 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ popos18.04
+ Pop!_OS 18.04
+ Pop!_OS 18.04
+ Pop!_OS 18.04
+ Pop!_OS 18.04
+ Pop!_OS 18.04
+ Pop!_OS 18.04
+ Pop!_OS 18.04
+ Pop!_OS 18.04
+ 18.04
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ linux
+ popos
+
+
+
+ 2018-04-30
+ 2023-04-26
+
+
+ Pop_OS 18.04 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ Pop_OS 18.04 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ 1000000000
+ 1
+ 2147483648
+ 16106127360
+
+
+ 1000000000
+ 4294967296
+ 16106127360
+
+
+
+
+ popos18.10
+ Pop!_OS 18.10
+ Pop!_OS 18.10
+ Pop!_OS 18.10
+ Pop!_OS 18.10
+ Pop!_OS 18.10
+ Pop!_OS 18.10
+ Pop!_OS 18.10
+ Pop!_OS 18.10
+ 18.10
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ linux
+ popos
+
+
+
+ 2018-10-19
+ 2019-07-18
+
+
+ Pop_OS 18.10 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ Pop_OS 18.10 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ 1000000000
+ 1
+ 2147483648
+ 16106127360
+
+
+ 1000000000
+ 4294967296
+ 16106127360
+
+
+
+
+ popos19.04
+ Pop!_OS 19.04
+ Pop!_OS 19.04
+ Pop!_OS 19.04
+ Pop!_OS 19.04
+ Pop!_OS 19.04
+ Pop!_OS 19.04
+ Pop!_OS 19.04
+ Pop!_OS 19.04
+ 19.04
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ linux
+ popos
+
+
+
+ 2019-04-19
+ 2020-01-18
+
+
+ Pop_OS 19.04 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ Pop_OS 19.04 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ 1000000000
+ 1
+ 2147483648
+ 16106127360
+
+
+ 1000000000
+ 4294967296
+ 16106127360
+
+
+
+
+ popos19.10
+ Pop!_OS 19.10
+ Pop!_OS 19.10
+ Pop!_OS 19.10
+ Pop!_OS 19.10
+ Pop!_OS 19.10
+ Pop!_OS 19.10
+ Pop!_OS 19.10
+ Pop!_OS 19.10
+ Pop!_OS 19.10
+ 19.10
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ linux
+ popos
+
+
+
+ 2019-10-22
+
+
+ Pop_OS 19.10 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ Pop_OS 19.10 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 2000000000
+ 4294967296
+ 26843545600
+
+
+
+
+ popos20.04
+ Pop!_OS 20.04
+ Pop!_OS 20.04
+ Pop!_OS 20.04
+ Pop!_OS 20.04
+ Pop!_OS 20.04
+ Pop!_OS 20.04
+ Pop!_OS 20.04
+ Pop!_OS 20.04
+ 20.04
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ linux
+ popos
+
+
+
+ 2020-04-30
+
+
+ Pop_OS 20.04 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ Pop_OS 20.04 amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 2000000000
+ 4294967296
+ 26843545600
+
+
+
+
+ popos20.10
+ Pop!_OS 20.10
+ Pop!_OS 20.10
+ Pop!_OS 20.10
+ Pop!_OS 20.10
+ Pop!_OS 20.10
+ Pop!_OS 20.10
+ Pop!_OS 20.10
+ Pop!_OS 20.10
+ 20.10
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ System76, Inc.
+ linux
+ popos
+
+
+
+ 2020-10-23
+
+
+ Pop_OS 20.10 amd64 Nvidia
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ Pop_OS 20.10 amd64 Intel
+
+ casper/vmlinuz.efi
+ casper/initrd.gz
+
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 2000000000
+ 4294967296
+ 26843545600
+
+
+
+
+ ubuntu10.04
+ ubuntulucid
+ Ubuntu 10.04 LTS
+ Ubuntu 10.04 LTS
+ Ubuntu 10.04 LTS
+ Ubuntu 10.04 LTS
+ Ubuntu 10.04 LTS
+ Ubuntu 10.04 LTS
+ Ubuntu 10.04 LTS
+ Ubuntu 10.04 LTS
+ Ubuntu 10.04 LTS
+ Ubuntu 10.04 LTS
+ 10.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Lucid Lynx
+
+
+ 2010-04-29
+ 2015-04-30
+
+
+ 1000000000
+ 1
+ 67108864
+ 5368709120
+
+
+ 1000000000
+ 536870912
+ 5368709120
+
+
+
+ http://old-releases.ubuntu.com/releases/lucid/ubuntu-10.04-desktop-i386.iso
+
+ Ubuntu 10.04(.\d\+?)? LTS i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/lucid/ubuntu-10.04-desktop-amd64.iso
+
+ Ubuntu 10.04(.\d\+?)? LTS amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+
+ ubuntu10.10
+ ubuntumaverick
+ Ubuntu 10.10
+ Ubuntu 10.10
+ Ubuntu 10.10
+ Ubuntu 10.10
+ Ubuntu 10.10
+ Ubuntu 10.10
+ Ubuntu 10.10
+ Ubuntu 10.10
+ Ubuntu 10.10
+ Ubuntu 10.10
+ 10.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Maverick Meerkat
+
+
+ 2010-10-10
+ 2012-04-10
+
+
+ 1000000000
+ 1
+ 67108864
+ 5368709120
+
+
+ 1000000000
+ 536870912
+ 5368709120
+
+
+
+ http://old-releases.ubuntu.com/releases/maverick/ubuntu-10.10-server-i386.iso
+
+ Ubuntu-Server 10.10(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/maverick/ubuntu-10.10-server-amd64.iso
+
+ Ubuntu-Server 10.10(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/maverick/ubuntu-10.10-desktop-i386.iso
+
+ Ubuntu 10.10(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/maverick/ubuntu-10.10-desktop-amd64.iso
+
+ Ubuntu 10.10(.\d\+?)? amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+
+ ubuntu11.04
+ ubuntunatty
+ Ubuntu 11.04
+ Ubuntu 11.04
+ Ubuntu 11.04
+ Ubuntu 11.04
+ Ubuntu 11.04
+ Ubuntu 11.04
+ Ubuntu 11.04
+ Ubuntu 11.04
+ Ubuntu 11.04
+ Ubuntu 11.04
+ 11.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Natty Narwhal
+
+
+ 2011-04-28
+ 2012-10-28
+
+
+ 1000000000
+ 1
+ 67108864
+ 5368709120
+
+
+ 1000000000
+ 536870912
+ 5368709120
+
+
+
+ http://old-releases.ubuntu.com/releases/natty/ubuntu-11.04-server-i386.iso
+
+ Ubuntu-Server 11.04(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/natty/ubuntu-11.04-server-amd64.iso
+
+ Ubuntu-Server 11.04(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/natty/ubuntu-11.04-desktop-i386.iso
+
+ Ubuntu 11.04(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/natty/ubuntu-11.04-desktop-amd64.iso
+
+ Ubuntu 11.04(.\d\+?)? amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+
+ ubuntu11.10
+ ubuntuoneiric
+ Ubuntu 11.10
+ Ubuntu 11.10
+ Ubuntu 11.10
+ Ubuntu 11.10
+ Ubuntu 11.10
+ Ubuntu 11.10
+ Ubuntu 11.10
+ Ubuntu 11.10
+ Ubuntu 11.10
+ Ubuntu 11.10
+ 11.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Oneiric Ocelot
+
+
+ 2011-10-13
+ 2013-05-09
+
+
+
+ 1000000000
+ 1
+ 67108864
+ 5368709120
+
+
+ 1000000000
+ 536870912
+ 5368709120
+
+
+
+ http://old-releases.ubuntu.com/releases/oneiric/ubuntu-11.10-server-i386.iso
+
+ Ubuntu-Server 11.10(.\d\+?)? i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/oneiric/ubuntu-11.10-server-amd64.iso
+
+ Ubuntu-Server 11.10(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/oneiric/ubuntu-11.10-desktop-i386.iso
+
+ Ubuntu 11.10(.\d\+?)? i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/oneiric/ubuntu-11.10-desktop-amd64.iso
+
+ Ubuntu 11.10(.\d\+?)? amd64
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+
+ ubuntu12.04
+ ubuntuprecise
+ Ubuntu 12.04 LTS
+ Ubuntu 12.04 LTS
+ Ubuntu 12.04 LTS
+ Ubuntu 12.04 LTS
+ Ubuntu 12.04 LTS
+ Ubuntu 12.04 LTS
+ Ubuntu 12.04 LTS
+ Ubuntu 12.04 LTS
+ Ubuntu 12.04 LTS
+ Ubuntu 12.04 LTS
+ 12.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Precise Pangolin
+
+
+ 2012-04-26
+ 2017-04-28
+
+
+ 1000000000
+ 1
+ 67108864
+ 5368709120
+
+
+ 1000000000
+ 536870912
+ 5368709120
+
+
+
+ http://old-releases.ubuntu.com/releases/precise/ubuntu-12.04-server-i386.iso
+
+ Ubuntu-Server 12.04(.\d\+?)? LTS i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/precise/ubuntu-12.04-server-amd64.iso
+
+ Ubuntu-Server 12.04(.\d\+?)? LTS amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/precise/ubuntu-12.04-desktop-i386.iso
+
+ Ubuntu 12.04(.\d\+?)? LTS i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/precise/ubuntu-12.04-desktop-amd64.iso
+
+ Ubuntu 12.04(.\d\+?)? LTS amd64
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+
+
+
+
+ ubuntu12.10
+ ubuntuquantal
+ Ubuntu 12.10
+ Ubuntu 12.10
+ Ubuntu 12.10
+ Ubuntu 12.10
+ Ubuntu 12.10
+ Ubuntu 12.10
+ Ubuntu 12.10
+ Ubuntu 12.10
+ Ubuntu 12.10
+ Ubuntu 12.10
+ 12.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Quantal Quetzal
+
+
+ 2012-10-18
+ 2014-05-16
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/quantal/ubuntu-12.10-server-i386.iso
+
+ Ubuntu-Server 12.10(.\d\+?)? i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/quantal/ubuntu-12.10-server-amd64.iso
+
+ Ubuntu-Server 12.10(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/quantal/ubuntu-12.10-desktop-i386.iso
+
+ Ubuntu 12.10(.\d\+?)? i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/quantal/ubuntu-12.10-desktop-amd64.iso
+
+ Ubuntu 12.10(.\d\+?)? amd64
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+
+
+
+
+ ubuntu13.04
+ ubunturaring
+ Ubuntu 13.04
+ Ubuntu 13.04
+ Ubuntu 13.04
+ Ubuntu 13.04
+ Ubuntu 13.04
+ Ubuntu 13.04
+ Ubuntu 13.04
+ Ubuntu 13.04
+ Ubuntu 13.04
+ Ubuntu 13.04
+ 13.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Raring Ringtail
+
+
+ 2013-04-25
+ 2014-01-27
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/raring/ubuntu-13.04-server-i386.iso
+
+ Ubuntu-Server 13.04(.\d\+?)? i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/raring/ubuntu-13.04-server-amd64.iso
+
+ Ubuntu-Server 13.04(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/raring/ubuntu-13.04-desktop-i386.iso
+
+ Ubuntu 13.04(.\d\+?)? i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/raring/ubuntu-13.04-desktop-amd64.iso
+
+ Ubuntu 13.04(.\d\+?)? amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.lz
+
+
+
+ ubuntu13.10
+ ubuntusaucy
+ Ubuntu 13.10
+ Ubuntu 13.10
+ Ubuntu 13.10
+ Ubuntu 13.10
+ Ubuntu 13.10
+ Ubuntu 13.10
+ Ubuntu 13.10
+ Ubuntu 13.10
+ Ubuntu 13.10
+ Ubuntu 13.10
+ 13.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Saucy Salamander
+
+
+ 2013-10-17
+ 2014-07-17
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/saucy/ubuntu-13.10-server-i386.iso
+
+ Ubuntu-Server 13.10(.\d\+?)? i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/saucy/ubuntu-13.10-server-amd64.iso
+
+ Ubuntu-Server 13.10(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/saucy/ubuntu-13.10-desktop-i386.iso
+
+ Ubuntu 13.10(.\d\+?)? i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/saucy/ubuntu-13.10-desktop-amd64.iso
+
+ Ubuntu 13.10(.\d\+?)? amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.lz
+
+
+
+
+
+
+ ubuntu14.04
+ ubuntutrusty
+ Ubuntu 14.04 LTS
+ Ubuntu 14.04 LTS
+ Ubuntu 14.04 LTS
+ Ubuntu 14.04 LTS
+ Ubuntu 14.04 LTS
+ Ubuntu 14.04 LTS
+ Ubuntu 14.04 LTS
+ Ubuntu 14.04 LTS
+ Ubuntu 14.04 LTS
+ Ubuntu 14.04 LTS
+ 14.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Trusty Tahr
+
+
+ 2014-04-17
+ 2019-04-17
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+ http://releases.ubuntu.com/14.04/ubuntu-14.04.6-server-i386.iso
+
+ Ubuntu-Server 14.04(.\d\+?)?(.\d\+?)? LTS i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://releases.ubuntu.com/14.04/ubuntu-14.04.6-server-amd64.iso
+
+ Ubuntu-Server 14.04(.\d\+?)?(.\d\+?)? LTS amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://releases.ubuntu.com/14.04/ubuntu-14.04.6-desktop-i386.iso
+
+ Ubuntu 14.04(.\d\+?)?(.\d\+?)? LTS i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+
+
+
+ http://releases.ubuntu.com/14.04/ubuntu-14.04.6-desktop-amd64.iso
+
+ Ubuntu 14.04(.\d\+?)?(.\d\+?) ?LTS amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.lz
+
+
+
+
+
+
+
+
+
+
+ ubuntu14.10
+ ubuntututopic
+ Ubuntu 14.10
+ Ubuntu 14.10
+ Ubuntu 14.10
+ Ubuntu 14.10
+ Ubuntu 14.10
+ Ubuntu 14.10
+ Ubuntu 14.10
+ Ubuntu 14.10
+ Ubuntu 14.10
+ Ubuntu 14.10
+ 14.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Utopic Unicorn
+
+
+ 2014-10-23
+ 2015-07-23
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/utopic/ubuntu-14.10-server-i386.iso
+
+ Ubuntu-Server 14.10(.\d\+?)? i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/utopic/ubuntu-14.10-server-amd64.iso
+
+ Ubuntu-Server 14.10(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/utopic/ubuntu-14.10-desktop-i386.iso
+
+ Ubuntu 14.10(.\d\+?)? i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/utopic/ubuntu-14.10-desktop-amd64.iso
+
+ Ubuntu 14.10(.\d\+?)? amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.lz
+
+
+
+
+
+
+ ubuntu15.04
+ ubuntutvivid
+ Ubuntu 15.04
+ Ubuntu 15.04
+ Ubuntu 15.04
+ Ubuntu 15.04
+ Ubuntu 15.04
+ Ubuntu 15.04
+ Ubuntu 15.04
+ Ubuntu 15.04
+ Ubuntu 15.04
+ Ubuntu 15.04
+ 15.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Vivid Vervet
+
+
+ 2015-04-23
+ 2016-02-04
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/vivid/ubuntu-15.04-server-i386.iso
+
+ Ubuntu-Server 15.04(.\d\+?)? i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/vivid/ubuntu-15.04-server-amd64.iso
+
+ Ubuntu-Server 15.04(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/vivid/ubuntu-15.04-desktop-i386.iso
+
+ Ubuntu 15.04(.\d\+?)? i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/vivid/ubuntu-15.04-desktop-amd64.iso
+
+ Ubuntu 15.04(.\d\+?)? amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.lz
+
+
+
+
+
+
+ ubuntu15.10
+ ubuntutwily
+ Ubuntu 15.10
+ Ubuntu 15.10
+ Ubuntu 15.10
+ Ubuntu 15.10
+ Ubuntu 15.10
+ Ubuntu 15.10
+ Ubuntu 15.10
+ Ubuntu 15.10
+ Ubuntu 15.10
+ Ubuntu 15.10
+ 15.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Wily Werewolf
+
+
+ 2015-10-22
+ 2016-07-28
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/wily/ubuntu-15.10-server-i386.iso
+
+ Ubuntu-Server 15.10(.\d\+?)? i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/wily/ubuntu-15.10-server-amd64.iso
+
+ Ubuntu-Server 15.10(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/wily/ubuntu-15.10-desktop-i386.iso
+
+ Ubuntu 15.10(.\d\+?)? i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/wily/ubuntu-15.10-desktop-amd64.iso
+
+ Ubuntu 15.10(.\d\+?)? amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.lz
+
+
+
+
+
+
+ ubuntu16.04
+ ubuntutxenial
+ Ubuntu 16.04
+ Ubuntu 16.04
+ Ubuntu 16.04
+ Ubuntu 16.04
+ Ubuntu 16.04
+ Ubuntu 16.04
+ Ubuntu 16.04
+ Ubuntu 16.04
+ Ubuntu 16.04
+ Ubuntu 16.04
+ 16.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Xenial Xerus
+
+
+ 2016-04-21
+ 2021-04-21
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 1000000000
+ 2147483648
+ 16106127360
+
+
+
+ http://releases.ubuntu.com/16.04/ubuntu-16.04.6-server-i386.iso
+
+ Ubuntu-Server 16.04(.\d\+?)?(.\d\+?)? LTS i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+
+ http://releases.ubuntu.com/16.04/ubuntu-16.04.7-server-amd64.iso
+
+ Ubuntu-Server 16.04(.\d\+?)?(.\d\+?)? LTS amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+
+ http://releases.ubuntu.com/16.04/ubuntu-16.04.6-desktop-i386.iso
+
+ Ubuntu 16.04(.\d\+?)?(.\d\+?)? LTS i386
+
+ casper/vmlinuz
+ casper/initrd
+
+
+
+
+
+ http://releases.ubuntu.com/16.04/ubuntu-16.04.7-desktop-amd64.iso
+
+ Ubuntu 16.04(.\d\+?)?(.\d\+?)? LTS amd64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+
+
+
+ http://cdimage.ubuntu.com/ubuntu/releases/16.04/release/ubuntu-16.04.6-server-powerpc.iso
+
+ Ubuntu-Server 16.04(.\d\+?)?(.\d\+?)? LTS ppc
+
+
+
+ http://cdimage.ubuntu.com/ubuntu/releases/16.04/release/ubuntu-16.04.6-server-ppc64el.iso
+
+ Ubuntu-Server 16.04(.\d\+?)?(.\d\+?)? LTS ppc64
+
+ install/vmlinux
+ install/initrd.gz
+
+
+ http://cdimage.ubuntu.com/ubuntu/releases/16.04/release/ubuntu-16.04.6-server-s390x.iso
+
+ Ubuntu-Server 16.04(.\d\+?)?(.\d\+?)? LTS s390x
+
+ boot/kernel.ubuntu
+ boot/initrd.ubuntu
+
+
+ http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-i386
+ current/images/netboot/ubuntu-installer/i386/linux
+ current/images/netboot/ubuntu-installer/i386/initrd.gz
+
+
+ http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64
+ current/images/netboot/ubuntu-installer/amd64/linux
+ current/images/netboot/ubuntu-installer/amd64/initrd.gz
+
+
+ https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
+
+
+
+ https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-uefi1.img
+
+
+ https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.vmdk
+
+
+ https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-arm64-disk1.img
+
+
+ https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-armhf-disk1.img
+
+
+ https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-i386-disk1.img
+
+
+ https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-i386-disk1.vmdk
+
+
+ https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-ppc64el-disk1.img
+
+
+ https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-s390x-disk1.img
+
+ ubuntu
+
+
+
+
+
+
+ ubuntu16.10
+ ubuntutyakkety
+ Ubuntu 16.10
+ Ubuntu 16.10
+ Ubuntu 16.10
+ Ubuntu 16.10
+ Ubuntu 16.10
+ Ubuntu 16.10
+ Ubuntu 16.10
+ Ubuntu 16.10
+ Ubuntu 16.10
+ Ubuntu 16.10
+ 16.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Yakkety Yak
+
+
+ 2016-10-13
+ 2017-07-20
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/yakkety/ubuntu-16.10-server-i386.iso
+
+ Ubuntu-Server 16.10(.\d\+?)? i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/yakkety/ubuntu-16.10-server-amd64.iso
+
+ Ubuntu-Server 16.10(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/yakkety/ubuntu-16.10-desktop-i386.iso
+
+ Ubuntu 16.10(.\d\+?)? i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/yakkety/ubuntu-16.10-desktop-amd64.iso
+
+ Ubuntu 16.10(.\d\+?)? amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/yakkety/ubuntu-16.10-server-arm64.iso
+
+ Ubuntu-Server 16.10(.\d\+?)? arm64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/yakkety/ubuntu-16.10-server-powerpc.iso
+
+ Ubuntu-Server 16.10(.\d\+?)? ppc
+
+
+
+ http://old-releases.ubuntu.com/releases/yakkety/ubuntu-16.10-server-ppc64el.iso
+
+ Ubuntu-Server 16.10(.\d\+?)? ppc64
+
+ install/vmlinux
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/yakkety/ubuntu-16.10-server-s390x.iso
+
+ Ubuntu-Server 16.10(.\d\+?)? s390x
+
+ boot/kernel.ubuntu
+ boot/initrd.ubuntu
+
+
+
+
+
+
+ ubuntu17.04
+ ubuntutzesty
+ Ubuntu 17.04
+ Ubuntu 17.04
+ Ubuntu 17.04
+ Ubuntu 17.04
+ Ubuntu 17.04
+ Ubuntu 17.04
+ Ubuntu 17.04
+ Ubuntu 17.04
+ Ubuntu 17.04
+ Ubuntu 17.04
+ 17.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Zesty Zapus
+
+
+ 2017-04-13
+ 2018-01-13
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/zesty/ubuntu-17.04-server-i386.iso
+
+ Ubuntu-Server 17.04(.\d\+?)? i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/zesty/ubuntu-17.04-server-amd64.iso
+
+ Ubuntu-Server 17.04(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/zesty/ubuntu-17.04-desktop-i386.iso
+
+ Ubuntu 17.04(.\d\+?)? i386
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/zesty/ubuntu-17.04-desktop-amd64.iso
+
+ Ubuntu 17.04(.\d\+?)? amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/zesty/ubuntu-17.04-server-arm64.iso
+
+ Ubuntu-Server 17.04(.\d\+?)? arm64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/zesty/ubuntu-17.04-server-ppc64el.iso
+
+ Ubuntu-Server 17.04(.\d\+?)? ppc64
+
+ install/vmlinux
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/zesty/ubuntu-17.04-server-s390x.iso
+
+ Ubuntu-Server 17.04(.\d\+?)? s390x
+
+ boot/kernel.ubuntu
+ boot/initrd.ubuntu
+
+
+
+
+
+
+ ubuntu17.10
+ ubuntuartful
+ Ubuntu 17.10
+ Ubuntu 17.10
+ Ubuntu 17.10
+ Ubuntu 17.10
+ Ubuntu 17.10
+ Ubuntu 17.10
+ Ubuntu 17.10
+ Ubuntu 17.10
+ Ubuntu 17.10
+ Ubuntu 17.10
+ 17.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Artful Aardvark
+
+
+ 2017-10-19
+ 2018-07-19
+
+
+ 1000000000
+ 1
+ 1073741824
+ 5368709120
+
+
+ 1000000000
+ 1073741824
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/artful/ubuntu-17.10.1-server-i386.iso
+
+ Ubuntu-Server 17.10(.\d\+?)? i386
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/artful/ubuntu-17.10.1-server-amd64.iso
+
+ Ubuntu-Server 17.10(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/artful/ubuntu-17.10.1-desktop-amd64.iso
+
+ Ubuntu 17.10(.\d\+?)? amd64
+
+ casper/vmlinuz.efi
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/artful/ubuntu-17.10-server-arm64.iso
+
+ Ubuntu-Server 17.10(.\d\+?)? arm64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/artful/ubuntu-17.10-server-ppc64el.iso
+
+ Ubuntu-Server 17.10(.\d\+?)? ppc64
+
+ install/vmlinux
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/artful/ubuntu-17.10-server-s390x.iso
+
+ Ubuntu-Server 17.10(.\d\+?)? s390x
+
+ boot/kernel.ubuntu
+ boot/initrd.ubuntu
+
+
+
+
+
+
+ ubuntu18.04
+ ubuntubionic
+ Ubuntu 18.04 LTS
+ Ubuntu 18.04 LTS
+ Ubuntu 18.04 LTS
+ Ubuntu 18.04 LTS
+ Ubuntu 18.04 LTS
+ Ubuntu 18.04 LTS
+ Ubuntu 18.04 LTS
+ Ubuntu 18.04 LTS
+ Ubuntu 18.04 LTS
+ 18.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Bionic Beaver
+
+
+ 2018-04-26
+ 2023-04-26
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 1000000000
+ 2147483648
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/bionic/ubuntu-18.04.3-server-amd64.iso
+
+ Ubuntu-Server 18.04(.\d\+?)?(.\d\+?)? LTS amd64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://old-releases.ubuntu.com/releases/bionic/ubuntu-18.04.3-desktop-amd64.iso
+
+ Ubuntu 18.04(.\d\+?)?(.\d\+?)? LTS amd64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/bionic/ubuntu-18.04.3-server-arm64.iso
+
+ Ubuntu-Server 18.04(.\d\+?)?(.\d\+?)? LTS arm64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/bionic/ubuntu-18.04.3-server-ppc64el.iso
+
+ Ubuntu-Server 18.04(.\d\+?)?(.\d\+?)? LTS ppc64
+
+ install/vmlinux
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/bionic/ubuntu-18.04.3-server-s390x.iso
+
+ Ubuntu-Server 18.04(.\d\+?)?(.\d\+?)? LTS s390x
+
+ boot/kernel.ubuntu
+ boot/initrd.ubuntu
+
+
+ http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-i386
+ current/images/netboot/ubuntu-installer/i386/linux
+ current/images/netboot/ubuntu-installer/i386/initrd.gz
+
+
+ http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64
+ current/images/netboot/ubuntu-installer/amd64/linux
+ current/images/netboot/ubuntu-installer/amd64/initrd.gz
+
+
+ https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
+
+
+ https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.vmdk
+
+
+ https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-arm64.img
+
+
+ https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-armhf.img
+
+
+ https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-i386.img
+
+
+ https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-ppc64el.img
+
+
+ https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-s390x.img
+
+
+
+
+
+
+
+ ubuntu18.10
+ ubuntucosmic
+ Ubuntu 18.10
+ Ubuntu 18.10
+ Ubuntu 18.10
+ Ubuntu 18.10
+ Ubuntu 18.10
+ Ubuntu 18.10
+ Ubuntu 18.10
+ Ubuntu 18.10
+ 18.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Cosmic Cuttlefish
+
+
+ 2018-10-18
+ 2019-07-18
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 1000000000
+ 2147483648
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/18.10/ubuntu-18.10-server-amd64.iso
+
+ Ubuntu-Server 18.10(.\d\+?)? amd64
+ 751828992
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/18.10/ubuntu-18.10-live-server-amd64.iso
+
+ Ubuntu-Server 18.10(.\d\+?)? amd64
+ 923795456
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://old-releases.ubuntu.com/releases/18.10/ubuntu-18.10-desktop-amd64.iso
+
+ Ubuntu 18.10(.\d\+?)? amd64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/18.10/ubuntu-18.10-server-arm64.iso
+
+ Ubuntu-Server 18.10(.\d\+?)? arm64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/18.10/ubuntu-18.10-server-ppc64el.iso
+
+ Ubuntu-Server 18.10(.\d\+?)? ppc64
+
+ install/vmlinux
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/18.10/ubuntu-18.10-server-s390x.iso
+
+ Ubuntu-Server 18.10(.\d\+?)? s390x
+
+ boot/kernel.ubuntu
+ boot/initrd.ubuntu
+
+
+ http://old-releases.ubuntu.com/ubuntu/dists/cosmic/main/installer-i386
+ current/images/netboot/ubuntu-installer/i386/linux
+ current/images/netboot/ubuntu-installer/i386/initrd.gz
+
+
+ http://old-releases.ubuntu.com/ubuntu/dists/cosmic/main/installer-amd64
+ current/images/netboot/ubuntu-installer/amd64/linux
+ current/images/netboot/ubuntu-installer/amd64/initrd.gz
+
+
+
+
+
+
+
+ ubuntu19.04
+ ubuntudisco
+ Ubuntu 19.04
+ Ubuntu 19.04
+ Ubuntu 19.04
+ Ubuntu 19.04
+ Ubuntu 19.04
+ Ubuntu 19.04
+ Ubuntu 19.04
+ Ubuntu 19.04
+ 19.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Disco Dingo
+
+
+ 2019-04-18
+ 2020-01-18
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 1000000000
+ 2147483648
+ 16106127360
+
+
+
+ http://old-releases.ubuntu.com/releases/19.04/ubuntu-19.04-server-amd64.iso
+
+ Ubuntu-Server 19.04(.\d\+?)? amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/19.04/ubuntu-19.04-desktop-amd64.iso
+
+ Ubuntu 19.04(.\d\+?)? amd64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/19.04/ubuntu-19.04-server-arm64.iso
+
+ Ubuntu-Server 19.04(.\d\+?)? arm64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/19.04/ubuntu-19.04-server-ppc64el.iso
+
+ Ubuntu-Server 19.04(.\d\+?)? ppc64
+
+ install/vmlinux
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/19.04/ubuntu-19.04-server-s390x.iso
+
+ Ubuntu-Server 19.04(.\d\+?)? s390x
+
+ boot/kernel.ubuntu
+ boot/initrd.ubuntu
+
+
+ http://old-releases.ubuntu.com/ubuntu/dists/disco/main/installer-i386
+ current/images/netboot/ubuntu-installer/i386/linux
+ current/images/netboot/ubuntu-installer/i386/initrd.gz
+
+
+ http://old-releases.ubuntu.com/ubuntu/dists/disco/main/installer-amd64
+ current/images/netboot/ubuntu-installer/amd64/linux
+ current/images/netboot/ubuntu-installer/amd64/initrd.gz
+
+
+ https://cloud-images.ubuntu.com/releases/disco/release/ubuntu-19.04-server-cloudimg-amd64.img
+
+
+ https://cloud-images.ubuntu.com/releases/disco/release/ubuntu-19.04-server-cloudimg-amd64.vmdk
+
+
+ https://cloud-images.ubuntu.com/releases/disco/release/ubuntu-19.04-server-cloudimg-arm64.img
+
+
+ https://cloud-images.ubuntu.com/releases/disco/release/ubuntu-19.04-server-cloudimg-armhf.img
+
+
+ https://cloud-images.ubuntu.com/releases/disco/release/ubuntu-19.04-server-cloudimg-i386.img
+
+
+ https://cloud-images.ubuntu.com/releases/disco/release/ubuntu-19.04-server-cloudimg-ppc64el.img
+
+
+ https://cloud-images.ubuntu.com/releases/disco/release/ubuntu-19.04-server-cloudimg-s390x.img
+
+
+
+
+
+
+
+ ubuntu19.10
+ ubuntueoan
+ Ubuntu 19.10
+ Ubuntu 19.10
+ Ubuntu 19.10
+ Ubuntu 19.10
+ Ubuntu 19.10
+ Ubuntu 19.10
+ Ubuntu 19.10
+ Ubuntu 19.10
+ 19.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Eoan Ermine
+
+
+ 2019-10-17
+ 2020-07-17
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 2000000000
+ 4294967296
+ 26843545600
+
+
+
+ http://old-releases.ubuntu.com/releases/19.10/ubuntu-19.10-server-amd64.iso
+
+ Ubuntu-Server 19.10 amd64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/19.10/ubuntu-19.10-live-server-amd64.iso
+
+ Ubuntu-Server 19.10 amd64
+ 883949568
+
+ casper/vmlinuz
+ casper/initrd
+
+
+
+ http://old-releases.ubuntu.com/releases/19.10/ubuntu-19.10-desktop-amd64.iso
+
+ Ubuntu 19.10 amd64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://old-releases.ubuntu.com/releases/19.10/ubuntu-19.10-server-arm64.iso
+
+ Ubuntu-Server 19.10 arm64
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/19.10/ubuntu-19.10-live-server-arm64.iso
+
+ Ubuntu-Server 19.10 arm64
+ 845236224
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://old-releases.ubuntu.com/releases/19.10/ubuntu-19.10-server-ppc64el.iso
+
+ Ubuntu-Server 19.10 ppc64
+
+ install/vmlinux
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/19.10/ubuntu-19.10-live-server-ppc64el.iso
+
+ Ubuntu-Server 19.10 ppc64
+ 904808448
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://old-releases.ubuntu.com/releases/19.10/ubuntu-19.10-server-s390x.iso
+
+ Ubuntu-Server 19.10 s390x
+
+ boot/kernel.ubuntu
+ boot/initrd.ubuntu
+
+
+ http://old-releases.ubuntu.com/releases/19.10/ubuntu-19.10-live-server-s390x.iso
+
+ Ubuntu-Server 19.10 s390x
+ 734289920
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://old-releases.ubuntu.com/ubuntu/dists/eoan/main/installer-amd64
+ current/images/netboot/ubuntu-installer/amd64/linux
+ current/images/netboot/ubuntu-installer/amd64/initrd.gz
+
+
+ https://cloud-images.ubuntu.com/releases/eoan/release/ubuntu-19.10-server-cloudimg-amd64.img
+
+
+ https://cloud-images.ubuntu.com/releases/eoan/release/ubuntu-19.10-server-cloudimg-amd64.vmdk
+
+
+ https://cloud-images.ubuntu.com/releases/eoan/release/ubuntu-19.10-server-cloudimg-arm64.img
+
+
+ https://cloud-images.ubuntu.com/releases/eoan/release/ubuntu-19.10-server-cloudimg-armhf.img
+
+
+ https://cloud-images.ubuntu.com/releases/eoan/release/ubuntu-19.10-server-cloudimg-i386.img
+
+
+ https://cloud-images.ubuntu.com/releases/eoan/release/ubuntu-19.10-server-cloudimg-ppc64el.img
+
+
+ https://cloud-images.ubuntu.com/releases/eoan/release/ubuntu-19.10-server-cloudimg-s390x.img
+
+
+
+
+
+
+
+ ubuntu20.04
+ ubuntufocal
+ Ubuntu 20.04
+ Ubuntu 20.04
+ Ubuntu 20.04
+ Ubuntu 20.04
+ Ubuntu 20.04
+ Ubuntu 20.04
+ Ubuntu 20.04
+ Ubuntu 20.04
+ 20.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Focal Fossa
+
+
+ 2020-04-23
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 2000000000
+ 4294967296
+ 26843545600
+
+
+
+
+ http://releases.ubuntu.com/20.04/ubuntu-20.04.2-live-server-amd64.iso
+
+ Ubuntu-Server 20.04(.\d\+?)?(.\d\+?)? LTS amd64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://releases.ubuntu.com/20.04/ubuntu-20.04.2.0-desktop-amd64.iso
+
+ Ubuntu 20.04(.\d\+?)?(.\d\+?)? LTS amd64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://cdimage.ubuntu.com/ubuntu/releases/20.04/release/ubuntu-20.04.2-live-server-arm64.iso
+
+ Ubuntu-Server 20.04(.\d\+?)?(.\d\+?)? LTS arm64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://cdimage.ubuntu.com/ubuntu/releases/20.04/release/ubuntu-20.04.2-live-server-ppc64el.iso
+
+ Ubuntu-Server 20.04(.\d\+?)?(.\d\+?)? LTS ppc64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://cdimage.ubuntu.com/ubuntu/releases/20.04/release/ubuntu-20.04.2-live-server-s390x.iso
+
+ Ubuntu-Server 20.04(.\d\+?)?(.\d\+?)? LTS s390x
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64
+ current/legacy-images/netboot/ubuntu-installer/amd64/linux
+ current/legacy-images/netboot/ubuntu-installer/amd64/initrd.gz
+
+
+ https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
+
+
+ https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.vmdk
+
+
+ https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img
+
+
+ https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-armhf.img
+
+
+ https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-ppc64el.img
+
+
+ https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-s390x.img
+
+
+
+
+
+
+
+ ubuntu20.10
+ ubuntugroovy
+ Ubuntu 20.10
+ Ubuntu 20.10
+ Ubuntu 20.10
+ Ubuntu 20.10
+ Ubuntu 20.10
+ Ubuntu 20.10
+ Ubuntu 20.10
+ Ubuntu 20.10
+ 20.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Groovy Gorilla
+
+
+ 2020-10-22
+
+
+ 1000000000
+ 1
+ 2147483648
+ 5368709120
+
+
+ 2000000000
+ 4294967296
+ 26843545600
+
+
+
+
+ http://releases.ubuntu.com/20.10/ubuntu-20.10-live-server-amd64.iso
+
+ Ubuntu-Server 20.10(.\d\+?)?(.\d\+?)? amd64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://releases.ubuntu.com/20.10/ubuntu-20.10-desktop-amd64.iso
+
+ Ubuntu 20.10(.\d\+?)?(.\d\+?)? amd64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://cdimage.ubuntu.com/ubuntu/releases/20.10/release/ubuntu-20.10-live-server-arm64.iso
+
+ Ubuntu-Server 20.10(.\d\+?)?(.\d\+?)? arm64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://cdimage.ubuntu.com/ubuntu/releases/20.10/release/ubuntu-20.10-live-server-ppc64el.iso
+
+ Ubuntu-Server 20.10(.\d\+?)?(.\d\+?)? ppc64
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ http://cdimage.ubuntu.com/ubuntu/releases/20.10/release/ubuntu-20.10-live-server-s390x.iso
+
+ Ubuntu-Server 20.10(.\d\+?)?(.\d\+?)? s390x
+
+ casper/vmlinuz
+ casper/initrd
+
+
+ https://cloud-images.ubuntu.com/groovy/current/groovy-server-cloudimg-amd64.img
+
+
+ https://cloud-images.ubuntu.com/groovy/current/groovy-server-cloudimg-amd64.vmdk
+
+
+ https://cloud-images.ubuntu.com/groovy/current/groovy-server-cloudimg-arm64.img
+
+
+ https://cloud-images.ubuntu.com/groovy/current/groovy-server-cloudimg-armhf.img
+
+
+ https://cloud-images.ubuntu.com/groovy/current/groovy-server-cloudimg-ppc64el.img
+
+
+ https://cloud-images.ubuntu.com/groovy/current/groovy-server-cloudimg-s390x.img
+
+
+
+
+
+
+
+ ubuntu4.10
+ ubuntuwarty
+ Ubuntu 4.10
+ Ubuntu 4.10
+ Ubuntu 4.10
+ Ubuntu 4.10
+ Ubuntu 4.10
+ Ubuntu 4.10
+ Ubuntu 4.10
+ Ubuntu 4.10
+ Ubuntu 4.10
+ Ubuntu 4.10
+ 4.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Warty Warthog
+ 2004-10-26
+ 2006-04-30
+
+ http://old-releases.ubuntu.com/releases/warty/warty-release-install-i386.iso
+
+ Ubuntu 4.10(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.img
+
+
+ http://old-releases.ubuntu.com/releases/warty/warty-release-install-amd64.iso
+
+ Ubuntu 4.10(.\d\+?)? amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.img
+
+
+ http://old-releases.ubuntu.com/releases/warty/warty-release-live-i386.iso
+
+ Ubuntu 4.10(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.img
+
+
+
+ ubuntu5.04
+ ubuntuhoary
+ Ubuntu 5.04
+ Ubuntu 5.04
+ Ubuntu 5.04
+ Ubuntu 5.04
+ Ubuntu 5.04
+ Ubuntu 5.04
+ Ubuntu 5.04
+ Ubuntu 5.04
+ Ubuntu 5.04
+ Ubuntu 5.04
+ 5.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Hoary Hedgehog
+
+
+ 2005-04-08
+ 2006-10-31
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/hoary/ubuntu-5.04-install-i386.iso
+
+ Ubuntu 5.04(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/hoary/ubuntu-5.04-install-amd64.iso
+
+ Ubuntu 5.04(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/hoary/ubuntu-5.04-install-powerpc.iso
+
+ Ubuntu 5.04(.\d\+?)? ppc
+ LINUX
+
+ install/powerpc/vmlinux
+ install/powerpc/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/hoary/ubuntu-5.04-live-i386.iso
+
+ Ubuntu 5.04 i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/hoary/ubuntu-5.04-live-amd64.iso
+
+ Ubuntu 5.04 amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/hoary/ubuntu-5.04-live-powerpc.iso
+
+ Ubuntu 5.04 ppc
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+
+ ubuntu5.10
+ ubuntubreezy
+ Ubuntu 5.10
+ Ubuntu 5.10
+ Ubuntu 5.10
+ Ubuntu 5.10
+ Ubuntu 5.10
+ Ubuntu 5.10
+ Ubuntu 5.10
+ Ubuntu 5.10
+ Ubuntu 5.10
+ Ubuntu 5.10
+ 5.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Breezy Badger
+
+
+ 2005-10-12
+ 2007-04-13
+
+ http://old-releases.ubuntu.com/releases/breezy/ubuntu-5.10-install-i386.iso
+
+ Ubuntu 5.10 i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/breezy/ubuntu-5.10-install-amd64.iso
+
+ Ubuntu 5.10 amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/breezy/ubuntu-5.10-install-powerpc.iso
+
+ Ubuntu 5.10 ppc
+ LINUX
+
+ install/powerpc/vmlinux
+ install/powerpc/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/breezy/ubuntu-5.10-live-i386.iso
+
+ Ubuntu 5.10 i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/breezy/ubuntu-5.10-live-amd64.iso
+
+ Ubuntu 5.10 amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/breezy/ubuntu-5.10-live-powerpc.iso
+
+ Ubuntu 5.10 ppc
+ LINUX
+
+ install/powerpc/vmlinux
+ install/powerpc/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/breezy/ubuntu-5.10-dvd-i386.iso
+
+ Ubuntu 5.10 i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/breezy/ubuntu-5.10-dvd-amd64.iso
+
+ Ubuntu 5.10 amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/breezy/ubuntu-5.10-dvd-powerpc.iso
+
+ Ubuntu 5.10 ppc
+ LINUX
+
+ install/powerpc/vmlinux
+ install/powerpc/initrd.gz
+
+
+
+ ubuntu6.06
+ ubuntudapper
+ Ubuntu 6.06 LTS
+ Ubuntu 6.06 LTS
+ Ubuntu 6.06 LTS
+ Ubuntu 6.06 LTS
+ Ubuntu 6.06 LTS
+ Ubuntu 6.06 LTS
+ Ubuntu 6.06 LTS
+ Ubuntu 6.06 LTS
+ Ubuntu 6.06 LTS
+ Ubuntu 6.06 LTS
+ 6.06
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Dapper Drake
+
+
+ 2006-06-01
+ 2011-06-01
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-server-i386.iso
+
+ Ubuntu-Server 6.06(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-server-amd64.iso
+
+ Ubuntu-Server 6.06(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-server-powerpc.iso
+
+ Ubuntu-Server 6.06(.\d\+?)? ppc
+ LINUX
+
+ install/powerpc/vmlinux
+ install/powerpc/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-server-hppa.iso
+
+ Ubuntu-Server 6.06(.\d\+?)? hppa
+ LINUX
+
+ install/vmlinuz-hppa32
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-server-ia64.iso
+
+ Ubuntu-Server 6.06(.\d\+?)? ia64
+ LINUX
+
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-server-sparc.iso
+
+ Ubuntu-Server 6.06(.\d\+?)? sparc
+ LINUX
+
+ boot/sparc64
+ boot/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-desktop-i386.iso
+
+ Ubuntu 6.06(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-desktop-amd64.iso
+
+ Ubuntu 6.06(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-desktop-powerpc.iso
+
+ Ubuntu 6.06(.\d\+?)? ppc
+ LINUX
+
+ install/powerpc/vmlinux
+ install/powerpc/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-dvd-i386.iso
+
+ Ubuntu 6.06(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-dvd-amd64.iso
+
+ Ubuntu 6.06(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-dvd-powerpc.iso
+
+ Ubuntu 6.06(.\d\+?)? ppc
+ LINUX
+
+ install/powerpc/vmlinux
+ install/powerpc/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-alternate-hppa.iso
+
+ Ubuntu 6.06(.\d\+?)? hppa
+ LINUX
+
+ install/vmlinux-hppa32
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/dapper/ubuntu-6.06-alternate-ia64.iso
+
+ Ubuntu 6.06(.\d\+?)? ia64
+ LINUX
+
+
+
+
+ ubuntu6.10
+ ubuntuedgy
+ Ubuntu 6.10
+ Ubuntu 6.10
+ Ubuntu 6.10
+ Ubuntu 6.10
+ Ubuntu 6.10
+ Ubuntu 6.10
+ Ubuntu 6.10
+ Ubuntu 6.10
+ Ubuntu 6.10
+ Ubuntu 6.10
+ 6.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Edgy Eft
+
+
+ 2006-10-26
+ 2008-04-26
+
+ http://old-releases.ubuntu.com/releases/edgy/ubuntu-6.10-server-i386.iso
+
+ Ubuntu-Server 6.10(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/edgy/ubuntu-6.10-server-amd64.iso
+
+ Ubuntu-Server 6.10(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/edgy/ubuntu-6.10-server-powerpc.iso
+
+ Ubuntu-Server 6.10(.\d\+?)? ppc
+ LINUX
+
+ install/powerpc/vmlinux
+ install/powerpc/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/edgy/ubuntu-6.10-server-sparc.iso
+
+ Ubuntu-Server 6.10(.\d\+?)? sparc
+ LINUX
+
+ boot/sparc64
+ boot/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/edgy/ubuntu-6.10-desktop-i386.iso
+
+ Ubuntu 6.10 i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/edgy/ubuntu-6.10-desktop-amd64.iso
+
+ Ubuntu 6.10 amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/edgy/ubuntu-6.10-desktop-powerpc.iso
+
+ Ubuntu 6.10 ppc
+ LINUX
+
+ casper/powerpc/vmlinux
+ casper/powerpc/initrd.gz
+
+
+
+ ubuntu7.04
+ ubuntufeisty
+ Ubuntu 7.04
+ Ubuntu 7.04
+ Ubuntu 7.04
+ Ubuntu 7.04
+ Ubuntu 7.04
+ Ubuntu 7.04
+ Ubuntu 7.04
+ Ubuntu 7.04
+ Ubuntu 7.04
+ Ubuntu 7.04
+ 7.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Feisty Fawn
+
+
+ 2007-04-19
+ 2008-10-19
+
+ http://old-releases.ubuntu.com/releases/feisty/ubuntu-7.04-server-i386.iso
+
+ Ubuntu-Server 7.04(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/feisty/ubuntu-7.04-server-amd64.iso
+
+ Ubuntu-Server 7.04(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/feisty/ubuntu-7.04-server-sparc.iso
+
+ Ubuntu-Server 7.04(.\d\+?)? sparc
+ LINUX
+
+ boot/sparc64
+ boot/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/feisty/ubuntu-7.04-desktop-i386.iso
+
+ Ubuntu 7.04(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/feisty/ubuntu-7.04-desktop-amd64.iso
+
+ Ubuntu 7.04(.\d\+?)? amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+
+ ubuntu7.10
+ ubuntugutsy
+ Ubuntu 7.10
+ Ubuntu 7.10
+ Ubuntu 7.10
+ Ubuntu 7.10
+ Ubuntu 7.10
+ Ubuntu 7.10
+ Ubuntu 7.10
+ Ubuntu 7.10
+ Ubuntu 7.10
+ Ubuntu 7.10
+ 7.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Gutsy Gibbon
+
+
+ 2007-10-18
+ 2009-04-18
+
+ http://old-releases.ubuntu.com/releases/gutsy/ubuntu-7.10-server-i386.iso
+
+ Ubuntu-Server 7.10(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/gutsy/ubuntu-7.10-server-amd64.iso
+
+ Ubuntu-Server 7.10(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/gutsy/ubuntu-7.10-server-sparc.iso
+
+ Ubuntu-Server 7.10(.\d\+?)? sparc
+ LINUX
+
+ boot/sparc64
+ boot/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/gutsy/ubuntu-7.10-desktop-i386.iso
+
+ Ubuntu 7.10(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/gutsy/ubuntu-7.10-desktop-amd64.iso
+
+ Ubuntu 7.10(.\d\+?)? amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+
+ ubuntu8.04
+ ubuntuhardy
+ Ubuntu 8.04 LTS
+ Ubuntu 8.04 LTS
+ Ubuntu 8.04 LTS
+ Ubuntu 8.04 LTS
+ Ubuntu 8.04 LTS
+ Ubuntu 8.04 LTS
+ Ubuntu 8.04 LTS
+ Ubuntu 8.04 LTS
+ Ubuntu 8.04 LTS
+ Ubuntu 8.04 LTS
+ 8.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Hardy Heron
+
+
+ 2008-04-24
+ 2013-05-09
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/hardy/ubuntu-8.04-server-i386.iso
+
+ Ubuntu-Server 8.04(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/hardy/ubuntu-8.04-server-amd64.iso
+
+ Ubuntu-Server 8.04(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/hardy/ubuntu-8.04-desktop-i386.iso
+
+ Ubuntu 8.04(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/hardy/ubuntu-8.04-desktop-amd64.iso
+
+ Ubuntu 8.04(.\d\+?)? amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/hardy/ubuntu-8.04-dvd-i386.iso
+
+ Ubuntu 8.04(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/hardy/ubuntu-8.04-dvd-amd64.iso
+
+ Ubuntu 8.04(.\d\+?)? amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+
+ ubuntu8.10
+ ubuntuintrepid
+ Ubuntu 8.10
+ Ubuntu 8.10
+ Ubuntu 8.10
+ Ubuntu 8.10
+ Ubuntu 8.10
+ Ubuntu 8.10
+ Ubuntu 8.10
+ Ubuntu 8.10
+ Ubuntu 8.10
+ Ubuntu 8.10
+ 8.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Intrepid Ibex
+
+
+ 2008-10-30
+ 2010-04-30
+
+ http://old-releases.ubuntu.com/releases/intrepid/ubuntu-8.10-server-i386.iso
+
+ Ubuntu-Server 8.10(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/intrepid/ubuntu-8.10-server-amd64.iso
+
+ Ubuntu-Server 8.10(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/intrepid/ubuntu-8.10-desktop-i386.iso
+
+ Ubuntu 8.10(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/intrepid/ubuntu-8.10-desktop-amd64.iso
+
+ Ubuntu 8.10(.\d\+?)? amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+
+ ubuntu9.04
+ ubuntujaunty
+ Ubuntu 9.04
+ Ubuntu 9.04
+ Ubuntu 9.04
+ Ubuntu 9.04
+ Ubuntu 9.04
+ Ubuntu 9.04
+ Ubuntu 9.04
+ Ubuntu 9.04
+ Ubuntu 9.04
+ Ubuntu 9.04
+ 9.04
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Jaunty Jackalope
+
+
+ 2009-04-23
+ 2010-10-23
+
+
+
+
+
+ http://old-releases.ubuntu.com/releases/jaunty/ubuntu-9.04-server-i386.iso
+
+ Ubuntu-Server 9.04(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/jaunty/ubuntu-9.04-server-amd64.iso
+
+ Ubuntu-Server 9.04(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/jaunty/ubuntu-9.04-desktop-i386.iso
+
+ Ubuntu 9.04(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/jaunty/ubuntu-9.04-desktop-amd64.iso
+
+ Ubuntu 9.04(.\d\+?)? amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.gz
+
+
+
+ ubuntu9.10
+ ubuntukarmic
+ Ubuntu 9.10
+ Ubuntu 9.10
+ Ubuntu 9.10
+ Ubuntu 9.10
+ Ubuntu 9.10
+ Ubuntu 9.10
+ Ubuntu 9.10
+ Ubuntu 9.10
+ Ubuntu 9.10
+ Ubuntu 9.10
+ 9.10
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ Canonical Ltd
+ linux
+ ubuntu
+ Karmic Koala
+
+
+ 2009-10-29
+ 2011-04-30
+
+ http://old-releases.ubuntu.com/releases/karmic/ubuntu-9.10-server-i386.iso
+
+ Ubuntu-Server 9.10(.\d\+?)? i386
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/karmic/ubuntu-9.10-server-amd64.iso
+
+ Ubuntu-Server 9.10(.\d\+?)? amd64
+ LINUX
+
+ install/vmlinuz
+ install/initrd.gz
+
+
+ http://old-releases.ubuntu.com/releases/karmic/ubuntu-9.10-desktop-i386.iso
+
+ Ubuntu 9.10(.\d\+?)? i386
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+ http://old-releases.ubuntu.com/releases/karmic/ubuntu-9.10-desktop-amd64.iso
+
+ Ubuntu 9.10(.\d\+?)? amd64
+ LINUX
+
+ casper/vmlinuz
+ casper/initrd.lz
+
+
+
+ voidlinux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ Void Linux
+ linux
+ voidlinux
+ rolling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 100663296
+ 367001600
+
+
+
+
+ VOID_LIVE
+
+
+
+
+ VOID_LIVE
+
+
+
+
--
cgit v1.2.3-55-g7522