Issues with removal of specific packages by users / builders

Actually, there might be a very crude workaround.

sudo dpkg --purge --force-all uwt

By then, any other attempt to apt-get install, dist-upgrade or remove would fail until one runs sudo apt-get install -f. That would fix it (and reinstall uwt). However, if one can live with that, this may be an acceptable workaround.

1 Like