How to Install and Uninstall libmodsecurity.x86_64 Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "libmodsecurity.x86_64" package

Please follow the steps below to install libmodsecurity.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libmodsecurity.x86_64

2. Uninstall "libmodsecurity.x86_64" package

Please follow the steps below to uninstall libmodsecurity.x86_64 on Oracle Linux 9:

$ sudo dnf remove libmodsecurity.x86_64 $ sudo dnf autoremove

3. Information about the libmodsecurity.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:58:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libmodsecurity
Version : 3.0.10
Release : 1.el9
Architecture : x86_64
Size : 554 k
Source : libmodsecurity-3.0.10-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.