[OpenSolaris] Problem with removing packages
I recently came across a problem when trying to uninstall a package with pkgrm on OpenSolaris. The Error was something like:
… ## Removing installed package instance <SUNWatheros>
pkgrm: ERROR: CLASSES parameter undefined in…
You can solve this problem by using pkg (IPS) instead of pkgrm. The command would be:
pkg uninstall <packagename>
Comments(0)