Skip to content

Instantly share code, notes, and snippets.

@uzantonomon
Last active December 6, 2022 16:45
Show Gist options
  • Save uzantonomon/5a80292c9f2a8fcf88476ec2787ee13e to your computer and use it in GitHub Desktop.
Save uzantonomon/5a80292c9f2a8fcf88476ec2787ee13e to your computer and use it in GitHub Desktop.
sudo tee -a /etc/yum.repos.d/pritunl.repo << EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/centos/7/
gpgcheck=1
enabled=1
EOF
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 7568D9BB55FF9E5287D586017AE645C0CF8E292A
gpg --armor --export 7568D9BB55FF9E5287D586017AE645C0CF8E292A > key.tmp; sudo rpm --import key.tmp; rm -f key.tmp
sudo yum install pritunl-client-gtk
@mlevy5722
Copy link

It doe snot like this package exist:

Here is the trace and error message at the end:

========================
[root@d2-4-bhs3 vpn]# yum install pritunl-client-gtk
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

  • base: mirror.xenyth.net
  • epel: epel.mirror.constant.com
  • extras: mirror.xenyth.net
  • updates: mirror.xenyth.net
    pritunl | 2.9 kB 00:00:00
    No package pritunl-client-gtk available.
    Error: Nothing to do
    ========================

Is the package name different maybe>?

@uzantonomon
Copy link
Author

Hi. This gist has a few years, they probably changed the package name. Try with pritunl-client.

You can check the available files here: http://repo.pritunl.com/stable/yum/centos/7/

@mlevy5722
Copy link

Yes that worked. Thank you very much for the reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment