3.7.4 Uninstall Oracle R Distribution on IBM AIX

Instructions for uninstalling Oracle R Distribution on Oracle R Distribution on IBM AIX.

To uninstall Oracle R Distribution on IBM AIX, follow the instructions in the readme on the Oracle R Distribution downloads page on the Oracle Technology Network.

Example 3-4 AIX Scripts for Uninstalling Oracle R Distribution

Run uninstall.sh as root to uninstall the filesets in Oracle R Distribution:

In the following command, installation_path is the location in which Oracle R Distribution is installed and rte_package_name is the Oracle R Distribution fileset to uninstall.

$ sudo ./uninstall.sh rte_package_name installation_path

The path /opt/R is used if you do not specify an installation path.

The options for rte_package_name are:

Option Description

ORD

Uninstall all of the filesets in Oracle R Distribution.

ORD.core

Uninstalls only the ORE.core fileset.

ORD.devel

Uninstall only the ORE.devel fileset.

The following command uninstalls all of the filesets using the specified path:

$ sudo ./uninstall.sh ORD /opt/R/3_3

The following commands uninstall the ORD.core and ORE.devel filesets:

$ sudo ./install.sh ORD.core
$ sudo ./install.sh ORD.devel