How to Remove a Solaris Patch
Use this procedure if you need to remove a Solaris patch.
Become superuser.
Remove the patch.
# patchrm patch-ID-revision
Verify that the patch is removed.
# patchadd -p | grep patch-ID-revision
Example--Removing a Solaris Patch
The following example removes the Solaris 8 patch, 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 # |