How to Install and Uninstall ruby-librarian Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 21,2024

1. Install "ruby-librarian" package

This is a short guide on how to install ruby-librarian on Ubuntu 21.10 (Impish Indri)

$ 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 Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-librarian package on Ubuntu 21.10 (Impish Indri)

Package: ruby-librarian
Architecture: all
Version: 0.6.4-3
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 192
Depends: ruby-thor (>= 0.15)
Filename: pool/universe/r/ruby-librarian/ruby-librarian_0.6.4-3_all.deb
Size: 31640
MD5sum: 099ec79589e5e89e5fc8f084e9081590
SHA1: 30a4223c60374d272f687bf5d1ac03af2f4a97f8
SHA256: e14ce4af7d0601fbfd0f46b2945a9fb4b1e171f499187cbee8b5dc7c001bea22
SHA512: d147f1c8b2be00e28c0b4f43bcf687fbf92e3227648c4fa2068b61820a90f4f9cfed76e0f1c26d5781a0a6bfa75624609346c41b8c00899e658629dea7b39432
Homepage: https://github.com/voxpupuli/librarian
Description-en: 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: 1c1eba261ae8944a0cc557bef1da0d8e
Ruby-Versions: all