Regarding Installation pritunl on Almalinux 9

Hello Team,

I have try to install pritunl on Almalinux 9, but installation failed,

I have follow the bellow instruction.

echo “[pritunl]
name=Pritunl Repository
baseurl=Index of /stable/yum/almalinux/9/
gpgcheck=1
enabled=1” >/etc/yum.repos.d/pritunl.repo

echo "[mongodb-org-5.0]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/8/mongodb-org/5.0/x86_64/
gpgcheck=yes

enabled=yes
gpgkey=https://www.mongodb.org/static/pgp/server-5.0.asc
" >/etc/yum.repos.d/mongodb-org-5.0.repo

yum update -y
yum -y install epel-release

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys
7568D9BB55FF9E5287D586017AE645C0CF8E292A >/dev/null 2>&1 & spinner $!

gpg --armor --export 7568D9BB55FF9E5287D586017AE645C0CF8E292A >
key.tmp; sudo rpm --import key.tmp; rm -f key.tmp >/dev/null 2>&1 &
spinner $!

yum -y install pritunl mongodb-org

Output:

Pritunl Repository 151 kB/s | 324 kB 00:02
Last metadata expiration check: 0:00:02 ago on Thu 16 Feb 2023 04:27:24 PM +08.
No match for argument: pritunl
Error: Unable to find a match: pritunl

Thank You

1 Like

Neither Pritunl or MongoDB is available for RHEL 9 distributions. Only Pritunl Zero and Pritunl Cloud are currently available on RHEL 9, these are not VPN products.

1 Like

Hello,
The repo available Index of /stable/yum/almalinux/9/
But unable to install on almalinux 9.
Please let me know how can i install on almalinux 9.

Thank You

There are other packages in the AlmaLinux 9 repository but Pritunl is built for AlmaLinux 9.

Yes, I have tried for almalinux 9 but the installation failed
Please can you share the steps to install piritunl on almalinux.

Thanks