How to Install and Uninstall libecap.i686 Package on Fedora 34

Last updated: May 10,2024

1. Install "libecap.i686" package

Please follow the step by step instructions below to install libecap.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libecap.i686

2. Uninstall "libecap.i686" package

Please follow the guidelines below to uninstall libecap.i686 on Fedora 34:

$ sudo dnf remove libecap.i686 $ sudo dnf autoremove

3. Information about the libecap.i686 package on Fedora 34

Last metadata expiration check: 0:47:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : libecap
Version : 1.0.1
Release : 8.fc34
Architecture : i686
Size : 26 k
Source : libecap-1.0.1-8.fc34.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.