- Joined
- Mar 30, 2023
So after thinking I'd be spending a weekend learning how to do metapackages and slowly trying to figure out how to get xlibre working on Debian 13, turns out someone else already did that and made a repository of precompiled binaries. Just Debian 13 so far, but if the requirements for Ubuntu 25.04 are known it might be available there too.
well never mind then. it was as easy as running the bash code block and rebooting.
Bash:sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings curl -fsSL https://xlibre-deb.github.io/key.asc | sudo tee /etc/apt/keyrings/xlibre-deb.asc sudo chmod a+r /etc/apt/keyrings/xlibre-deb.asc cat <<EOF | sudo tee /etc/apt/sources.list.d/xlibre-deb.sources Types: deb deb-src URIs: https://xlibre-deb.github.io/debian/ Suites: $(. /etc/os-release && echo "$VERSION_CODENAME") Components: main Architectures: $(dpkg --print-architecture) Signed-By: /etc/apt/keyrings/xlibre-deb.asc EOF sudo apt-get update sudo apt-get install -y xlibre
works perfectly in a VM, aside from the curser being squished and some icons not showing up properly
i created a new thread dedicated to the ordeal of me trying to figure out what the fuck i was doing and it turns out someone else did actually get around to doing it.