How to Install and Uninstall ruby-html-proofer Package on Kali Linux

Last updated: May 20,2024

1. Install "ruby-html-proofer" package

This guide let you learn how to install ruby-html-proofer on Kali Linux

$ sudo apt update $ sudo apt install ruby-html-proofer

2. Uninstall "ruby-html-proofer" package

Please follow the instructions below to uninstall ruby-html-proofer on Kali Linux:

$ sudo apt remove ruby-html-proofer $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-html-proofer package on Kali Linux

Package: ruby-html-proofer
Version: 3.19.4-1
Installed-Size: 126
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby, ruby-addressable (>= 2.3), ruby-mercenary (>= 0.3), ruby-nokogiri (>= 1.13), ruby-parallel (>= 1.10), ruby-rainbow (>= 3.0), ruby-typhoeus (>= 1.3), ruby-yell (>= 2.0)
Size: 50420
SHA256: 4a234233d66d133b329a8096dee9c4c2345fe258b7ee0ca0452e6ee9dd5ffa08
SHA1: e1012cdc6189ebf595a776eda32eea41dbaae9d9
MD5sum: 5ceaa34a5382d570e6e1ad9c5e60c18c
Description: Test your rendered HTML files to make sure they're accurate
HTMLProofer is a set of tests to validate your HTML output. These tests check
if your image references are legitimate, if they have alt tags, if your
internal links are working, and so on. It's intended to be an all-in-one
checker for your output.
.
In scope is any well-known and widely-used test for HTML document quality.
A major use is continuous integration, so reliable results are a must have.
Correctness is usually balanced over performance. And, if necessary, one
should be able to trace this program's detection of HTML errors back to
documented best practices or standards, such as W3 specifications.
Description-md5:
Homepage: https://github.com/gjtorikian/html-proofer
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-html-proofer/ruby-html-proofer_3.19.4-1_all.deb