pkgs.dwmud.FYI

Package repository for the Discworld MUD community — currently home to Luggage, Carlos's Discworld MUD client. Run by dwmud.FYI.

Debian / Ubuntu (apt)

sudo curl -fsSL https://pkgs.dwmud.fyi/key.asc -o /etc/apt/keyrings/dwmud.asc
echo "deb [signed-by=/etc/apt/keyrings/dwmud.asc] https://pkgs.dwmud.fyi/apt stable main" | sudo tee /etc/apt/sources.list.d/dwmud.list
sudo apt update
sudo apt install luggage

Fedora / RHEL-family (dnf)

sudo curl -fsSL https://pkgs.dwmud.fyi/rpm/dwmud.repo -o /etc/yum.repos.d/dwmud.repo
sudo dnf install luggage

The rpm repo is live but waiting on its first package — configure it now and dnf picks Luggage up the moment it lands.

Arch Linux (pacman)

curl -fsSL https://pkgs.dwmud.fyi/key.asc | sudo pacman-key --add -
sudo pacman-key --lsign-key 1D19FE3C95B59712

# append to /etc/pacman.conf:
[dwmud]
SigLevel = PackageNever DatabaseRequired
Server = https://pkgs.dwmud.fyi/arch

sudo pacman -Sy luggage-desktop

Prefer the AUR? The same package is published as luggage-desktopyay -S luggage-desktop builds it from upstream's artifact directly. Repo packages are repackaged from upstream's release artifacts; the signed database's checksums cover package integrity.

Signing

Repository metadata is signed with dwmud.FYI Package Repository <pkgs@dwmud.fyi> (1D19FE3C95B59712). Package files are upstream's, byte for byte — the signed metadata's checksums cover their integrity.

Browse: /apt/ · /rpm/