How to Install and Uninstall ruby-librarian Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "ruby-librarian" package

This guide covers the steps necessary to install ruby-librarian on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-librarian

2. Uninstall "ruby-librarian" package

Please follow the guidance below to uninstall ruby-librarian on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-librarian package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-librarian
Priority: optional
Section: universe/ruby
Installed-Size: 193
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.6.3-1
Depends: ruby | ruby-interpreter, ruby-highline, ruby-minitar, ruby-thor
Filename: pool/universe/r/ruby-librarian/ruby-librarian_0.6.3-1_all.deb
Size: 31126
MD5sum: 1cc9219baf0745d69896c6036aea304e
SHA1: 59de73813b8255c8f7428f6a4e93612d12742997
SHA256: 358ed273e864de7dcb8d06a1c72941fb1c4356950886106cc07aff5e86dd4374
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
Homepage: https://github.com/carlossg/librarian
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu