# Debian Mirror (apt registry) in Iran

Canonical: https://mirror.rasanegaar.com/guides/en/debian.html
Language: en

Debian mirror and apt registry for apt and apt-get from Iran — mirror.rasanegaar.com/apt/

Debian mirror (apt registry) — Debian underpins many derivatives. Rasanegaar Mirror provides the Debian apt registry at /apt/ for updates from inside Iran.

## About

Debian is known for a strict stability policy and a large free-package archive. Servers, container images, and derivatives often consume Debian repos directly.
Stable and testing across architectures move serious volume; every index refresh depends on a reachable mirror.

## Mirror in Iran

Reachability to `deb.debian.org` from Iran is not always uniform. The Debian registry at `mirror.rasanegaar.com/apt` plays that role locally.
See also the landing page at `/repos/debian/`.

Browse URL: https://mirror.rasanegaar.com/apt/

## Configuration

1. Point APT sources at the Rasanegaar Debian registry (adjust the security suite for your release):
   ```
   https://mirror.rasanegaar.com/apt
   ```
2. On Debian 12 (Bookworm) and newer, sources are usually DEB822 under:
   ```
   /etc/apt/sources.list.d/
   ```
3. On older releases, classic `sources.list` is common:
   ```
   /etc/apt/sources.list
   ```
4. Refresh package indexes:
   ```
   sudo apt update
   ```

## Updates

Debian updates in Iran via the local registry shorten `apt` runs when official mirrors answer slowly.
Once you switch, keep your usual update habits; only the origin URL changes.

## Related

Registry landing: https://mirror.rasanegaar.com/repos/debian/en/
Guide HTML: https://mirror.rasanegaar.com/guides/en/debian.html
