To uninstall jsvc just follow these instructions.
sudo apt-get remove jsvc
This will remove just the jsvc package itself.
sudo apt-get remove --auto-remove jsvc
This will remove the jsvc package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for jsvc then this will work.
sudo apt-get purge jsvc
Or similarly, like this jsvc
sudo apt-get purge --auto-remove jsvc
Package | jsvc |
Version | 1.0.15-5ubuntu2 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://commons.apache.org/daemon/ |
Description | Wrapper to launch Java applications as daemons |
Distro | ubuntu |
Release | trusty |
Repo | universe |
Section | universe/net |