pkgs.dwmud.FYI

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

Requirements

Luggage's binary needs glibc 2.39 or newer. It runs on Ubuntu 24.04+, Debian 13+, Fedora 40+, and rolling distros like Arch. On anything older (Ubuntu 22.04, Debian 12, Fedora 39, RHEL/Rocky/Alma 9) apt and dnf refuse to install it with a dependency error — the binary would otherwise only fail at launch with GLIBC_2.39 not found. Upgrade the OS, or run Luggage in a distrobox container built from a newer image.

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

Needs Fedora 40+ (glibc 2.39). On RHEL/Rocky/Alma 9 or Fedora 39 the install is refused — see Requirements above.

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/