How to Install and Uninstall libgensio4 Package on Kali Linux

Last updated: October 06,2024

1. Install "libgensio4" package

This guide covers the steps necessary to install libgensio4 on Kali Linux

$ sudo apt update $ sudo apt install libgensio4

2. Uninstall "libgensio4" package

In this section, we are going to explain the necessary steps to uninstall libgensio4 on Kali Linux:

$ sudo apt remove libgensio4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgensio4 package on Kali Linux

Package: libgensio4
Source: gensio
Version: 2.6.6-6
Installed-Size: 1211
Maintainer: Marc Haber
Architecture: amd64
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libopenipmi0 (>= 2.0.33), libpython3.11 (>= 3.11.0), libsctp1 (>= 1.0.19+dfsg), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libwrap0 (>= 7.6-4~)
Size: 291516
SHA256: 306b9ab646fbc4e5ec4a02e746d4679c0fdf7d345ecb5184b04d78aed546e488
SHA1: 58eee0852fd5f89125c65b8f32c7980927166f93
MD5sum: ff8d033948919d20295892a1e9c8f610
Description: abstract stream I/O (runtime files)
This library (pronounced gen'-see-oh) is used to abstract stream I/O
like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
framework for giving a consistent view of various stream (and packet)
I/O types. You create a gensio object (or a gensio), and you can use
that gensio without having to know too much about what is going on
underneath. You can stack gensio on top of another one to add protocol
funcionality. For instance, you can create a TCP gensio, stack SSL on
top of that, and stack Telnet on top of that. It supports a number of
network I/O and serial ports. Gensio can be used for sending and
receiving ports, and it also supports establishing encrypted and
authenticated connections.
.
This package contains the shared libraries.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/cminyard/gensio
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/g/gensio/libgensio4_2.6.6-6_amd64.deb