DISQUS

Tech-Recipes: Show applied patches or check for a specific patch in Solaris | Solaris system administration | Tech-Recipes

  • Michilimackinac · 5 years ago
    <font color="green">patchadd -p</font>
    <font color="#444444">is an alternative to showrev -p if the SUNWadmc package is not installed on the system</font>
    <font color="green">showrev -p | sed -e 's/Obsoletes.*Pack/Pack/g' | grep 112233</font>
    <font color="#444444">This command will trim the output to only the patch you are looking for instead of grabbing the patch in the Requires and Obsoletes fields</font>