Re-installing NordLayer on Linux (RHEL)
- 1 Minute to read
Re-installing NordLayer on Linux (RHEL)
- 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
Note
This article is valid only for Linux versions up to 3.3.3. For newer Linux versions, please refer to this guide.
To uninstall NordLayer
sudo yum remove 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 yum install ./nordlayer-latest-1.0.0-noarch.rpm
- Update your package lists:
sudo yum makecache
- Install the application from your package manager:
sudo yum 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 'sudo 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?