Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DDoSolitary/archlinux-repo
An unofficial repository for Arch Linux
https://github.com/DDoSolitary/archlinux-repo
Last synced: 2 months ago
JSON representation
An unofficial repository for Arch Linux
- Host: GitHub
- URL: https://github.com/DDoSolitary/archlinux-repo
- Owner: DDoSolitary
- License: gpl-3.0
- Created: 2017-10-19T14:13:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T12:44:30.000Z (about 3 years ago)
- Last Synced: 2024-08-01T10:17:53.493Z (5 months ago)
- Language: Shell
- Size: 384 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - DDoSolitary/archlinux-repo - An unofficial repository for Arch Linux (others)
README
# archlinux-repo
![Build Status](https://github.com/DDoSolitary/archlinux-repo/workflows/.github/workflows/build.yml/badge.svg)
This is an unofficial repository for Arch Linux.
# How to use
To use the pre-built packages, follow these steps:
1. Trust my public key.
```
pacman-key --keyserver hkps://keys.openpgp.org -r 688E1D093C3638F588890D4450268311C7AD3F62
pacman-key --lsign-key 688E1D093C3638F588890D4450268311C7AD3F62
```2. Add these lines to `/etc/pacman.conf`
```
[archlinux-ddosolitary]
Server = https://archlinux-repo.sourceforge.io/packages
SigLevel = Required
```3. Update your local index.
```
pacman -Sy
```4. **Enjoy it!**
# Limitations
- Downloading may be slow in some regions (e.g. China).