Re-installing NordLayer on Linux (Debian)
- 1 Minute to read
Re-installing NordLayer on Linux (Debian)
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can get the GPG keys for confirmation at https://downloads.nordlayer.com/linux/gpg
To uninstall NordLayer
sudo apt-get purge nordlayer
sudo rm -rf /var/lib/nordlayer
To start the whole installation anew
- Download the NordLayer repository package. In Terminal, go to the directory where you have downloaded the package and run this command:
sudo apt-get install ./nordlayer-latest_1.0.0_all.deb
- Update your package lists:
sudo apt-get update
- Install the application from your package manager:
sudo apt-get install nordlayer
- Add your user to the application group (the application runs on its own system user and group, so only members of the group have permission to use it)
sudo usermod -a -G nordlayer $(whoami)
Note: that this change will only take effect at the next login, so log in again or reboot.
- Once that is done, please try logging in by using a command 'nordlayer login'
Note: In case you have any questions or are experiencing any issues, please feel free to contact our 24/7 customer support team.
Was this article helpful?