제거 디렉토리에서 그래픽 모드로 제거 프로그램을 실행하려면
./uninstall |
제거 프로그램을 텍스트 기반 모드로 실행하려면
./uninstall -nodisplay |
소프트웨어를 제거하지 않고 그래픽 제거 프로그램을 실행하려면
./uninstall -no |
소프트웨어를 제거하지 않고 그래픽 모드로 상태 파일을 만들려면
./uninstall -no -saveState myUninstallStatefile |
텍스트 기반 모드로 소프트웨어를 제거하는 동안 상태 파일을 만들려면
./uninstall -nodisplay -saveState myUninstallStatefile |
자동 모드로 제거 프로그램을 실행하려면
./uninstall -noconsole -state myUninstallStatefile |