Kana's Arch Linux Respository
For the sake of convinience, I'm making a repo for packages I compiled for Arch Linux myself. Some will be written by me, others by other people. This repo is mainly for myself, so I can more easily install my packages across all my Arch machines. But for the sake of learning and (theoretically) sharing with people, I'm making it available to anyone who wants to use it.
If you trust me enough (I wouldn't do anything to you, but I also wouldn't recommend trusting strangers on the internet without good reason), you could use this repo for yourself by taking the following steps:
Add the following to your
/etc/pacman.conf
file:[kana]
Server = https://kanasteimle.net/arch/repoDownload my PGP key:
# pacman-key --recv-key kana@kanasteimle.netVerify that you have the right PGP key. The output (particularly the second line) should match this:
$ pacman-key --finger kana@kanasteimle.net
pub ed25519 2025-01-27 [SC] [expires: 2028-01-27]
CC88 F617 B887 F83D 2985 38F8 3B0A B9FF 073F 1F18
uid [ unknown] Kana Steimle <kana@kanasteimle.net>
sub cv25519 2025-01-27 [E] [expires: 2028-01-27]Locally sign the key to mark it as trusted:
# pacman-key --lsign-key kana@kanasteimle.netSynchronize the repository as you usually would:
# pacman -Syu