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

Last updated: May 10,2024

1. Install "ruby-grit" package

Please follow the guidance below to install ruby-grit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-grit

2. Uninstall "ruby-grit" package

This guide covers the steps necessary to uninstall ruby-grit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-grit
Priority: optional
Section: universe/ruby
Installed-Size: 191
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.5.0-3
Depends: ruby | ruby-interpreter, ruby-posix-spawn (>= 0.3.6), ruby-mime-types (>= 1.15), ruby-diff-lcs (>= 1.1)
Filename: pool/universe/r/ruby-grit/ruby-grit_2.5.0-3_all.deb
Size: 40880
MD5sum: 5bc9313c893eb48fe98537d3edcba9f2
SHA1: d6baa1c2e195d1f8c5b0d5658d266822751efc67
SHA256: 6520e76683299ab9b3192b513b377c6661ecb0a55e05213110e93e2711997584
Description-en: Ruby Git bindings
Grit gives you object oriented read/write access to Git repositories
via Ruby. The main goals are stability and performance. To this end,
some of the interactions with Git repositories are done by shelling
out to the system's git command, and other interactions are done with
pure Ruby reimplementations of core Git functionality. This choice,
however, is transparent to end users, and you need not know which
method is being used.
.
This software was developed to power GitHub, and should be considered
production ready.
.
This version has been patched for use with GITLAB.
Description-md5: c0e6584b6d5c0cc8cfcc5d42ce4400c1
Homepage: http://github.com/mojombo/grit
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu