Installing NextivaONE for Linux

Once installed, you can log in and get started. For more information on how to use NextivaONE, click here

 

Installing NextivaONE via CLI

Requirements

Python3 is required for downloading and installing the NextivaONE desktop application.

1. Download linux-install.py using the following command: 

wget https://storage.googleapis.com/nextivawebsites-misc/nextivaone/linux-install.py

2. From the same folder where linux-install.py is downloaded, enter the following command to install the latest version NextivaONE. 

chmod u+x ./linux-install.py
./linux-install.py

To install a specific version of the app, enter the following command: 

./linux-install.py --version 1.11.6

3. Once installed, you can log in and get started. For more information on how to use NextivaONE, click here

Uninstalling NextivaONE

1. Download linux-uninstall.py using following command

wget https://storage.googleapis.com/nextivawebsites-misc/nextivaone/linux-uninstall.py

2. From the same folder where linux-uninstall.py is downloaded, enter the following command to uninstall NextivaONE. 

chmod u+x ./linux-uninstall.py
./linux-uninstall.py

To uninstall a specific version of the app, enter the following command: 

./linux-uninstall.py --version 1.11.6

Need additional help? Click here.

Was this article helpful?