https://github.com/uurepository/packages
A community-maintained third-party package repository providing pre-built packages for multiple Linux distributions from a single source.
https://github.com/uurepository/packages
archlinux archlinux-packages fedora fedora-packages void-linux void-packages
Last synced: 30 days ago
JSON representation
A community-maintained third-party package repository providing pre-built packages for multiple Linux distributions from a single source.
- Host: GitHub
- URL: https://github.com/uurepository/packages
- Owner: UURepository
- License: mit
- Created: 2026-05-01T10:17:59.000Z (about 1 month ago)
- Default Branch: stable
- Last Pushed: 2026-05-01T10:56:05.000Z (about 1 month ago)
- Last Synced: 2026-05-01T12:18:37.564Z (30 days ago)
- Topics: archlinux, archlinux-packages, fedora, fedora-packages, void-linux, void-packages
- Language: Shell
- Homepage: https://universalrepo.r1xelelo.workers.dev/
- Size: 388 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📦 UniversalRepository
A community-maintained third-party package repository providing pre-built packages
for multiple Linux distributions from a single source.
> **Browse packages:** https://universalrepo.r1xelelo.workers.dev/
> **Source:** https://codeberg.org/UniversalRepository/Packages
---
## 📥 Installation
### Void Linux
```sh
echo "repository=https://universalrepo.r1xelelo.workers.dev/void" \
| sudo tee /etc/xbps.d/universalrepo.conf
```
### Fedora
```sh
sudo curl -o /etc/yum.repos.d/universal.repo \
https://universalrepo.r1xelelo.workers.dev/universal.repo
```
### Arch Linux
```sh
# Import and sign the GPG key
sudo pacman-key --recv-key F600BA22F0D90359 --keyserver keyserver.ubuntu.com
sudo pacman-key --lsign-key F600BA22F0D90359
# Add the repository to /etc/pacman.conf
sudo tee -a /etc/pacman.conf <