Cannot install pritunl-link due to conflicts

Hi,
I am evaluating pritunl but have hit the following installation issue on both centos 7 and Oracle 8.5.
I intend to run pritunl behind an Edgeos router (ER6P). My test pritunl server is on Oracle Linux Server 8.5.
The web server is up and running .
When I try to run the following command I get the conflicts as shown at the bottom of this message.

[root@localhost ComTel]# sudo yum -y install pritunl-link

Last metadata expiration check: 0:03:54 ago on Wed 04 May 2022 08:14:05 AM AEST.
Dependencies resolved.

Package Architecture Version Repository Size

Installing:
pritunl-link x86_64 1.0.2332.77-1.el7.centos pritunl 4.8 M
Installing dependencies:
compat-openssl10 x86_64 1:1.0.2o-3.el8 ol8_appstream 1.1 M
make x86_64 1:4.2.1-10.el8 ol8_baseos_latest 498 k
pritunl-strongswan x86_64 5.9.3-1.el7.centos pritunl 6.5 M
python2 x86_64 2.7.18-7.0.1.module+el8.5.0+20361+8a9d3d27 ol8_appstream 110 k
python2-libs x86_64 2.7.18-7.0.1.module+el8.5.0+20361+8a9d3d27 ol8_appstream 6.0 M
python2-pip-wheel noarch 9.0.3-18.module+el8.3.0+7833+4aaf98ce ol8_appstream 1.0 M
python2-setuptools-wheel noarch 39.0.1-13.module+el8.4.0+20050+79c7b4ee ol8_appstream 287 k
Enabling module streams:
python27 2.7

Transaction Summary

Install 8 Packages

Total download size: 20 M
Installed size: 74 M
Downloading Packages:
(1/8): python2-2.7.18-7.0.1.module+el8.5.0+20361+8a9d3d27.x86_64.rpm 1.2 MB/s | 110 kB 00:00
(2/8): make-4.2.1-10.el8.x86_64.rpm 4.7 MB/s | 498 kB 00:00
(3/8): python2-pip-wheel-9.0.3-18.module+el8.3.0+7833+4aaf98ce.noarch.rpm 6.5 MB/s | 1.0 MB 00:00
(4/8): compat-openssl10-1.0.2o-3.el8.x86_64.rpm 2.5 MB/s | 1.1 MB 00:00
(5/8): python2-setuptools-wheel-39.0.1-13.module+el8.4.0+20050+79c7b4ee.noarch.rpm 1.0 MB/s | 287 kB 00:00
(6/8): python2-libs-2.7.18-7.0.1.module+el8.5.0+20361+8a9d3d27.x86_64.rpm 7.7 MB/s | 6.0 MB 00:00
(7/8): pritunl-strongswan-5.9.3-1.el7.centos.x86_64.rpm 3.1 MB/s | 6.5 MB 00:02
(8/8): pritunl-link-1.0.2332.77-1.el7.centos.x86_64.rpm 1.5 MB/s | 4.8 MB 00:03

Total 5.4 MB/s | 20 MB 00:03
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing ‘yum clean packages’.
Error: Transaction test error:
file /etc/ipsec.conf from install of pritunl-strongswan-5.9.3-1.el7.centos.x86_64 conflicts with file from package libreswan-4.4-4.0.1.el8_5.x86_64
file /etc/ipsec.secrets from install of pritunl-strongswan-5.9.3-1.el7.centos.x86_64 conflicts with file from package libreswan-4.4-4.0.1.el8_5.x86_64
file /usr/share/man/man5/ipsec.conf.5.gz from install of pritunl-strongswan-5.9.3-1.el7.centos.x86_64 conflicts with file from package libreswan-4.4-4.0.1.el8_5.x86_64
file /usr/share/man/man5/ipsec.secrets.5.gz from install of pritunl-strongswan-5.9.3-1.el7.centos.x86_64 conflicts with file from package libreswan-4.4-4.0.1.el8_5.x86_64
file /usr/share/man/man8/ipsec.8.gz from install of pritunl-strongswan-5.9.3-1.el7.centos.x86_64 conflicts with file from package libreswan-4.4-4.0.1.el8_5.x86_64

Can anyone assist. I am probably doing something wrong bout cannot see it!
Regards

You need to remove the existing strongswan and libreswan packages. The Pritunl repository has a newer build of strongswan that is consistent across all distributions and tested with pritunl-link.

Hi Zach,
Thank you very much for your very quick response.
Your suggestion worked perfectly, thank you.
Regards