Parch Linux Software Repositories
High-speed mirrors and package repositories for Parch Linux, Arch Linux, and all Linux distributions.
Pacman Repositories
Parch Linux provides dedicated Pacman repositories for software packages, utilities, desktop themes, wallpapers, and system tools. These repositories can be used both on Parch Linux and on all Arch-based distributions such as Arch Linux, EndeavourOS, and Manjaro.
The official stable repository of Parch Linux. Contains tested and stable packages and tools recommended for daily use.
[world]
SigLevel = Optional TrustAll
Server = https://mirror.parchlinux.ir/$repo/$archThe development and testing repository of Parch Linux. Provides bleeding-edge versions and preview packages before they are promoted to the stable world repository.
[void]
SigLevel = Optional TrustAll
Server = https://mirror.parchlinux.ir/$repo/$archHow to Enable Pacman Repositories
Step 1: Open pacman.conf
Open the Pacman configuration file with root privileges in your preferred text editor:
sudo nano /etc/pacman.confStep 2: Add Repository Block
Append the repository block to the end of the file. You can add the stable world repository, the testing void repository, or both:
[world]
SigLevel = Optional TrustAll
Server = https://mirror.parchlinux.ir/$repo/$arch
# Testing / Unstable repository (optional)
# [void]
# SigLevel = Optional TrustAll
# Server = https://mirror.parchlinux.ir/$repo/$archStep 3: Update Package Database
Synchronize and update your Pacman package database:
sudo pacman -SyyStep 4: Install Packages
You can now install any package from the Parch repository directly with pacman:
sudo pacman -S parch-wallpaperParch Flatpak Proxy Mirror
This repository provides a reliable proxy mirror for upstream Flathub, designed to overcome network restrictions and censorship in regions like Iran.
How to Use Flatpak Proxy
Step 1: Add Flathub Remote
If the Flathub remote is not already configured on your system, add it with:
flatpak remote-add --if-not-exists flathub https://flathub.parchlinux.com/repo/flathub.flatpakrepoStep 2: Point Remote to Parch Mirror
Modify the remote URL to point to the Parch proxy mirror:
sudo flatpak remote-modify flathub --url=https://flathub.parchlinux.com/repo/Step 3: Verify and Update
Verify connectivity and synchronize application metadata:
flatpak updateStep 4: Install Applications
Install any application from Flathub via the Parch proxy mirror:
flatpak install flathub org.mozilla.firefoxMirror Specifications
Direct endpoints for Parch Linux repository servers.
https://mirror.parchlinux.ir/$repo/$archhttps://flathub.parchlinux.com/repo/Community & Support
Have questions, want to discuss packages, or report issues? Join the Parch Linux community.