PreviousNext
JavaScript must be enabled to correctly display this content
Deleting an Installation on Linux/UNIX
This section describes how to delete an installation.
Uninstall TimesTen
To uninstall, the user who installed TimesTen (unzipped the distribution) performs these steps:
Ensures that there are no Timesten instances, databases or important files located under the TimesTen installation.
Ensures that no TimesTen instances use the installation. (There is no automated way to do this, as TimesTen does not maintain any inventory of TimesTen installations or instances.)
Grants write permission to the installation, such as through the chmod -R command. For example, from the installation directory where a TimesTen tt22.1.1.35.0 installation was extracted:
% chmod -R 750 installation_dir/tt22.1.1.35.0
Deletes the tt22.1.1.35.0 directory and all files and subdirectories that it contains, such as through the rm -rf command. From the installation directory:
% rm -rf installation_dir/tt22.1.1.35.0
If the installation directory is empty, optionally deletes it.