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

Last updated: September 20,2024

1. Install "bitz-server" package

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

$ sudo apt update $ sudo apt install bitz-server

2. Uninstall "bitz-server" package

Please follow the steps below to uninstall bitz-server on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: bitz-server
Priority: optional
Section: universe/net
Installed-Size: 143
Maintainer: Ubuntu Developers
Original-Maintainer: Jörg Frings-Fürst
Architecture: amd64
Version: 1.0.0-2
Depends: libc6 (>= 2.14), libconfig++9v5, libgcc1 (>= 1:3.0), libicap1 (>= 1.0.0), liblog4cpp5v5, libpsocksxx0 (>= 0.0.5), libstdc++6 (>= 5.2), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7)
Filename: pool/universe/b/bitz-server/bitz-server_1.0.0-2_amd64.deb
Size: 46178
MD5sum: 95eef0159a88f3599d01148c6e3aadf4
SHA1: c653f44ac3b8d35549705b5767f3e7f9d580d768
SHA256: 85fb0a350221a649bd2f00534c0a304d10d5d491324f407c07a19057ae50c932
Description-en: ICAP server (RFC 3507) implementation in C++
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.
Description-md5: 4b1f0b7e71235470c4a5e7328f51084f
Homepage: https://github.com/uditha-atukorala/bitz-server
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu