How to Install and Uninstall markdownlint Package on Kali Linux

Last updated: July 03,2024

1. Install "markdownlint" package

Please follow the step by step instructions below to install markdownlint on Kali Linux

$ sudo apt update $ sudo apt install markdownlint

2. Uninstall "markdownlint" package

Please follow the step by step instructions below to uninstall markdownlint on Kali Linux:

$ sudo apt remove markdownlint $ sudo apt autoclean && sudo apt autoremove

3. Information about the markdownlint package on Kali Linux

Package: markdownlint
Source: ruby-mdl
Version: 0.13.0-4
Installed-Size: 99
Maintainer: Norwid Behrnd
Architecture: all
Replaces: ruby-mdl
Provides: ruby-mdl
Depends: ruby, ruby-kramdown (>= 2.3), ruby-kramdown-parser-gfm (>= 1.1), ruby-mixlib-cli (>= 2.1.1), ruby-mixlib-config (>= 2.2.1), ruby-mixlib-config (<< 4), ruby-mixlib-shellout
Breaks: ruby-mdl (<< 0.13.0-1)
Size: 22268
SHA256: e87ee3a90ee3a5c2f14e6a276e98e29f9d2a9ed9542b6f46744e721dc22a5989
SHA1: 450f9b83d0276ce9441db7ae7684a82be67b911b
MD5sum: 71275715ce50c49d6a2c4d9314b1007e
Description: Markdown lint tool
markdownlint checks an individual markdown file, or a directory of markdown
files against a set of rules for syntax consistency. In its report back
to the CLI, the Ruby based implementation reports the line(s) with an issue
identified and how to improve it.
Description-md5:
Homepage: https://github.com/markdownlint/markdownlint
Section: text
Priority: optional
Filename: pool/main/r/ruby-mdl/markdownlint_0.13.0-4_all.deb