Qar package repository
This host serves the .deb and .rpm packages for
Qar. You are meant to point a package manager
at it rather than browse it, but here is how.
If you just want Qar installed, this is all one command:
curl -fsSL https://get.qar.lol | sudo bash
Debian, Ubuntu
curl -fsSL https://repo.qar.lol/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/qar.gpg echo "deb [signed-by=/usr/share/keyrings/qar.gpg] https://repo.qar.lol/deb stable main" \ | sudo tee /etc/apt/sources.list.d/qar.list sudo apt update && sudo apt install qar
Fedora, RHEL, Rocky, Alma
sudo rpm --import https://repo.qar.lol/KEY.gpg sudo curl -fsSL -o /etc/yum.repos.d/qar.repo https://repo.qar.lol/qar.repo sudo dnf install qar
The signing key
Every index here is signed. Before trusting it, check that the key you
imported is the one below — run
gpg --show-keys https://repo.qar.lol/KEY.gpg and compare:
7FF3 CDE2 4C9D 210E CD48 3ECD 887F 8939 EED4 2A93