This article helps with steps to install the latest NetExtender version in a Linux Operating System by Terminal.
To install the latest NetExtender version on your Linux Operating System:


$ sudo –i# cd /tmp/# wget https://software.sonicwall.com/NetExtender/NetExtender.Linux-10.2.850.x86_64.tgz
NOTE: The link copied will bring the latest version of the NetExtender Client available.
Once the NetExtender client is downloaded, run the 'ls' command, the NetExtender TGZ file will be in the TMP directory. Next, you need to unzip the file through the TAR command, as below:

Unzip the file:
# tar -zxvf NetExtender.Linux-10.2.850.x86_64.tgz
The netExtenderClient directory will show up on TMP directory, as shown below:

If the NetExtender installation fails due to pppd error (Point-to-point Daemom) you will have to install it before continuing. To do that, run the following command:
# apt install pptpd –y (Ubuntu, Fedora, Debian)
# yum install pptpd –y (CentOS)
NOTE: Those command should be ran by the root user, otherwise, include “sudo” in front.
# cd netExtenderClient/Install NetExtender:
# ./install
# cp -a /tmp/netExtenderClient/ /opt/netExtenderDir/
NOTE:The destination directory is just an example.
Accessing NetExtender:
$ netExtender (if you’re not root user)
# netExtender (if you’re root user)