Source installation
- Open a terminal, switch to root user and execute the following command:
su root
- Create repo_nspl.repo under directory /etc/yum.repos.d, add the following content, and execute the commands:
cat > /etc/yum.repos.d/repo_nspl.repo<< EOF [repo_nspl] name=repo for nspl baseurl=http://www.raqsoft.com/raqnspl/update/x86_64/rpm/ enabled=1 gpgcheck=0 EOF
Suse Linux commands:cat > /etc/zypp/repos.d/repo_nspl.repo<< EOF [repo_nspl] name=repo for nspl baseurl=http://www.raqsoft.com/raqnspl/update/x86_64/rpm/ enabled=1 gpgcheck=0 EOF
- Software repository update command:
yum update
Suse Linux commands:zypper refresh
- Install command:
yum install nspl
Suse Linux commands:zypper install nspl
- Uninstall command:
yum remove nspl
Suse Linux commands:zypper remove nspl
Install rpm
- Download rpm to the local and execute the following command:
wget http://www.raqsoft.com/raqnspl/update/x86_64/rpm/NaturalSPL-20260608.x86_64.rpm
- Install rpm and execute the following command under directory where rpm files are installed:
rpm -ivh NaturalSPL-20260608.x86_64.rpm
- Uninstall command:
rpm -e nspl
Tips:When dependency-related problems present during the process of source installation, just ignore them if you can choose. If the problem affects the installation, you can solve it through adjusting the rpm parameters. For example:
rpm -ivh NaturalSPL-20260608.x86_64.rpm --nodeps --force