Source installation
- Backup the original software repository and execute the following command:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
- Add Natural SPL download source in the software repository file and execute the following command:
sudo sh -c 'echo "deb [trusted=yes] http://www.raqsoft.com/raqnspl/update/debian/ /" >> /etc/apt/sources.list'
- Update software repository and execute the following command:
sudo apt-get update
- Install command:
sudo apt-get install nspl
- Uninstall command:
sudo apt-get remove nspl
Note: If it isn't the first time to install Natural SPL deb package under the current system environment through the sofware repository, just skip step 1 and step 2.
deb installation
- Download deb installation package and execute the following command:
wget http://www.raqsoft.com/raqnspl/update/debian/NaturalSPL-20260608-amd64.deb
- Install deb and execute the following command under the directory where deb files are installed:
sudo dpkg -i NaturalSPL-20260608-amd64.deb
- Uninstall command:
sudo dpkg -r nspl