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

Last updated: September 20,2024

1. Install "bitz-server-doc" package

Please follow the instructions below to install bitz-server-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "bitz-server-doc" package

This guide covers the steps necessary to uninstall bitz-server-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: bitz-server-doc
Priority: optional
Section: universe/doc
Installed-Size: 1126
Maintainer: Ubuntu Developers
Original-Maintainer: Jörg Frings-Fürst
Architecture: all
Source: bitz-server
Version: 1.0.0-2
Filename: pool/universe/b/bitz-server/bitz-server-doc_1.0.0-2_all.deb
Size: 113086
MD5sum: 27e6dc330c1a02e63dd377e6f7ddb9b1
SHA1: 71d2c8bb1d3eacd2f0408524da9e0e6bdb05d68f
SHA256: ef907fcc3be7dea357974884a117892d6dab887ef5ca43f9243e7edf698bc4a7
Description-en: ICAP server (RFC 3507) implementation in C++ (Documentation)
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 documentation.
Description-md5: 5d846ce040c5929963f912a5bc9a9ebd
Homepage: https://github.com/uditha-atukorala/bitz-server
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu