Install libbytelist-java by entering the following commands in the terminal:
sudo apt update sudo apt install libbytelist-java
Description:
helper library for packaging JRuby
This library provides the org.jruby.util.ByteList byte container. . ByteList is simple a collection of bytes in the same way a Java String is a collection of characters. However, its API resembles StringBuffer/StringBuilder more than String because it is a mutable object.
Homepage: https://github.com/jruby/bytelist
Version: 1.0.15-1
Section: universe/java