How to Install and Uninstall ruby-librarian Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 21,2024

1. Install "ruby-librarian" package

This tutorial shows how to install ruby-librarian on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-librarian

2. Uninstall "ruby-librarian" package

In this section, we are going to explain the necessary steps to uninstall ruby-librarian on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-librarian package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-librarian
Architecture: all
Version: 0.6.4-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 189
Depends: ruby | ruby-interpreter, ruby-thor (>= 0.15)
Filename: pool/universe/r/ruby-librarian/ruby-librarian_0.6.4-1_all.deb
Size: 30976
MD5sum: 0ad663a180767b48d86a327d81370f8c
SHA1: 838fd44bd46db3ae49f6954ee18ad690472da09d
SHA256: e3fe85fbe294f16f9bdb14d557454b60c84b11601a37af8759e0b805e08b9215
SHA512: cc08fefdf48803f911859c0a95753874dae83431ed9077caa2d0b2973737cc8ada78159a0a0caf1a233da2f407ee58acdac0b8fccaa4f2cc765563de25571295
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