Archive for the ‘install’ Category

Error installing package

February 9, 2007

Was installing a package and moved the deb file during installation causing the package to crap itself and then errors from apt-get/aptitude/synaptic that would not let anything else be installed….

To fix the issue used this command

dpkg –remove –force-remove-reinstreq {Package Name}

Did the trick