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

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

Checksums are available for download as files: Mageia-7-Live-Xfce-x86_64.iso.sha512 (sha2 512 bit hash) and Mageia-7-Live-Xfce-x86_64.iso.sha3 (sha3 512 bit hash).

$ # You need both iso and checksum file in the same folder
$ sha512sum -c Mageia-7-Live-Xfce-x86_64.iso.sha512
Mageia-7-Live-Xfce-x86_64.iso: ตกลง 

$ sha3-512sum -c Mageia-7-Live-Xfce-x86_64.iso.sha3
Mageia-7-Live-Xfce-x86_64.iso: ตกลง 

$ # You can also compare checksum directly from this web page without checksum file
$ sha512sum Mageia-7-Live-Xfce-x86_64.iso
4cd4adcc08fd3d500e4d7efd3c909c0eea644d0c6d6b086d1f35f4e13f60d7ddac790a0196d0b7114504a72cd2a89eb2e7f54f1521a0ecfab5ccc39a1cab7d53  Mageia-7-Live-Xfce-x86_64.iso 

$ sha3-512sum Mageia-7-Live-Xfce-x86_64.iso
713EBC27885040576196936968322867D4010334D305E8AA1C6D8F4AA92BAA918D5835D37E298F1E1C85B1CD329B4B60FD45D66878B39B067770F96D9B38FCE5  Mageia-7-Live-Xfce-x86_64.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-7-Live-Xfce-x86_64.iso.sha512.gpg and Mageia-7-Live-Xfce-x86_64.iso.sha3.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-7-Live-Xfce-x86_64.iso.sha512.gpg Mageia-7-Live-Xfce-x86_64.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.