Removing the TRIUMF-SWDIST Repo
In January 2022, IS&T created a package repository called triumf-swdist for
each Linux distribution with which the Ivanti (Pulse) VPN-client is
compatable.
As of April 2025, IS&T will no longer add new versions of the Ivanti VPN-client to these repositories and recommends that you remove their definition from your system.
The latest version of the Ivanti VPN-client is available for download
and manual installation/update. See:
Installing Ivanti VPN-Client for Linux
Removing TRIUMF-SWDIST from RPM-based distributions
$ sudo dnf remove triumf-swdist
Removing TRIUMF-SWDIST from Debian-based distributions
If you followed TRIUMF's instructions for adding this repo, then you can remove it with:
$ sudo rm -f /etc/apt/sources.list.d/triumf-{sw,pulse}.list
$ sudo rm -f /etc/apt/apt.conf.d/99-triumf-pulse
$ sudo apt-get update