MOSUMI Linux package repository

Add the MOSUMI package source

This GitHub Pages site hosts the APT repository, Pacman repository, and OpenPGP public key used to verify package signatures.

Base URL
https://googolmo.github.io/repo/
Key fingerprint
91FD A448 7920 8693 204E 90EE 9DF4 2B70 54F1 CB5B
Key ID
9DF42B7054F1CB5B
Signer
MOSUMI (Linux package signing)

Debian / Ubuntu

Install the signing key, then drop in the DEB822 source file.

  1. Download the binary keyring to /usr/share/keyrings.
  2. Install ubuntu/repo.sources.
  3. Run apt update.
sudo mkdir -p /usr/share/keyrings
sudo curl -fsSL https://googolmo.github.io/repo/keys/repo.gpg \
  -o /usr/share/keyrings/repo-archive-keyring.gpg
sudo chmod 644 /usr/share/keyrings/repo-archive-keyring.gpg
sudo curl -fsSL https://googolmo.github.io/repo/ubuntu/repo.sources \
  -o /etc/apt/sources.list.d/repo.sources
sudo apt update

Older APT setups can use ubuntu/repo.list instead of the .sources file. Repository files live under ubuntu/.

Arch Linux / Pacman

Import and locally sign the key, then include the repo snippet.

  1. Add and locally sign key 9DF42B7054F1CB5B.
  2. Install pacman/repo.conf.
  3. Include it from /etc/pacman.conf and sync.
curl -fsSL https://googolmo.github.io/repo/keys/repo.asc | sudo pacman-key --add -
sudo pacman-key --lsign-key 91FDA44879208693204E90EE9DF42B7054F1CB5B
sudo curl -fsSL https://googolmo.github.io/repo/pacman/repo.conf \
  -o /etc/pacman.d/repo
echo -e '\nInclude = /etc/pacman.d/repo' | sudo tee -a /etc/pacman.conf
sudo pacman -Sy

Packages are served from https://googolmo.github.io/repo/pacman/$arch (x86_64, aarch64).

Files