If you have a broken package on ubuntu and you want to get rid of it, then you need to remove the bad package - in this file called PACKAGE - from the file folder /var/lib/dpkg/info/* . It holds the info files:
for example
Run these commands on the Package to excoriate it:
for example
nordugrid-arc-ldap-infosys.conffilesThese must all be moved out to avoid dpkg from exiting on error.
nordugrid-arc-ldap-infosys.list
nordugrid-arc-ldap-infosys.md5sums
nordugrid-arc-ldap-infosys.postinst
nordugrid-arc-ldap-infosys.postrm
nordugrid-arc-ldap-infosys.prerm
Run these commands on the Package to excoriate it:
mv /var/lib/dpkg/info/PACKAGE.* /tmp/
dpkg --remove --force-remove-reinstreq PACKAGE
No comments:
Post a Comment