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

Last updated: October 05,2024

1. Install "checksec.noarch" package

Please follow the guidelines below to install checksec.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install checksec.noarch

2. Uninstall "checksec.noarch" package

This guide let you learn how to uninstall checksec.noarch on Fedora 34:

$ sudo dnf remove checksec.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:23:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : checksec
Version : 2.4.0
Release : 2.fc34
Architecture : noarch
Size : 32 k
Source : checksec-2.4.0-2.fc34.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.