次の例では、patchrm コマンドを使用して Solaris 8 パッチ (パッチ番号 111879–01) を削除します。
# patchrm 111879-01 Checking installed patches... Backing out patch 111879-01... Patch 111874-02 has been backed out. # showrev -p | grep 111879-01 # |
次の例では、 smpatch remove コマンドを使用して Solaris 9 パッチを削除します。
# /usr/sadm/bin/smpatch remove -i 115028-01 Authenticating as user: root . . . |