Skip to content

Tested OS & Packages

Paolo Stivanin edited this page Mar 22, 2024 · 34 revisions

Every pull request and every commit to master is tested (= check that OTPClient can be compiled) on the following systems:

  • Ubuntu 24.04
  • Ubuntu rolling
  • Fedora latest stable
  • OpenSUSE Leap (my current distro)
  • OpenSUSE Tumbleweed (my current distro)
  • Arch Linux
  • Debian latest stable

Packages

Personally, I prefer to spend time on development rather than packaging for the myriads of systems out there. If you want to maintain the package for your favourite/daily driver distro(s), feel free to drop me an email or open an issue, so that I can update this page accordingly :)

Distro Link
Archlinux https://aur.archlinux.org/packages/otpclient
Gentoo linux https://github.com/mPolr/overlay
Debian stable, testing and unstable part of the official repo 🎉
Ubuntu LTS (>= 20.04) OTPClient PPA
Ubuntu >= 20.10 part of the official repo 🎉
OpenSUSE Leap <= 15.5 https://build.opensuse.org/project/show/home:polslinux:otpclient
OpenSUSE Tumbleweed part of the official repo 🎉
NixOS >= 21.11 and unstable part of the official repo 🎉
Fedora >= 37 https://build.opensuse.org/project/show/home:polslinux:otpclient
Void part of the official repo 🎉

🗒️ Note for Fedora users: even though the repo is hosted on opensuse.org, the packages are built on Fedora. You can add the repo with, for example:

sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/polslinux:/otpclient/Fedora_39/
sudo rpm --import https://download.opensuse.org/repositories/home:/polslinux:/otpclient/Fedora_39/repodata/repomd.xml.key

Pay attention at the version number at the end of the URL though.

🗒️ Note for Ubuntu users: if you are using an LTS release, I suggest you use the above PPA, so you'll get every update that comes out. For non-LTS users, you can find OTPClient in the official repo, but you won't get any update.

Clone this wiki locally