Remove a Solaris package with pkgrm
Most software provided for a Solaris system comes in a package. Removing an installed package is easy, but any command associated with “removing” is worth paying attention to.
To remove the installed package SUNWtchrx from a system, run this command as root:
pkgrm SUNWtchrx
You may be asked for confirmation before proceeding. Once benefit of using packages is that Solaris keeps up with what files are shared by packages. Removing a package consisting of files shared among other installed packages will not remove the shared files.











vijay said on February 3, 2009
can u tell me how to add packages
Brian said on March 11, 2009
Thanks for the reference. I never can remember.
Brian said on March 11, 2009
I’m with you. To add a Solaris package simply use the following command for example:
pkgadd -d package.name
Christian said on October 14, 2010
What about if I want to force removal in spite of files shared by other packages?