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

Last updated: May 04,2024

1. Install "ruby-hpricot" package

This is a short guide on how to install ruby-hpricot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-hpricot

2. Uninstall "ruby-hpricot" package

Learn how to uninstall ruby-hpricot on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-hpricot
Priority: optional
Section: universe/ruby
Installed-Size: 255
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 0.8.6-5ubuntu7
Depends: libc6 (>= 2.14), libruby2.3 (>= 2.3.0~preview2), ruby (>= 1:2.3~0), ruby-fast-xs
Filename: pool/universe/r/ruby-hpricot/ruby-hpricot_0.8.6-5ubuntu7_amd64.deb
Size: 66460
MD5sum: f0de7a8067698c731c397c5522cc104a
SHA1: 8534ab751fc3b31e7138ea7134d95f305de1cbe0
SHA256: 8bf8aa28848572c70260ce86f2e06b5e62525d22a7887dddb85f233d553c98f1
Description-en: fast, enjoyable HTML parser
Hpricot is a fast, flexible HTML parser written in C. It's designed to be
very accomodating (like Tanaka Akira's HTree) and to have a very helpful
library (like some JavaScript libs -- JQuery, Prototype -- give you).
.
Also, Hpricot can be handy for reading broken XML files, since many of the
same principles are used. If a quote is missing, Hpricot tries to figure it
out. If tags overlap, Hpricot works on sorting them out.
Description-md5: 32872de2569e8c6361e0fc94146632bb
Homepage: https://github.com/hpricot/hpricot
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu