How can we help you?

Topics

Temporary failure resolving repo.nordvpn.com

When setting up NordVPN on Linux, you may come across the following issue:

Failed to fetch https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.7.4_amd64.deb. Temporary failure resolving 'repo.nordvpn.com

Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

image.png

In order to resolve this problem, individually type in the commands below, pressing enter after each one.

  • sudo -i
  • cd /etc/apt/sources.list.d
  • echo "deb https://repo.nordvpn.com/deb/nordvpn/debian stable main" > nordvpn.list
  • sudo apt-get update
  • sudo apt-get install nordvpn

In case you're still unable to set up NordVPN, please make sure to contact our support team.

Was this article helpful?
Thanks!