Page 1 of 1

NordVPN Mageia9

PostPosted: Dec 30th, '22, 13:16
by michal88
Hi I have a problem with NordVPN on mageia9 follow the instructions https://nordvpn.com/download/linux/
But the package is missing

Code: Select all
 [root@localhost michal]# sh <(curl -sSf https://downloads.nordcdn.com/apps/linux/install.sh)
/usr/bin/yum
/usr/bin/dnf
Adding a repository from: https://repo.nordvpn.com//yum/nordvpn/centos/x86_64
created by dnf config-manager from https://repo 2.4 kB/s | 2.6 kB 00:01   
Metadata validity last checked: 0:00:01 ago on Wed, 29 Dec 2022 08:59:28.
Error:
 Problem: conflicting requests
  - nothing is providing libidn2 required by nordvpn-3.14.0-1.x86_64
  - nothing is providing the libidn2 required by nordvpn-3.13.0-1.x86_64
  - nothing provides the libidn2 required by nordvpn-3.14.1-1.x86_64
  - nothing provides the libidn2 required by nordvpn-3.14.2-1.x86_64
  - nothing provides the libidn2 required by nordvpn-3.15.1-1.x86_64
  - nothing provides the libidn2 required by nordvpn-3.15.0-1.x86_64
  - nothing provides the libidn2 required by nordvpn-3.15.2-1.x86_64
(adding "--skip-broken" will skip packages that cannot be installed)
[root@localhost michal]# urpmi libidn2
Package named libidn2 is missing

Re: NordVPN Mageia9

PostPosted: Dec 30th, '22, 17:39
by magic
Hi and welcome,

I suspect 'lib64idn2_0' (or 'libidn2_0' for i586) provides the required library.

The software does, or at least did, run okay. Installation...was less fun when I tested it a couple of years ago.

Re: NordVPN Mageia9

PostPosted: Dec 30th, '22, 17:47
by doktor5000
FWIW, there's no Mageia 9 yet, you seem to be running cauldron.

You should be able to install nordvpn via
Code: Select all
urpmi --allow-nodeps https://repo.nordvpn.com/yum/nordvpn/centos/x86_64/Packages/n/nordvpn-3.15.3-1.x86_64.rpm

dnf doesn't have an option to continue without installing some required packages, but you still need to make sure to install the required libraries/packages.