How to Install and Uninstall libicap-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 23,2024
1. Install "libicap-dev" package
Please follow the guidance below to install libicap-dev on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libicap-dev
Copied
2. Uninstall "libicap-dev" package
Here is a brief guide to show you how to uninstall libicap-dev on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libicap-dev
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libicap-dev package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libicap-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Jörg Frings-Fürst
Architecture: amd64
Source: bitz-server
Version: 1.0.0-2
Depends: libicap1 (= 1.0.0-2)
Suggests: bitz-server-doc
Filename: pool/universe/b/bitz-server/libicap-dev_1.0.0-2_amd64.deb
Size: 8262
MD5sum: 0887334c3dd5c0453047503b5e817485
SHA1: 4905078e1c72e83688a5c4d982a2bc6aadb020a8
SHA256: 6ae8bb8ac563beef6288c6c1047b0ef3f705b06c533df809e850d347b11938eb
Description-en: ICAP server (RFC 3507) implementation in C++ (development 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 development files.
Description-md5: 44930e025a287e2ca7305f4a938fcdf0
Multi-Arch: same
Homepage: https://github.com/uditha-atukorala/bitz-server
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/libdevel
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Jörg Frings-Fürst
Architecture: amd64
Source: bitz-server
Version: 1.0.0-2
Depends: libicap1 (= 1.0.0-2)
Suggests: bitz-server-doc
Filename: pool/universe/b/bitz-server/libicap-dev_1.0.0-2_amd64.deb
Size: 8262
MD5sum: 0887334c3dd5c0453047503b5e817485
SHA1: 4905078e1c72e83688a5c4d982a2bc6aadb020a8
SHA256: 6ae8bb8ac563beef6288c6c1047b0ef3f705b06c533df809e850d347b11938eb
Description-en: ICAP server (RFC 3507) implementation in C++ (development 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 development files.
Description-md5: 44930e025a287e2ca7305f4a938fcdf0
Multi-Arch: same
Homepage: https://github.com/uditha-atukorala/bitz-server
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu