How to Install and Uninstall ruby-rjb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "ruby-rjb" package

This tutorial shows how to install ruby-rjb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-rjb

2. Uninstall "ruby-rjb" package

Learn how to uninstall ruby-rjb on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-rjb $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-rjb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-rjb
Priority: optional
Section: universe/ruby
Installed-Size: 109
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 1.5.3-2build1
Depends: default-jre | java5-runtime, ruby (>= 1:2.3~0), libc6 (>= 2.14), libruby2.3 (>= 2.3.0~preview2)
Filename: pool/universe/r/ruby-rjb/ruby-rjb_1.5.3-2build1_amd64.deb
Size: 31526
MD5sum: 3fd7b16e915d2f8a278012407f7e2619
SHA1: 6f41d02fc6cde33f18c167794cde3cba4ec0c639
SHA256: 204dc289edb1807529c8e3d1b900bc88129b56d41eea0371b4b52c73a19e5a90
Description-en: Ruby-Java bridge using Java Native Interface
Rjb is a library that connect between Ruby and Java using the Java Native
Interface.
.
Among others, it supports importing Java classes into Ruby's environemnt,
instanciating objects with a number of type matching rules, calling instance
method (overloaded or not), accessing fields, binding Ruby objects to Java
interfaces, throws java exception in ruby-bounded-object, and inspecting
object classes.
Description-md5: 08592a4eee02a68c46ee86c43c1db942
Homepage: http://rjb.rubyforge.org/
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu