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

Last updated: May 15,2024

1. Install "ruby-rugged" package

This tutorial shows how to install ruby-rugged on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-rugged

2. Uninstall "ruby-rugged" package

This tutorial shows how to uninstall ruby-rugged on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-rugged
Priority: optional
Section: universe/ruby
Installed-Size: 297
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 0.24.0+ds1-2
Depends: ruby (>= 1:2.3~0), libc6 (>= 2.14), libgit2-24 (>= 0.24.0), libruby2.3 (>= 2.3.0~preview2)
Filename: pool/universe/r/ruby-rugged/ruby-rugged_0.24.0+ds1-2_amd64.deb
Size: 87910
MD5sum: 4eb3529334a2ba9171126d647a78ddfe
SHA1: ea3a062fda5afdc1de379d1a3e089a5e52800cf1
SHA256: 3147b177c08581bfa7c2fb52f604d0d02d87e31750da68476942535fc2d7321a
Description-en: Ruby binding to the libgit2 library
libgit2 is a portable, pure C implementation of the Git distributed version
control system core methods provided as a re-entrant linkable library with a
solid API.
.
Rugged is a library for accessing libgit2 in Ruby. It allows one to
explore and modify Git repositories with the speed and portability of libgit2,
and the convenience of the Ruby programmation language.
Description-md5: b079ea37f68e2b178b4822265139a0f4
Homepage: http://github.com/libgit2/rugged
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu