How to Install and Uninstall jruby Package on Kali Linux

Last updated: May 17,2024

1. Install "jruby" package

Please follow the steps below to install jruby on Kali Linux

$ sudo apt update $ sudo apt install jruby

2. Uninstall "jruby" package

Please follow the step by step instructions below to uninstall jruby on Kali Linux:

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

3. Information about the jruby package on Kali Linux

Package: jruby
Version: 9.4.6.0+ds-1
Installed-Size: 45087
Maintainer: Debian Java Maintainers
Architecture: all
Replaces: jruby-openssl
Depends: default-jre-headless, libasm-java (>= 9.5), libbackport9-java (>= 1.10), libdirgra-java, libfixposix4, libheadius-options-java (>= 1.4), libinvokebinder-java (>= 1.13), libjansi1-java, libjcodings-java (>= 1.0.58), libjffi-java (>= 1.3.11), libjffi-jni (>= 1.3.11), libjitescript-java, libjline2-java (>= 2.14.6), libjnr-constants-java (>= 0.10.4), libjnr-enxio-java (>= 0.32.13), libjnr-ffi-java (>= 2.2.13), libjnr-netdb-java (>= 1.1.6), libjnr-posix-java (>= 3.1.10), libjnr-unixsocket-java (>= 0.18), libjoda-time-java (>= 2.10.14), libjruby-joni-java, libjzlib-java (>= 1.1.3-3), libsnakeyaml-engine-java
Recommends: fonts-lato
Breaks: jruby-openssl
Size: 33230488
SHA256: 05f39ae227927dd7bb102f69aafca371ef6e1c8b7fe017ae87140af899b54d4d
SHA1: 0a063764711d94603f399ffe0fe73fded91f6bb8
MD5sum: 66eaa0f7ee720bb93d7c60da37fb499e
Description: 100% pure-Java implementation of Ruby
JRuby is an implementation of the ruby language using the JVM.
.
It aims to be a complete, correct and fast implementation of Ruby, at the
same time as providing powerful new features such as concurrency without a
global interpreter lock, true parallelism and tight integration to the Java
language to allow one to use Java classes in Ruby programs and to allow
JRuby to be embedded into a Java application.
.
JRuby can be used as a faster version of Ruby, it can be used to run Ruby
on the JVM and access powerful JVM libraries such as highly tuned concurrency
primitives, it can also be used to embed Ruby as a scripting language in your
Java program, or many other possibilities.
Description-md5:
Homepage: http://jruby.org/
Tag: devel::interpreter, devel::lang:ruby, devel::runtime,
implemented-in::java, role::program, works-with::software:source
Section: ruby
Priority: optional
Filename: pool/main/j/jruby/jruby_9.4.6.0+ds-1_all.deb