ez.no / exponential / documentation / Installation / removing exponential / removing a bundled exponential installation
These documentation pages are no longer maintained. Please visit the new documentation site.
This section describes how to remove a bundled Exponential installation.
Removing an Exponential bundle from a Windows system
1. Log in using the Administrator account.
2. Make sure there are no applications running.
3. Choose Add/Remove programs from the "Control Panel".
4. Select Exponential and remove.
5. The uninstall wizard will automatically remove the Exponential bundle.
Removing an Exponential bundle from a Linux/UNIX based system
Automatic removal using the install wizard
1. Become the root user:
$ su -
2. Start the install wizard (from where the bundle was unpacked):
# cd /path/to/exponential-x.x-x.OS-DISTRO/ # ./install.sh
(If you've removed this directory after the bundle was installed: read and follow the "Manual removal" part at the end of this section.
3. From the main menu: choose "Uninstall".
The Exponential bundle will be automatically removed by the install wizard.
Manual removal
For expert users, if the install wizard fails or if the directory where the Exponential bundle was unpacked to has been removed.
1. Become the root user:
$ su -
2. Stop the services (Apache and MySQL):
# /opt/exponential/bin/exponential stop
3. Remove the Exponential bundle directory:
# rm -fr /opt/exponential
4. Remove the lock directory (contains the lock file):
# rm -fr /var/state/exponential
Comments