How to Install and Uninstall libgeners1 Package on Kali Linux

Last updated: May 19,2024

1. Install "libgeners1" package

Please follow the guidelines below to install libgeners1 on Kali Linux

$ sudo apt update $ sudo apt install libgeners1

2. Uninstall "libgeners1" package

Learn how to uninstall libgeners1 on Kali Linux:

$ sudo apt remove libgeners1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgeners1 package on Kali Linux

Package: libgeners1
Source: geners (0.0~svn60+ds-2)
Version: 0.0~svn60+ds-2+b1
Installed-Size: 334
Maintainer: Pierre Gruet
Architecture: amd64
Depends: libbz2-1.0, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4)
Size: 100936
SHA256: d0348e5e1346d24b98f3e7d8bf4f5708dd7a3114fbcf071e8d4222f2daa49da9
SHA1: 6dae0fe9e3c3a08dbaca83f0a59eaff8b8c60d3e
MD5sum: 32f865244b2f117e7d9801ba41563db4
Description: generic serialization library for C++ (shared library)
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 shared library.
Description-md5:
Homepage: https://geners.hepforge.org/
Section: libs
Priority: optional
Filename: pool/main/g/geners/libgeners1_0.0~svn60+ds-2+b1_amd64.deb