To uninstall jruby just follow these instructions.
sudo apt-get remove jruby
This will remove just the jruby package itself.
sudo apt-get remove --auto-remove jruby
This will remove the jruby package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for jruby then this will work.
sudo apt-get purge jruby
Or similarly, like this jruby
sudo apt-get purge --auto-remove jruby
Package | jruby |
Version | 1.5.6-5 |
Maintainer | Debian Java Maintainers <[email protected]> |
Home page | http://jruby.org |
Description | 100% pure-Java implementation of Ruby |
Distro | debian |
Release | wheezy |
Repo | main |
Section | ruby |