How to Install and Uninstall ruby-librarian Package on Kali Linux

Last updated: May 21,2024

1. Install "ruby-librarian" package

Here is a brief guide to show you how to install ruby-librarian on Kali Linux

$ sudo apt update $ sudo apt install ruby-librarian

2. Uninstall "ruby-librarian" package

Here is a brief guide to show you how to uninstall ruby-librarian on Kali Linux:

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

3. Information about the ruby-librarian package on Kali Linux

Package: ruby-librarian
Version: 0.6.4-5
Installed-Size: 191
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-thor (>= 0.15)
Size: 34832
SHA256: cdad03c5712533c2174d163d05e6d660c889ab8db8c53c9e6feeffb38c960a56
SHA1: 0a98a3ab94634e67bc73e13d6a5320adbbbd7d10
MD5sum: 93c6a943b9517fe86c5523f3472816a5
Description: framework for writing bundlers
Librarian is a framework for writing bundlers, which are tools that resolve,
fetch, install, and isolate a project's dependencies, in Ruby.
.
A bundler written with Librarian will expect you to provide a specfile listing
your project's declared dependencies, including any version constraints and
including the upstream sources for finding them. Librarian can resolve the
spec, write a lockfile listing the full resolution, fetch the resolved
dependencies, install them, and isolate them in your project.
.
A bundler written with Librarian will be similar in kind to Bundler, the
bundler for Ruby gems that many modern Rails applications use.
Description-md5:
Homepage: https://github.com/voxpupuli/librarian
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-librarian/ruby-librarian_0.6.4-5_all.deb