How to Install and Uninstall check-manifest Package on Kali Linux

Last updated: May 06,2024

1. Install "check-manifest" package

This guide let you learn how to install check-manifest on Kali Linux

$ sudo apt update $ sudo apt install check-manifest

2. Uninstall "check-manifest" package

Please follow the instructions below to uninstall check-manifest on Kali Linux:

$ sudo apt remove check-manifest $ sudo apt autoclean && sudo apt autoremove

3. Information about the check-manifest package on Kali Linux

Package: check-manifest
Version: 0.49-2
Installed-Size: 94
Maintainer: Debian Python Team
Architecture: all
Depends: python3-build (>= 0.1), python3-pkg-resources, python3-tomli | python3 (>> 3.11), python3:any
Size: 29576
SHA256: 4f97f5cb84fe786cfb0928c10575bbeff120bdb5957e8351c3b8de2daaab86df
SHA1: 219ad8a02ac6d3ace48e0d17218d7891ddda91fb
MD5sum: 07d071408f98b077b1b88ce20db4f19e
Description: Tool to check the completeness of MANIFEST.in for Python packages (Python 3)
The check-manifest tool performs a check on a MANIFEST.in file
from a Python project and verifies its completeness. It can also
create a MANIFEST.in file from scratch or append suggestions to it,
and the user can also ignore certain patterns if needed.
Description-md5:
Homepage: https://github.com/mgedmin/check-manifest
Section: utils
Priority: optional
Filename: pool/main/c/check-manifest/check-manifest_0.49-2_all.deb