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

Last updated: May 04,2024

1. Install "ruby-diffy" package

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

$ sudo apt update $ sudo apt install ruby-diffy

2. Uninstall "ruby-diffy" package

Here is a brief guide to show you how to uninstall ruby-diffy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-diffy
Priority: optional
Section: universe/ruby
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 3.0.6-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-diffy/ruby-diffy_3.0.6-1_all.deb
Size: 6734
MD5sum: 6076f6dbc95faa6c189c01ce96774474
SHA1: 61e45261011322f7c63e064ce5bb8b205fecc284
SHA256: e120c380b46a7b614ab72f0acf147ba537491f63359ea8dd86b87f181d7e95e2
Description-en: convenient way to diff strings in Ruby
Diffy is a Ruby library providing a convenient way to generate a diff
from two strings or files.
.
Instead of reimplementing the LCS diff algorithm, Diffy uses battle tested
Unix diff to generate diffs, and focuses on providing a convenient interface.
Description-md5: 185b299dc62ea4a6401c84b321b1f691
Homepage: http://github.com/samg/diffy
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu