Here are the steps to be taken in order to uninstall AXIGEN under Slackware:
- Remove the AXIGEN Slackware TGZ package
In order to remove the AXIGEN package and its related files and directories issue the following commands, while logged in as root:
First, stop the AXIGEN daemon:
/etc/rc.d/rc.axigen stopThen remove AXIGEN package:
removepkg axigen-version-i386For instance, to remove AXIGEN version 6.1.0, the corresponding command will be:
removepkg axigen-6.1.0-i386
- Optional: Remove the rest of the files/directories
The command at Step 1 does not automatically remove the files that were modified after the installation (such as configuration files), non-empty directories and other files or folders that were not created as a result of the installation. All the files and/or directories that are contained in the following locations must be deleted manually:
/etc/opt/axigen/
/var/opt/axigen/
/opt/axigen/ Also, you can remove the following line from the
/etc/rc.d/rc.local:
[ -x /etc/rc.d/rc.axigen ] && /etc/rc.d/rc.axigen start