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

Last updated: October 06,2024

1. Install "libicap1-dbg" package

This guide let you learn how to install libicap1-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libicap1-dbg

2. Uninstall "libicap1-dbg" package

This guide covers the steps necessary to uninstall libicap1-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libicap1-dbg
Priority: extra
Section: universe/debug
Installed-Size: 303
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)
Filename: pool/universe/b/bitz-server/libicap1-dbg_1.0.0-2_amd64.deb
Size: 276974
MD5sum: 26a0d0f555beaec8f23387313329a746
SHA1: 2c575d820390512de8d916915d463b14ba32c510
SHA256: eeaad422af8cd54f4cebd56a57dbfbf291044a44a16b6774d986e1a55cc59e45
Description-en: ICAP server (RFC 3507) implementation in C++ (library debug symbols)
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 debug symbols for libicap1.
Description-md5: ae594a86a36cd0233421241f90e63d09
Multi-Arch: same
Homepage: https://github.com/uditha-atukorala/bitz-server
Build-Ids: 338d5de1a07f3f3cdc6c263eba8b08633f0c217a
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu