DELETED_5350

Umm, might the problem be as simple as capitalization? The package is called devede, not DeVeDe.

Try sudo aptitude remove devede

I've just tested it here and it works.
 
You could try "dpkg --get-selections | grep -i devede" to see if it's installed and if it is still installed try "dpkg -r devede" followed by "dpkg --purge devede"
 
Back
Top Bottom