How to Install and Uninstall rstcheck Package on Kali Linux

Last updated: May 16,2024

1. Install "rstcheck" package

This guide covers the steps necessary to install rstcheck on Kali Linux

$ sudo apt update $ sudo apt install rstcheck

2. Uninstall "rstcheck" package

Please follow the guidelines below to uninstall rstcheck on Kali Linux:

$ sudo apt remove rstcheck $ sudo apt autoclean && sudo apt autoremove

3. Information about the rstcheck package on Kali Linux

Package: rstcheck
Version: 6.1.2+~1.0.3-2
Installed-Size: 20
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-rstcheck
Size: 9004
SHA256: b0b657cea7385bc561fa6d4fa4dfaa2988c2f12717d8e5ef7bef6185642c7522
SHA1: 3a047e885f6124dfe437674e211909a410699b2b
MD5sum: c8e4c0ea8beb0b944ccc2cf27b42c744
Description: Validator for reStructuredText documents with code blocks (CLI tool)
rstcheck validates the syntax of reStructuredText documents. Unlike other
validators, it will also verify syntax correctness in nested code blocks
for a variety of languages:
.
* Bash shell scripts
* Doctest
* C (C99)
* C++ (C++11)
* JSON
* XML
* Python
* reStructuredText
.
rstcheck can also validate Sphinx documentation files if Sphinx is installed.
.
This package installs the CLI tool.
Description-md5:
Homepage: https://github.com/rstcheck
Section: text
Priority: optional
Filename: pool/main/r/rstcheck/rstcheck_6.1.2+~1.0.3-2_all.deb