Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DDoSolitary/alpine-repo
An unofficial repository for Alpine Linux
https://github.com/DDoSolitary/alpine-repo
Last synced: 9 days ago
JSON representation
An unofficial repository for Alpine Linux
- Host: GitHub
- URL: https://github.com/DDoSolitary/alpine-repo
- Owner: DDoSolitary
- License: gpl-3.0
- Archived: true
- Created: 2017-10-17T06:45:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T08:38:30.000Z (over 2 years ago)
- Last Synced: 2024-08-01T10:17:50.918Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 312 KB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - DDoSolitary/alpine-repo - An unofficial repository for Alpine Linux (others)
README
# alpine-repo
![Build Status](https://github.com/DDoSolitary/alpine-repo/workflows/.github/workflows/build.yml/badge.svg)
This is an unofficial repository for Alpine Linux.
# How to use
1. Trust my public key.
```
wget -P /etc/apk/keys https://alpine-repo.sourceforge.io/[email protected]
```
This public key is signed by my GPG key. If you want to verify the public key, you can download the signature from [here](https://alpine-repo.sourceforge.io/[email protected]), and get my public key from the SKS keyservers. The fingerprint of my GPG key is `688E1D093C3638F588890D4450268311C7AD3F62`.2. I only build packages for the edge releases, so [upgrade to it](https://wiki.alpinelinux.org/wiki/Upgrading_Alpine#Upgrading_to_Edge) if you're using stable releases.
3. Add this line to `/etc/apk/repositories`
```
https://alpine-repo.sourceforge.io/packages
```4. Update your local index.
```
apk update
```5. **Enjoy it!**
# Limitations
- Downloading may be slow in some regions (e.g. China).
- No packages for stable releases, and old packages are deleted immediately after newer ones are built. However, as a fan of Arch Linux, I consider this limitation "a feature".