My virt-manager recently started refusing to open a VM that had worked perfectly before. I couldn’t find the reason or the solution to that, so I thought I would really, completely and totally uninstall virt-manager and then do a really, completely and totally new install. I used ALL the terminal commands I could find: autoremove
, remove
, --purge
, autoclean
, clean
&c on virt-manager, qemu and kvm. I manually even deleted some relevant files I could find and razed the Trash folder to the ground.
I also had problems with Wine and went through the same steps with autoremove
&c.
However…
When I “re-installed” virt-manager, qemu and kvm, I saw the VM I had previously created was automatically made available on the hypervisor. How come? This meant that somehow the config files or whatever had been kept somewhere, even though I thought I had deleted everything. That didn’t bode well. Indeed, when I tried to open the VM… sure enough, the same error message was there.
With Wine, it’s the same: when you think you’re autoremoving or purging or cleaning, you’re in fact just telling Ubuntu not to execute some files, but no actual deleting seems to occur. They just sort of retire to a private life of their own.
Short of re-formating a computer, is there a way to really, completely, totally delete a program and its related files and references from a computer, and then do a really, completely, totally new install as if the computer and the program had never been introduced to each other before?