Become root.
Remove an application with the soldelapp command.
# /usr/snadm/bin/soldelapp \
-r /etc/.solstice_registry \
-n "Tool Name"
|
In this command,
|
/usr/snadm/bin/soldelapp |
Is the Solstice command for removing applications from the local registry file. |
|
-r /etc/.solstice_registry |
Specifies the path name of the Solstice local registry file. |
|
-n "Tool Name" |
Specifies the name of the tool to be removed. |
The following example uses the soldelapp command to remove an application called Mail Manager.
# /usr/snadm/bin/soldelapp \
-r /etc/.solstice_registry \
-n "Mail Manager"
|