How to Install and Uninstall checksec.noarch Package on Fedora 36

Last updated: September 28,2024

1. Install "checksec.noarch" package

Please follow the instructions below to install checksec.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install checksec.noarch

2. Uninstall "checksec.noarch" package

This is a short guide on how to uninstall checksec.noarch on Fedora 36:

$ sudo dnf remove checksec.noarch $ sudo dnf autoremove

3. Information about the checksec.noarch package on Fedora 36

Last metadata expiration check: 0:14:15 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : checksec
Version : 2.5.0
Release : 2.fc36
Architecture : noarch
Size : 29 k
Source : checksec-2.5.0-2.fc36.src.rpm
Repository : fedora
Summary : Tool to check system for binary-hardening
URL : https://github.com/slimm609/checksec.sh
License : BSD
Description : Modern Linux distributions offer some mitigation techniques to make it harder
: to exploit software vulnerabilities reliably. Mitigations such as RELRO,
: NoExecute (NX), Stack Canaries, Address Space Layout Randomization (ASLR) and
: Position Independent Executables (PIE) have made reliably exploiting any
: vulnerabilities that do exist far more challenging. The checksec script is
: designed to test what *standard* Linux OS and PaX (http://pax.grsecurity.net/)
: security features are being used.
:
: As of version 1.3 the script also lists the status of various Linux kernel
: protection mechanisms.
:
: checksec can check binary-files and running processes for hardening features.