This command is used to remove components from a container manager.
After uninstallation, the component disappears from the
container manager's list, and the relevant classes are deleted
from the appropriate location on disk. Run the uninstall
command specifying a component to be uninstalled. If the
-f option is present, the install service will be directed to
force the uninstall.
|
Syntax: uninstall [-f] <path>
|
Example:
Openwings@root/platform name 1/> ls
COMPONENTS:
HelloWorldServiceSync_im-0.1
...
Openwings@root/platform name 1/> uninstall HelloWorldServiceSync_im-0.1
HelloWorldServiceSync_im-0.1 was
uninstalled.
Openwings@root/platform name 1/> ls
COMPONENTS:
...
Mass Uninstall
Openwings allows you to uninstall multiple components at once.
Simply list the components after the uninstall command, and Install
Service will uninstall each component automatically. An example
is shown below. Here HelloWorldServiceSync_im and HelloWorldProvider_im
are being uninstalled using one uninstall command (typed all in
one line):
Openwings@root/platform name 1/> uninstall
HelloWorldServiceSync_im-0.1 HelloWorldProvider_im-0.1
Next: The edit command