# Rocky Linux Mirror (dnf archive) in Iran

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

Rocky Linux mirror and dnf archive from Iran — mirror.rasanegaar.com/rocky/

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

## About

Rocky Linux is a community rebuild with RHEL binary compatibility and long support — bare-metal Kubernetes to databases. Packages 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 Rocky Linux mirror in Iran at `mirror.rasanegaar.com/rocky` 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/rocky/

## Configuration

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

## Updates

Rocky Linux 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/rocky.html
