Last active
December 6, 2022 16:45
-
-
Save uzantonomon/5a80292c9f2a8fcf88476ec2787ee13e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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/
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
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
pritunl | 2.9 kB 00:00:00
No package pritunl-client-gtk available.
Error: Nothing to do
========================
Is the package name different maybe>?