การดาวน์โหลด Mageia 6 LiveDVD Plasma 64bit DVD ของคุณควรเริ่มขึ้นในสองสามวินาที (ขนาดการดาวน์โหลดประมาณ 2.4 GB) ถ้าการดาวน์โหลดไม่เริ่มขึ้น คลิกที่นี่.

As soon as your download is complete, you should check that the checksums match:

Checksums are available for download as files: Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.md5 (md5 hash of the contents of the iso image), Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.sha1 (sha1 512 bit hash) and Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.sha512 (sha2 512 bit hash).

$ # You need both iso and checksum file in the same folder
$ md5sum -c Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.md5
Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso: ตกลง 

$ sha1sum -c Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.sha1
Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso: ตกลง 

$ sha512sum -c Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.sha512
Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso: ตกลง 

$ # You can also compare checksum directly from this web page without checksum file
$ md5sum Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso
1a152fb3aa5402761688d8aab67ae8df  Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso 

$ sha1sum Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso
8cd594a85bb5a767305e1e57fe9bae0ee3d8e0bb  Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso 

$ sha512sum Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso
b6e8626fc9e43856ee1c9f317664c7dad5198d6af33153b7c28adfa7c91910827387b8bd7cfcd1a7945fff590f4f040434044c97c587035829052fde694b9b9c  Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso 

If checksums do not match, DO NOT use this ISO. Double-check and try to download again.

You can also verify the signature of an ISO. They are also available for download as files: Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.md5.gpg, Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.sha1.gpg and Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.sha512.gpg. First you need to import the "Mageia Release" key from a PGP Public Key Server:

$ gpg --keyserver keyserver.ubuntu.com --recv-keys EDCA7A90

In response there should be one of the following lines:

gpg: key EDCA7A90: public key "Mageia Release <release@mageia.org>" imported

or if you already imported the key before:

gpg: key EDCA7A90: "Mageia Release <release@mageia.org>" not changed

Then you need to verify the signature for the ISO.

$ gpg --verify Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.sha512.gpg Mageia-6-LiveDVD-Plasma-x86_64-DVD.iso.sha512

In response there should be lines like:

gpg: Good signature from "Mageia Release <release@mageia.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: B210 76A0 CBE4 D93D 66A9  D08D 835E 41F4 EDCA 7A90

The warning about uncertified signature is expected.