Package repositories
x86_64/cooking/
SliTaz 64-bit — cooking packages and ISO images. The current port.
i486/
SliTaz 32-bit — cooking packages, ISO and boot floppies for real vintage hardware.
Sources & heritage
sources/
Upstream source tarballs used to cook the packages — the build fallback
when an upstream vanishes. Layout: sources/packages/<initial>/
i486/stable/4.0/
SliTaz 4.0 — the last 32-bit stable release: packages and ISO images.
arm/
SliTaz ARM: armv6/stable/4.0 (Raspberry Pi 1, ARMv6hf — packages & images), cross toolchains, src. ARMv8/arm64: soon.
Using this mirror
# tazpkg / spk — set the mirror (pick your arch): echo "https://mirror.slitaz.org/x86_64/cooking/packages/" > /var/lib/tazpkg/mirror echo "https://mirror.slitaz.org/i486/cooking/packages/" > /var/lib/tazpkg/mirror # Plain HTTP is kept fully working for old releases (no TLS in busybox wget): echo "http://mirror.slitaz.org/i486/cooking/packages/" > /var/lib/tazpkg/mirror