How to use jigdo downloader to download Debian Linux installation ISO images (CD, DVD, DLBD)
The files in that directory are provided in Jigdo format.
Jigdo allows you to download a complete ISO image efficiently by retrieving file pieces from a Debian mirror and assembling them locally.
At the end of the process, you will get an exact ISO file, the same as if you had downloaded it directly via HTTP or FTP.
📥 Jigdo Download Sources
🌍 Official Global Mirror
https://cdimage.debian.org/debian-cd/current/amd64/jigdo-dlbd/
🇮🇩 Indonesia Mirror (Recommended for speed)
http://kambing.ui.ac.id/iso/debian/current/amd64/jigdo-dlbd/
🧰 Step 1 — Install Jigdo Tools
Install the required package:
apt-get install jigdo-file
▶️ Step 2 — Run Jigdo
Start the tool:
jigdo-lite
You will see a prompt like this:
To start a new download, enter URL of .jigdo file.
You can also enter several URLs/filenames, separated with spaces,
or enumerate in {}, e.g. `http://server/cd-{1_NONUS,2,3}.jigdo'
jigdo:
🌐 Step 3 — Enter Jigdo File URL
Paste the URL of the .jigdo file when prompted.
Example (Indonesia Mirror)
http://kambing.ui.ac.id/iso/debian/current/amd64/jigdo-dlbd/debian-9.4.0-amd64-DLBD-1.jigdo
You can also choose other image types:
CD Images
http://kambing.ui.ac.id/iso/debian/current/amd64/jigdo-cd/...
DVD Images
http://kambing.ui.ac.id/iso/debian/current/amd64/jigdo-dvd/...
⚙️ How Jigdo Works
The tool will:
- Read the
.jigdodescriptor file - Download required file pieces from a mirror
- Assemble them into a complete ISO
✅ Advantages of Using Jigdo
- Saves bandwidth
- Automatically uses nearby mirrors
- Can resume interrupted downloads
- Ensures exact ISO integrity
💡 Tips
- Use a local mirror (like Indonesia mirror) for faster downloads
- Make sure you have enough disk space (ISO files can be several GB)
- Do not interrupt the process until it finishes
Komentar