how to install kerio-vpn in centos7 ?

Issues related to configuring your network
Post Reply
m4hdi
Posts: 37
Joined: 2014/09/04 08:33:05
Location: Iran
Contact:

how to install kerio-vpn in centos7 ?

Post by m4hdi » 2014/11/16 18:44:37

hello guys , good time

i want install kerio vpn connection on centos 7 , but i can't find install file in .rpm format !
i have kerio vpn-connect debian pakage, and i used alien for convert deb to rpm , but i can't install rpm in centos ! (many errors)

can any body help me how can i install kerio vpn-connect in centos 7 ?

kerio website :
kerio.com

thanks.

zeusys
Posts: 4
Joined: 2013/12/07 09:50:22

Re: how to install kerio-vpn in centos7 ?

Post by zeusys » 2014/11/20 15:02:38

You can convert .deb file using alien command.Run this command as root user .

Code: Select all

# alien --to-rpm --scripts kerio-control-vpnclient-8.3.4-2461-linux.deb

This command will build a rpm file.You can install it on CentOS.I strongly recommend that your CentOS system have access to internet.Because kerio-control-vpnclient requires many dependencies.
Install it using this command :

Code: Select all

# yum localinstall kerio-control-vpnclient-8.3.4-2461-linux.rpm
Cheers

Post Reply