How to Install and Uninstall sqlfluff-doc Package on Kali Linux

Last updated: September 28,2024

1. Install "sqlfluff-doc" package

Please follow the step by step instructions below to install sqlfluff-doc on Kali Linux

$ sudo apt update $ sudo apt install sqlfluff-doc

2. Uninstall "sqlfluff-doc" package

Please follow the step by step instructions below to uninstall sqlfluff-doc on Kali Linux:

$ sudo apt remove sqlfluff-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the sqlfluff-doc package on Kali Linux

Package: sqlfluff-doc
Source: sqlfluff
Version: 2.3.5-1
Installed-Size: 953
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 313096
SHA256: 0175e7a416a659ab5862f24aad4aada582c0c2e61e531d726f3a6b740a1884c6
SHA1: 62e807334e661252db424a2e0b82f5727d190387
MD5sum: 70afb1c71d35d1e7ffad9e523b491b60
Description: SQL linter tool - documentation
SQLFluff is an extensible and modular linter designed to help you write
good SQL and catch errors and bad SQL before it hits your database.
.
SQLFluff has a few components:
.
1) A generic parser for SQL which aims to be able to unify SQL written
in different dialects into a comparable format. Most of the codebase
for SQLFluff is the parser, mostly because at the point of
developing SQLFluff, there didn’t appear to be a good option for
a whitespace-aware parser that could be used instead.
.
2) A mechanism for measuring written SQL against a set of rules, with
the added ability to fix any violations found. The core vision for
SQLFluff is to be really good at being the linter.
.
3) An opinionated set of guidelines for how SQL should be structured
and formatted. SQLFluff aims to be opinionated but it also accepts
that many organisations and groups have pre-existing strong
conventions around how to write SQL and so ultimately SQLFluff
should be flexible enough to support whichever rule set a user
wishes to.
.
4) A public API for other Python applications to use SQLFluff to
check and fix SQL code in an automated fashion.
.
This package installs the SQLFluff documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.sqlfluff.com/
Section: doc
Priority: optional
Filename: pool/main/s/sqlfluff/sqlfluff-doc_2.3.5-1_all.deb