How to Install and Uninstall libicap1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libicap1" package

Please follow the instructions below to install libicap1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libicap1

2. Uninstall "libicap1" package

This is a short guide on how to uninstall libicap1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libicap1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libicap1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libicap1
Priority: optional
Section: universe/net
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Jörg Frings-Fürst
Architecture: amd64
Source: bitz-server
Version: 1.0.0-2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpsocksxx0 (>= 0.0.5), libstdc++6 (>= 5.2)
Filename: pool/universe/b/bitz-server/libicap1_1.0.0-2_amd64.deb
Size: 32948
MD5sum: 786bf6ec412b0cefdbbde0e926b36814
SHA1: 4561fe8b0934fc6863a8241cf0e03f352169252b
SHA256: 7a0e7422166e7e451e19a2fc0d4f04de4e864ac940bf8f02f5457ef018b1821b
Description-en: ICAP server (RFC 3507) implementation in C++ (library files)
The main goal of this project is to create an ICAP server (RFC 3507)
implementation in C++ to use the power of object oriented programming.
.
Starting from scratch, the server is developed with a modular architecture
in mind. The server core (written in C++) will handle the client requests,
manage workers (child processes) etc. and will provide basic handlers to serve
ICAP requests.
.
To extend this core functionality the idea is to have pluggable modules
(like Apache server modules). These modules will provide features like
content filtering, anti-virus scanning etc. and to make it easier to write
(and faster to implement) such modules there is hope to exploit Python
programming language.
.
This package holds the library files.
Description-md5: a8f3a2a3517786df7a650e5d22aebef0
Multi-Arch: same
Homepage: https://github.com/uditha-atukorala/bitz-server
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu