How to Install and Uninstall filecheck Package on Kali Linux

Last updated: May 10,2024

1. Install "filecheck" package

This tutorial shows how to install filecheck on Kali Linux

$ sudo apt update $ sudo apt install filecheck

2. Uninstall "filecheck" package

This guide covers the steps necessary to uninstall filecheck on Kali Linux:

$ sudo apt remove filecheck $ sudo apt autoclean && sudo apt autoremove

3. Information about the filecheck package on Kali Linux

Package: filecheck
Version: 0.0.23+dfsg-2
Installed-Size: 19
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-filecheck
Size: 8428
SHA256: 39827267c98ad3fb98d6921d746376a9b18b36c3ce379d68280ceb2c38d8ccb1
SHA1: d5f70175f4822562ef8a6670edff46e9ed995894
MD5sum: 60ee99856e0d67d3e9324b90f8945991
Description: Attempt to reimplement LLVM's FileCheck using Python
Filecheck is a Python implementation for LLVM LIT integration tests
integration tests. The package is useful to people who are not
familiar with the LLVM infrastructure and Python-based projects
that would prefer to not have to build anything from LLVM's source
code in their CI process.
.
This package contains the filecheck command line tool.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/mull-project/FileCheck.py
Section: python
Priority: optional
Filename: pool/main/f/filecheck/filecheck_0.0.23+dfsg-2_all.deb

5. The same packages on other Linux Distributions