How to Install ruby-rugged in Ubuntu 18.04



Install ruby-rugged by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-rugged

Description:

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.

Homepage: http://github.com/libgit2/rugged

Version: 0.26.0-2build2

Section: universe/ruby