Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

remove partially installed packages

Status
Not open for further replies.

nychris

MIS
Dec 4, 2004
103
0
0
US
I have a package that won't completely uninstall. This is bottom half of the output of 'pkgrm packagename'
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
pkgchk shows that no files exist for that package:
Code:
<root@gfiap20:(/)>$ pkgchk ddstrader.2
WARNING: Package <ddstrader.2> is installed but empty

Any ideas how to remove this from the system?
 
yeah, thats would I would do but I don't have access to this custom package anymore
 
pkginfo to find the files installed by the package. Remove them, then delete the package from /var/adm...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top