How to Install and Uninstall diff-cover Package on Kali Linux

Last updated: November 24,2024

1. Install "diff-cover" package

Please follow the guidance below to install diff-cover on Kali Linux

$ sudo apt update $ sudo apt install diff-cover

2. Uninstall "diff-cover" package

Learn how to uninstall diff-cover on Kali Linux:

$ sudo apt remove diff-cover $ sudo apt autoclean && sudo apt autoremove

3. Information about the diff-cover package on Kali Linux

Package: diff-cover
Version: 7.4.0-3
Installed-Size: 196
Maintainer: Debian Python Team
Architecture: all
Depends: python3-chardet, python3-jinja2, python3-pkg-resources | python3 (>> 3.8), python3-pluggy, python3-pygments, python3:any
Size: 51044
SHA256: 02fd3b8848e9d615dd5b48e9c7f84ca24bc04160be1ac160d6438a9bb66531e0
SHA1: 6326c000618e0cb66ae38c5f77d0120e5d857a5a
MD5sum: e1918918284e2b8b6e5d19c934554927
Description: Run coverage and linting reports on diffs
diff-cover is a tool to automatically find diff lines that need test coverage.
It also finds diff lines that have violations (according to tools such
as pycodestyle, pyflakes, flake8, or pylint). This can then be used as a
code quality metric during code reviews.
Description-md5:
Homepage: https://github.com/Bachmann1234/diff-cover
Section: python
Priority: optional
Filename: pool/main/d/diff-cover/diff-cover_7.4.0-3_all.deb