NordLayer installation on Ubuntu

1) Create a directory for downloading the NordLayer repository package using the below command

mkdir ~/Downloads/NordLayerPkg

2) Navigate into the newly created directory

cd ~/Downloads/NordLayerPkg

3) Download the package from the directory using the below command

wget "https://downloads.nordlayer.com/linux/latest/nordlayer-latest_1.0.0_all.deb"

4) Install the repository package

sudo apt-get install ./nordlayer-latest_1.0.0_all.deb

5) Update your package lists

sudo apt-get update

6) Install NordLayer

sudo apt-get install nordlayer

7) Add your user to the application group by giving the command as seen below

sudo usermod -a -G nordlayer $(whoami)

8) Once all the above steps are completed you can try login to NordLayer using the below command

nordlayer login