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

Last updated: May 20,2024

1. Install "liberis-1.3-dev" package

Please follow the guidance below to install liberis-1.3-dev on Kali Linux

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

2. Uninstall "liberis-1.3-dev" package

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

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

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

Package: liberis-1.3-dev
Source: eris
Version: 1.3.23-8
Installed-Size: 260
Maintainer: Debian Games Team
Architecture: amd64
Depends: libatlas-cpp-0.6-dev (>= 0.6.3), liberis-1.3-21 (= 1.3.23-8), libglib2.0-dev, libsigc++-2.0-dev, libskstream-0.3-dev (>= 0.3.9), libwfmath-1.0-dev
Size: 104684
SHA256: 118ae13150f3d89a9148786d34d1f0285dae7bfc90dff2b543a71a56b51bc630
SHA1: 6deb7615be939287b8edb0320402d90e53e2974f
MD5sum: cd45971f4a9bdd9e7f683b42b11dece0
Description: WorldForge client entity library - development files
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 development files for compiling software
depending on Eris.
Description-md5: 549d7ba761f0b7b34ae409ce458cba99
Multi-Arch: same
Homepage: https://www.worldforge.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/e/eris/liberis-1.3-dev_1.3.23-8_amd64.deb