How to Install and Uninstall libecap.x86_64 Package on Fedora 36

Last updated: September 30,2024

1. Install "libecap.x86_64" package

Please follow the instructions below to install libecap.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libecap.x86_64

2. Uninstall "libecap.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libecap.x86_64 on Fedora 36:

$ sudo dnf remove libecap.x86_64 $ sudo dnf autoremove

3. Information about the libecap.x86_64 package on Fedora 36

Last metadata expiration check: 4:12:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libecap
Version : 1.0.1
Release : 10.fc36
Architecture : x86_64
Size : 26 k
Source : libecap-1.0.1-10.fc36.src.rpm
Repository : fedora
Summary : Squid interface for embedded adaptation modules
URL : http://www.e-cap.org/
License : BSD
Description : eCAP is a software interface that allows a network application, such as an
: HTTP proxy or an ICAP server, to outsource content analysis and adaptation to
: a loadable module. For each applicable protocol message being processed, an
: eCAP-enabled host application supplies the message details to the adaptation
: module and gets back an adapted message, a "not interested" response, or a
: "block this message now!" instruction. These exchanges often include message
: bodies.
:
: The adaptation module can also exchange meta-information with the host
: application to supply additional details such as configuration options, a
: reason behind the decision to ignore a message, or a detected virus name.
:
: If you are familiar with the ICAP protocol (RFC 3507), then you may think of
: eCAP as an "embedded ICAP", where network interactions with an ICAP server are
: replaced with function calls to an adaptation module.