How to Install and Uninstall ruby-jar-dependencies Package on Kali Linux

Last updated: May 19,2024

1. Install "ruby-jar-dependencies" package

This guide let you learn how to install ruby-jar-dependencies on Kali Linux

$ sudo apt update $ sudo apt install ruby-jar-dependencies

2. Uninstall "ruby-jar-dependencies" package

This tutorial shows how to uninstall ruby-jar-dependencies on Kali Linux:

$ sudo apt remove ruby-jar-dependencies $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-jar-dependencies package on Kali Linux

Package: ruby-jar-dependencies
Version: 0.3.10-3
Installed-Size: 84
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby:any
Size: 16516
SHA256: e00698eea663fd3ee5c8a0b6aa0c0380e2b0b627e3447f8febb1e8b94fe019d8
SHA1: 927ac1e0411228b958a47e125241b08adbae6d4b
MD5sum: 57055d5c2f641f495810f6e0f805bac6
Description: manage jar dependencies for Ruby gems
jar-dependencies gem provides a simple way to load jars into JRuby's
classloader. It also has additional and very convenient features like:
allowing to declare jar dependencies in the gemspec files, vendoring
jars with gems if needed, reuse jar files from Maven local
repositories, lock down specific jar versions to avoid conflicts and
support for proxy and mirrors functionalities thanks to a close
integration with Maven.
.
The idea behind jar-dependencies is to do jar dependencies management
in a correct way. It's somehow similar to the bundler tool but for
jars.
Description-md5:
Homepage: https://github.com/mkristian/jar-dependencies
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-jar-dependencies/ruby-jar-dependencies_0.3.10-3_all.deb