I have a package that won't completely uninstall. This is bottom half of the output of 'pkgrm packagename'
pkginfo shows that its partially installed:
pkgchk shows that no files exist for that package:
Any ideas how to remove this from the system?
Code:
Do you want to continue with the removal of this package [y,n,?,q] y
## Verifying package dependencies.
## Processing package information.
## Executing preremove script.
/export/opt/gfiddsweb/ddstrader/1.0_A1/../WEB-INF: No such file or directory
pkgrm: ERROR: preremove script did not complete successfully
## Removing pathnames in class <eclass>
## Removing pathnames in class <vclass>
## Removing pathnames in class <none>
## Updating system information.
Removal of <ddstrader.2> partially failed.
pkginfo shows that its partially installed:
Code:
<root@serverA:(/)>$ pkginfo -l ddstrader.2
PKGINST: ddstrader.2
....<snip>....
STATUS: partially installed
Code:
<root@gfiap20:(/)>$ pkgchk ddstrader.2
WARNING: Package <ddstrader.2> is installed but empty
Any ideas how to remove this from the system?