How to Install jruby-openssl software package in Ubuntu 17.04 (Zesty Zapus)

How to Install jruby-openssl software package in Ubuntu 17.04 (Zesty Zapus)

jruby-openssl software package provides Ruby library that emulates the OpenSSL native library for JRuby, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install jruby-openssl 

jruby-openssl is installed in your system.

Make ensure the jruby-openssl package were installed using the commands given below,

$ sudo dpkg-query -l | grep jruby-openssl *

You will get with jruby-openssl package name, version, architecture and description in a table

jruby-openssl package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Ruby
Package jruby-openssl
Version 0.9.11-2
Description Ruby library that emulates the OpenSSL native library for JRuby
Sub Section Ruby


See Also, How to uninstall or remove jruby-openssl software package from Ubuntu 17.04 (Zesty Zapus)?