I guess I removed some files that package jetty
required because when I try to remove it with apt-get remove jetty
I get this:
Removing jetty ...
* jetty is not installed
invoke-rc.d: initscript jetty, action "stop" failed.
dpkg: error processing jetty (--remove):
subprocess installed pre-removal script returned error exit status 1
* jetty is not installed
invoke-rc.d: initscript jetty, action "start" failed.
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
jetty
E: Sub-process /usr/bin/dpkg returned an error code (1)
So how can I remove it?