Xlibre installed successfully for me on Linux Mint; no bugs, my vidya plays perfectly thus far, and I have no complaints as of now. Minor change I would advise if anyone's on 22.1: make sure you modify
Code:
cat <<EOF | sudo tee /etc/apt/sources.list.d/xlibre-deb.sources
Types: deb deb-src
URIs: https://xlibre-deb.github.io/ubuntu/
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/xlibre-deb.asc
EOF
to the below
Code:
cat <<EOF | sudo tee /etc/apt/sources.list.d/xlibre-deb.sources
Types: deb deb-src
URIs: https://xlibre-deb.github.io/ubuntu/
Suites: noble
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/xlibre-deb.asc
EOF
If you blindly copy/paste the instructions from GitHub on Linux Mint 22.1, you'll have it say "xia" and then apt will tell you "oi m8, not gonna work, wrong version flag."