apt

Primary endpoint

Use https://mirror.kargadan.ir/repository/parrot-proxy/ as the canonical baseurl in your client configuration.

1 archive

Primary archive only

A single proxy serves the entire distribution โ€” no companion archives needed.

Anonymous

No sign-in required

Public read access over HTTPS. Plain HTTP is available for legacy clients that cannot validate the certificate.

Repository URL

Drop one of the URLs below into your client configuration. HTTPS is the right choice in almost every case.

HTTPS ยท recommended
https://mirror.kargadan.ir/repository/parrot-proxy/
HTTP ยท legacy clients only
http://mirror.kargadan.ir/repository/parrot-proxy/

Quick verification

Run this from any machine that can reach the mirror. It should complete in under a second once metadata is cached.

# Quick smoke test
curl -fsSL https://mirror.kargadan.ir/repository/parrot-proxy/dists/lory/Release | head -10

Default client configuration

Drop this file at /etc/apt/sources.list.d/parrot.list on the target host for the recommended default release (lory). See configuration by release for every supported suite.

# /etc/apt/sources.list.d/parrot.list  (Parrot OS 6.x "lory")
# Parrot Security & Home rely on a single Debian-based archive.

deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory-security main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory-backports main contrib non-free non-free-firmware

Configuration by release

Each block below is a complete, copy-ready configuration for one suite or release. Install path: /etc/apt/sources.list.d/parrot.list. The same patterns are committed under /opt/client-configs/parrot/parrot.list on the mirror host (default release only).

Parrot 6.x "lory" default

Quick verification

curl -fsSL https://mirror.kargadan.ir/repository/parrot-proxy/dists/lory/Release | head -10

Client configuration

# /etc/apt/sources.list.d/parrot.list  (Parrot 6.x "lory")

deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory-security main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory-backports main contrib non-free non-free-firmware

Parrot 5.x "ara" (legacy)

Quick verification

curl -fsSL https://mirror.kargadan.ir/repository/parrot-proxy/dists/ara/Release | head -10

Client configuration

# /etc/apt/sources.list.d/parrot.list  (Parrot 5.x "ara" (legacy))

deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy ara main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy ara-security main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy ara-backports main contrib non-free non-free-firmware

CI / container example

A minimal snippet you can paste into a Dockerfile or pipeline step.

# Dockerfile snippet
FROM parrot:lory
RUN echo 'deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory main' \
    > /etc/apt/sources.list \
 && apt-get update && apt-get install -y --no-install-recommends ca-certificates

Mirror information

DistributionParrot Security OS
Package managerapt
Mirror format (Nexus)apt
Default suite / branchlory
AuthenticationNot required (anonymous read)
ProtocolsHTTPS ยท HTTP
Notes & limitations

Parrot ships a single Debian-based archive that contains main, security, and backports suites โ€” one proxy covers all of them.