# AlmaLinux Mirror (dnf archive) in Iran

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

AlmaLinux mirror and dnf archive from Iran — mirror.rasanegaar.com/almalinux/

AlmaLinux mirror (dnf archive) — For AlmaLinux updates in Iran, Rasanegaar Mirror keeps RHEL-compatible repos close to your servers.

## About

After CentOS Linux changed course, AlmaLinux became the free, stable option for enterprise, CI, and private cloud. Packages, kernels, and security updates come from official repos; every `dnf update` moves real traffic.
The repository tree and installer images are large; on servers and in datacenters, distance to international mirrors means latency, occasional reachability gaps, and bandwidth cost.

## Mirror in Iran

The AlmaLinux mirror in Iran at `mirror.rasanegaar.com/almalinux` serves the same repo layout so dnf pulls from Rasanegaar’s software repository.
Until the tree is fully live, this page keeps the target URL and connection steps ready.

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

## Configuration

1. Back up your dnf .repo files.
2. In `.repo` files, comment metalink/mirrorlist and set baseurl to the Rasanegaar AlmaLinux mirror:
   ```
   /etc/yum.repos.d/
   ```
   ```
   https://mirror.rasanegaar.com/almalinux/
   ```
3. Refresh package metadata:
   ```
   sudo dnf makecache
   ```

## Updates

AlmaLinux updates in Iran against the local mirror usually finish faster than official mirrors — especially across several hosts at once.
After switching, keep your normal dnf routine; only the package origin changed.

HTML version: https://mirror.rasanegaar.com/guides/en/almalinux.html
