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

Last updated: May 12,2024

1. Install "ruby-nokogiri-diff" package

Please follow the instructions below to install ruby-nokogiri-diff on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-nokogiri-diff

2. Uninstall "ruby-nokogiri-diff" package

This is a short guide on how to uninstall ruby-nokogiri-diff on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-nokogiri-diff $ sudo apt autoclean && sudo apt autoremove

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

Package: ruby-nokogiri-diff
Priority: optional
Section: universe/ruby
Installed-Size: 30
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.2.0-1
Depends: ruby | ruby-interpreter, ruby-nokogiri (>= 1.5), ruby-tdiff (>= 0.3.2)
Filename: pool/universe/r/ruby-nokogiri-diff/ruby-nokogiri-diff_0.2.0-1_all.deb
Size: 4930
MD5sum: 0c3544a988bfc5f5846ac3564116c0d5
SHA1: 22f35226c4214096c234492d39f2bf0564b0c3d5
SHA256: c9f42b17cad4edf708a423d492df2c88ff9e2f4f37859a08e29fd04b0386068d
Description-en: calculate the differences between two XML/HTML documents
Nokogiri::Diff adds the ability to calculate the differences (added or removed
nodes) between two XML/HTML documents.
.
Features
* Performs a breadth-first comparison between children nodes.
* Compares XML/HTML Elements, Attributes, Text nodes and DTD nodes.
* Allows calculating differences between documents, or just enumerating the
added or removed nodes.
Description-md5: 6dad6dbb908cee7dff9c4a75f9a6a627
Homepage: https://github.com/postmodern/nokogiri-diff#readme
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu