How to Install and Uninstall libgeners-dev Package on Kali Linux

Last updated: October 05,2024

1. Install "libgeners-dev" package

Please follow the steps below to install libgeners-dev on Kali Linux

$ sudo apt update $ sudo apt install libgeners-dev

2. Uninstall "libgeners-dev" package

Here is a brief guide to show you how to uninstall libgeners-dev on Kali Linux:

$ sudo apt remove libgeners-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgeners-dev package on Kali Linux

Package: libgeners-dev
Source: geners (0.0~svn60+ds-2)
Version: 0.0~svn60+ds-2+b1
Installed-Size: 1420
Maintainer: Pierre Gruet
Architecture: amd64
Depends: libgeners1 (= 0.0~svn60+ds-2+b1), libbz2-dev, zlib1g-dev
Size: 190000
SHA256: b0610f8eecdc5feba3a3cf97750e2d41965980178daa6ad46a180ae0b1c98dd5
SHA1: ee629eea1e17e06a3861dae613d8c91072afb7b6
MD5sum: f3160c68f4b7bc4e849ae2667e3ff976
Description: generic serialization library for C++ (development package)
The Generic Serialization library is designed to address the problem of C++
object persistence in situations where the most typical data access pattern is
"write once read many" (WORM). "Geners" is a set of tools and conventions
which allows its users to develop C++ classes that can be converted to and
from a storable stream of bytes in a well-organized and type-safe manner.
Serialization of STL containers is supported, including the ones added in the
C++11 standard. Independent versioning of each class definition is allowed.
.
Among others, compared to the boost serialization package, Geners archives
provide random access to stored objects and can be used to create and
serialize very large archive-based objects. Yet, only binary archives are
implemented, and implementing non-intrusive serialization is less transparent.
.
This package contains the headers and the static library.
Description-md5:
Homepage: https://geners.hepforge.org/
Section: libdevel
Priority: optional
Filename: pool/main/g/geners/libgeners-dev_0.0~svn60+ds-2+b1_amd64.deb