How to Install and Uninstall liberis-1.3-21 Package on Kali Linux

Last updated: May 20,2024

1. Install "liberis-1.3-21" package

This guide covers the steps necessary to install liberis-1.3-21 on Kali Linux

$ sudo apt update $ sudo apt install liberis-1.3-21

2. Uninstall "liberis-1.3-21" package

Please follow the steps below to uninstall liberis-1.3-21 on Kali Linux:

$ sudo apt remove liberis-1.3-21 $ sudo apt autoclean && sudo apt autoremove

3. Information about the liberis-1.3-21 package on Kali Linux

Package: liberis-1.3-21
Source: eris
Version: 1.3.23-8
Installed-Size: 798
Maintainer: Debian Games Team
Architecture: amd64
Depends: libatlas-cpp-0.6-3 (>= 0.6.4), libc6 (>= 2.15), libgcc-s1 (>= 3.0), libmercator-0.3-4 (>= 0.3.3), libsigc++-2.0-0v5 (>= 2.8.0), libskstream-0.3-7v5 (>= 0.3.9), libstdc++6 (>= 9), libwfmath-1.0-1v5 (>= 1.0.2+dfsg1)
Size: 265992
SHA256: b560946073aa499e659e308b07ca3638c1a3d1a5e12741d804ffacaa29d3773e
SHA1: fc44b403031919d6cfc5eeee3e7d7c34758c3c6b
MD5sum: 3005f877feee1a3731a508e42df7c845
Description: WorldForge client entity library
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.
Description-md5: 6bd165b0fccd944e205265da3c26ee77
Multi-Arch: same
Homepage: https://www.worldforge.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/e/eris/liberis-1.3-21_1.3.23-8_amd64.deb