-
Notifications
You must be signed in to change notification settings - Fork 0
Debian
Ronny Esterluss edited this page Apr 1, 2026
·
7 revisions
- download latest
gnosisvpn_<version>_amd64.debpackage from releases - move the debian package to
/tmpfolder to follow ease apt access - then run the installation procedure
- in a terminal these steps look as follows:
# assuming download to default location, move to tmp, replace <version> and <arch> placeholders
$ cp ~/Downloads/gnosisvpn_<version>_<arch>.deb /tmp/
# run installation procedure including dependency resolution
$ sudo apt install /tmp/gnosisvpn_<version>_<arch>.debThis step is mandatory when installing a newer version of Gnosis VPN. The older version should be first uninstalled.
- in a terminal run
sudo apt remove gnosisvpn
- in a terminal run
sudo systemctl restart gnosisvpn.service