snx-rs package repository

Latest published release: v6.0.3. Only the default (non-webkit) builds are published here. The -webkit variant remains available as a direct download from the Releases page.

Fedora / RHEL (dnf)

sudo rpm --import https://ancwrd1.github.io/snx-rs/KEY.gpg
sudo curl -fsSL -o /etc/yum.repos.d/snx-rs.repo https://ancwrd1.github.io/snx-rs/snx-rs.repo
sudo dnf install snx-rs

openSUSE (zypper)

sudo rpm --import https://ancwrd1.github.io/snx-rs/KEY.gpg
sudo zypper addrepo --refresh https://ancwrd1.github.io/snx-rs/snx-rs.repo
sudo zypper install snx-rs

Debian / Ubuntu (apt)

sudo curl -fsSL -o /etc/apt/sources.list.d/snx-rs.sources \
  https://ancwrd1.github.io/snx-rs/snx-rs.sources
sudo apt update
sudo apt install snx-rs

Signing key