Sun Java Enterprise System 2005Q4 Installation Guide for UNIX

Uninstall Command

The Java ES uninstall command has the following format:


uninstall [option]...

The following table describes the options for the uninstall command.

Table B–2 Java ES Uninstall Command-line Options

Option 

Description 

-help

Defines command line options for the uninstaller. 

-id

Prints a state file ID to the screen. 

-no

Runs the uninstaller without removing software. 

-noconsole

Starts the uninstaller in silent mode, suppressing the graphical interface. Use this option with the -state option to run the uninstaller in silent mode.

-nodisplay

Starts the uninstaller in text-based mode (does not launch the graphical interface). 

-saveState [statefile ]

Instructs the uninstaller to generate a state file at the location specified by statefile. State files are used when performing a silent uninstallation.

If the specified file does not exist, the command creates it. 

If you omit the statefile value, the uninstaller writes to the default file, statefile.out.

You can specify the same state file in subsequent uninstallation sessions. After the first session, n is appended to the file name, where n is an integer that is incremented for each session, beginning with zero (0).

-state statefile

Uses the specified state file to provide input for silent uninstallation. Use this option with the -noconsole option for starting silent uninstallation.

Examples

After installation, the Java ES installer places the uninstaller here:

To run the uninstaller in graphical mode from within the uninstaller directory:


./uninstall

To run the uninstaller in text-based mode:


./uninstall -nodisplay

To run the graphical uninstaller without removing software:


./uninstall -no

To create a state file without removing software:

To create an uninstaller state file while uninstalling software:


./uninstall [-nodisplay] -saveState myUninstallStatefile

To run the uninstaller in silent mode:


./uninstall -nodisplay -noconsole -state myUninstallStatefile