在卸载程序目录中以图形模式运行卸载程序:
./uninstall |
以基于文本的模式运行卸载程序:
./uninstall -nodisplay |
运行图形式卸载程序而不移除软件:
./uninstall -no |
以图形模式创建状态文件而不移除软件:
./uninstall -no -saveState myUninstallStatefile |
以基于文本的模式卸载软件的同时创建卸载状态文件:
./uninstall -nodisplay -saveState myUninstallStatefile |
以无提示模式运行卸载程序:
./uninstall -noconsole -state myUninstallStatefile |