How to Install and Uninstall libmodsecurity.x86_64 Package on AlmaLinux 9

Last updated: October 08,2024

1. Install "libmodsecurity.x86_64" package

This tutorial shows how to install libmodsecurity.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install libmodsecurity.x86_64

2. Uninstall "libmodsecurity.x86_64" package

Here is a brief guide to show you how to uninstall libmodsecurity.x86_64 on AlmaLinux 9:

$ sudo dnf remove libmodsecurity.x86_64 $ sudo dnf autoremove

3. Information about the libmodsecurity.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:18:02 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libmodsecurity
Version : 3.0.12
Release : 1.el9
Architecture : x86_64
Size : 557 k
Source : libmodsecurity-3.0.12-1.el9.src.rpm
Repository : epel
Summary : A library that loads/interprets rules written in the ModSecurity SecRules
URL : https://github.com/SpiderLabs/ModSecurity
License : Apache-2.0
Description : Libmodsecurity is one component of the ModSecurity v3 project.
: The library codebase serves as an interface to ModSecurity Connectors
: taking in web traffic and applying traditional ModSecurity processing.
: In general, it provides the capability to load/interpret rules written
: in the ModSecurity SecRules format and apply them to HTTP content provided
: by your application via Connectors.