How to Install and Uninstall jruby Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "jruby" package

This guide covers the steps necessary to install jruby on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jruby

2. Uninstall "jruby" package

This tutorial shows how to uninstall jruby on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove jruby $ sudo apt autoclean && sudo apt autoremove

3. Information about the jruby package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: jruby
Priority: optional
Section: universe/ruby
Installed-Size: 66926
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.7.22-1ubuntu1
Provides: ruby-interpreter
Depends: default-jre | java6-runtime, ant, junit4, libasm4-java, libbsf-java, libbytelist-java (>= 1.0.12~), libheadius-options-java, libinvokebinder-java, libjansi-java, libjcodings-java, libjffi-jni, libjoda-time-java, libjnr-constants-java, libjnr-enxio-java, libjnr-ffi-java, libjnr-netdb-java (>= 1.1.4~), libjnr-posix-java (>= 3.0.9~), libjnr-unixsocket-java, libjnr-x86asm-java (>= 1.0.2~), libjruby-joni-java, libjzlib-java, libosgi-core-java, libunsafe-mock-java, libyaml-snake-java, nailgun (>= 0.9.1~), libyecht-java (>= 1.0~)
Recommends: ri, jruby-openssl
Filename: pool/universe/j/jruby/jruby_1.7.22-1ubuntu1_all.deb
Size: 43817588
MD5sum: 4f1fbbd0fde6932ad4bd9baebcde86c6
SHA1: a17645e0eaa9c6e6ebe97287716eae73ebc744ec
SHA256: b7fbb5f6eace0b098f55c91b58a39a8cacd3fab067ca772bedd2ba28ac88b7ae
Description-en: 100% pure-Java implementation of Ruby
JRuby is a high performance, stable, fully threaded Java implementation
of the Ruby programming language.
.
JRuby is tightly integrated with Java to allow the embedding of the
interpreter into any Java application with full two-way access
between the Java and the Ruby code (similar to Jython for the Python
language).
.
JRuby provides a complete set of core "builtin" classes and syntax
for the Ruby language, as well as most of the Ruby Standard
Libraries. The standard libraries are mostly Ruby's own complement of
".rb" files, but a few that depend on C language-based extensions have
been reimplemented. Some are still missing, but JRuby hopes to
implement as many as is feasible.
Description-md5: c3b3c5db54184218bfbbbca1298c7378
Homepage: http://jruby.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu