How to Install and Uninstall selint Package on Kali Linux

Last updated: May 16,2024

1. Install "selint" package

Please follow the step by step instructions below to install selint on Kali Linux

$ sudo apt update $ sudo apt install selint

2. Uninstall "selint" package

Please follow the instructions below to uninstall selint on Kali Linux:

$ sudo apt remove selint $ sudo apt autoclean && sudo apt autoremove

3. Information about the selint package on Kali Linux

Package: selint
Version: 1.5.0-1
Installed-Size: 235
Maintainer: Debian SELinux maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libconfuse2 (>= 3.2.1~)
Size: 75808
SHA256: 91329709574f58fb640bd39c8e173bed6f86557ea3a65e4935edac495eb23b5f
SHA1: d691560fc4c40695592328aca5a5b3c58a9f94f5
MD5sum: fa02a29c6a10cf2be8419258c5728a58
Description: Static code analysis of refpolicy style SELinux policies
SELint is a program to perform static code analysis on SELinux policy
source files.
.
It is designed for refpolicy style policies and supports the standard
SELinux policy language (not CIL).
.
It performs various checks from incorrect filecontext
definitions over missing or superfluous required entries in interfaces
to violations of the refpolicy style guide. All categories can be either
enabled or disabled via the command line or a configuration file.
Description-md5:
Homepage: https://github.com/SELinuxProject/selint
Section: devel
Priority: optional
Filename: pool/main/s/selint/selint_1.5.0-1_amd64.deb