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

แหล่งดาวน์โหลด mirror.math.princeton.edu นี้ตั้งอยู่ในประเทศ Princeton (the USA) ถ้าคุณคิดว่าแหล่งดาวน์โหลดนี้ไม่ค่อยดีสำหรับคุณ ให้คุณลองตรวจสอบแหล่งดาวน์โหลดอื่น ๆ ดู ที่อยู่ IP ของคุณคือ 216.73.217.106 และดูเหมือนว่าคุณจะอยู่ใน the USA, North America

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

Checksums are available for download as files: Mageia-10-Live-GNOME-x86_64.iso.md5 (md5 hash of the contents of the iso image), Mageia-10-Live-GNOME-x86_64.iso.sha512 (sha2 512 bit hash) and Mageia-10-Live-GNOME-x86_64.iso.sha3 (sha3 512 bit hash).

$ # You need both iso and checksum file in the same folder
$ md5sum -c Mageia-10-Live-GNOME-x86_64.iso.md5
Mageia-10-Live-GNOME-x86_64.iso: ตกลง 

$ sha512sum -c Mageia-10-Live-GNOME-x86_64.iso.sha512
Mageia-10-Live-GNOME-x86_64.iso: ตกลง 

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

$ # You can also compare checksum directly from this web page without checksum file
$ md5sum Mageia-10-Live-GNOME-x86_64.iso
0daeb4ed1394cabceac3f36fb431c1b9  Mageia-10-Live-GNOME-x86_64.iso 

$ sha512sum Mageia-10-Live-GNOME-x86_64.iso
01d991d5da928fc4700a3495c72e00f7378b5cf66732fad2c753a49295d32c921dffe8f894c48a7e5a62bef8391084bf511544d6b07e16bdd1e5471d9c640676  Mageia-10-Live-GNOME-x86_64.iso 

$ sha3-512sum Mageia-10-Live-GNOME-x86_64.iso
B118151E53CDF3C1C9A3BA3EA65CB337346723D82C435401A875EA2F62E43E660FF9E3393939EC140A1996597B4AD38117EF8E3C915A381425332E38CB9263D2  Mageia-10-Live-GNOME-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-10-Live-GNOME-x86_64.iso.md5.gpg, Mageia-10-Live-GNOME-x86_64.iso.sha512.gpg and Mageia-10-Live-GNOME-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-10-Live-GNOME-x86_64.iso.sha512.gpg Mageia-10-Live-GNOME-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.