Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasertech/singularity
Singularity repositories for Arch Linux.
https://github.com/wasertech/singularity
arch-linux archlinux
Last synced: 9 days ago
JSON representation
Singularity repositories for Arch Linux.
- Host: GitHub
- URL: https://github.com/wasertech/singularity
- Owner: wasertech
- Created: 2022-03-09T19:17:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T19:14:36.000Z (over 1 year ago)
- Last Synced: 2024-10-14T21:59:14.635Z (24 days ago)
- Topics: arch-linux, archlinux
- Homepage: https://wasertech.github.io/singularity/
- Size: 1.16 GB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Singularity
Singularity repositories.
Supports only x86_64 and aArch64 platforms for now.
## Navigation
- [aArch64 packages](https://github.com/wasertech/singularity/releases/tag/aarch64)
- [x86_64 packages](https://github.com/wasertech/singularity/releases/tag/x86_64)## Usage
Add the Singularity repository to your pacman configuration.
```conf
#user-repos.conf -> /etc/pacman.conf[singularity]
SigLevel = PackageRequired
Server = https://github.com/wasertech/$repo/releases/tag/$arch
```
Recive my public GPG key.```zsh
❯ sudo pacman-key --recv-keys 6D8A4B5865E71713
gpg: clef 6D8A4B5865E71713 : clef publique « Danny Waser (Waser Technologies) » importée
gpg: Quantité totale traitée : 1
gpg: importées : 1
```
Sign my key to approve it.```zsh
❯ sudo pacman-key --lsign-key 6D8A4B5865E71713
```
You can now update pacman db.```zsh
❯ sudo pacman -Syyu
:: Synchronisation des bases de données de paquets…
core 164.5 KiB 1266 KiB/s 00:00 [######################] 100%
extra 1864.6 KiB 3.91 MiB/s 00:00 [######################] 100%
community 7.1 MiB 3.87 MiB/s 00:02 [######################] 100%
multilib 175.6 KiB 3.43 MiB/s 00:00 [######################] 100%
singularity 5.2 KiB 27.1 KiB/s 00:00 [######################] 100%
:: Début de la mise à jour complète du système…
il n’y a rien à faire
```