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

Last updated: May 17,2024

1. Install "bitz-server-dbg" package

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

$ sudo apt update $ sudo apt install bitz-server-dbg

2. Uninstall "bitz-server-dbg" package

Here is a brief guide to show you how to uninstall bitz-server-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove bitz-server-dbg $ sudo apt autoclean && sudo apt autoremove

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

Package: bitz-server-dbg
Priority: extra
Section: universe/debug
Installed-Size: 311
Maintainer: Ubuntu Developers
Original-Maintainer: Jörg Frings-Fürst
Architecture: amd64
Source: bitz-server
Version: 1.0.0-2
Depends: bitz-server (= 1.0.0-2)
Filename: pool/universe/b/bitz-server/bitz-server-dbg_1.0.0-2_amd64.deb
Size: 279464
MD5sum: 7b4787b9a3ef63fc84cc73dc05d35611
SHA1: a0fde5a749cb6f3497ee3203a0ccea310425c58c
SHA256: d1a2483dcc3b4272f5bbabf9934bcdb8ade8b4732775371ae4e5cb477bd9a6ba
Description-en: ICAP server (RFC 3507) implementation in C++ (server 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 bitz-server.
Description-md5: 0186a65ecffe20b3e6895c045723726e
Homepage: https://github.com/uditha-atukorala/bitz-server
Build-Ids: 64738260caf9498e40695098e88fc58698ddd428
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu