APT repository for lolcat++ — a C++ port of lolcat https://lolcatpp.github.io/apt/
Find a file
2026-05-07 14:33:55 +02:00
conf add arm64 architecture support 2026-05-07 12:13:45 +02:00
dists Update packages to 2.5.5 2026-05-07 12:04:16 +00:00
pool/main/l/lolcat++ Update packages to 2.5.5 2026-05-07 12:04:16 +00:00
.gitignore Initial APT repo scaffold 2026-05-07 10:28:16 +02:00
pubkey.gpg remove orphan pubkey from pubkey.gpg 2026-05-07 14:21:27 +02:00
README.md Update supported distributions table format 2026-05-07 14:33:55 +02:00

lolcat++ APT Repository

APT repository for lolcat++ — a C++ port of lolcat.

Hosted via GitHub Pages at https://lolcatpp.github.io/apt/.

Supported distributions

Family Versions Architectures
Debian 13 (Trixie) amd64, arm64
Ubuntu 24.04 LTS (Noble), 25.04 (Plucky) amd64, arm64
Mint LMDE 7 / 22 / 22.1 / 22.2 / 22.3 amd64, arm64

Installing

Pick the codename matching your distribution and run:

sudo install -d /etc/apt/keyrings
. /etc/os-release && \
    CODENAME="${UBUNTU_CODENAME:-$VERSION_CODENAME}" && \
    echo "deb [arch=amd64,arm64 signed-by=/etc/apt/keyrings/lolcatpp.asc] https://lolcatpp.github.io/apt $CODENAME main" \
    | sudo tee /etc/apt/sources.list.d/lolcatpp.list

curl -fsSL https://lolcatpp.github.io/apt/pubkey.gpg | sudo tee /etc/apt/keyrings/lolcatpp.asc > /dev/null

sudo apt update
sudo apt install lolcat++

How packages get here

Packages are built and published automatically by the release workflow in the main repository when a new tag is pushed. Each supported distribution gets its own .deb built in a matching container, then reprepro adds it to the corresponding suite in this repository.

The repository indexes are signed with the GPG key in pubkey.gpg.