How to Install and Uninstall liberis-doc Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "liberis-doc" package

Please follow the steps below to install liberis-doc on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install liberis-doc

2. Uninstall "liberis-doc" package

This is a short guide on how to uninstall liberis-doc on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove liberis-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the liberis-doc package on Ubuntu 21.04 (Hirsute Hippo)

Package: liberis-doc
Architecture: all
Version: 1.3.23-8
Multi-Arch: foreign
Priority: optional
Section: universe/doc
Source: eris
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Games Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3291
Suggests: liberis-1.3-dev
Filename: pool/universe/e/eris/liberis-doc_1.3.23-8_all.deb
Size: 271572
MD5sum: bc7ae9acb87ca16045fbea0441ddba41
SHA1: 1279cc5b3bd45c2fd80f3a2b1e9fdbf71d782385
SHA256: e2b2473136cdfa01759316b6cd53b809512c92cdea63dca679e39392380a0609
SHA512: 09ccd38e970578443c67bd63eb52487a79c4eb9dae8128a85f2ba09517c21c3811d667d5732e93ab304c2dbdf5ffe24413a5a39b6a1760c5544fa8f48e50c203
Homepage: https://www.worldforge.org/
Description-en: WorldForge client entity library - API documentation
Eris is designed to simplify client development (and avoid repeating the
same work several times), by providing a common system to deal with the
back end tasks. Notably, Eris encapsulates most of the work in getting
Atlas entities available on your client, logging into a server, and
managing updates from the server. Thus it can be considered as a session
layer above Atlas, providing persistent (for the session) objects as
opposed to Atlas ones (which are transient). It handles the client-side
implementation of the meta-server protocol, and querying game servers;
out-of-game (OOG) operations (via the Lobby and Rooms), and most
important in-game (IG) operations such as entity creation, movement and
updates.
.
Eris provides a generic 'Entity' class, which you are free to sub-class
and provide to the system (by registering a factory with the World);
thus you are free to create different classes to handle characters,
walls, vehicles, etc as your client dictates. An alternative approach is
to simply create peer classes, and connect them to Eris via
callbacks. Eris makes extensive use of libSigC++, which must be
correctly installed and functioning on your system. Familiarity with
signal/slot programming concepts is essential for using Eris; the
libSigC++ home-page has some examples. Gtk+ or QT signal systems also
provide a good introduction.
.
This package contains the API documentation in HTML format.
Description-md5: d667fccae37ac30b0cf3805120b77eac