View Single Post
whaleyboy's Avatar
Posts: 74 | Thanked: 76 times | Joined on Sep 2009 @ UK
#154
Originally Posted by ldrn View Post
If that is the case, you *should* be able to remove things with...
Code:
sudo gainroot
mv /var/lib/dpkg/info/freeciv* /tmp/
dpkg --remove --force-depends --force-remove-reinstreq freeciv freeciv-client-sdl freeciv-server freeciv-data
... but if the files are still there, you'd need to manually delete the files after.
Just for the record, I was getting the same issues trying to remove freeciv remnants from my system and this solved it! Thanks!