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

Last updated: May 19,2024

1. Install "libgensio-dev" package

Please follow the instructions below to install libgensio-dev on Kali Linux

$ sudo apt update $ sudo apt install libgensio-dev

2. Uninstall "libgensio-dev" package

This guide let you learn how to uninstall libgensio-dev on Kali Linux:

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

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

Package: libgensio-dev
Source: gensio
Version: 2.8.2-6
Installed-Size: 1570
Maintainer: Marc Haber
Architecture: amd64
Depends: libgensio6 (= 2.8.2-6)
Size: 268108
SHA256: df01e781e42a6c48f036d5ca842ba30108a9dba4510dad11eadd85a292740050
SHA1: 1f00d617cb28581a09fda91e5405bf4c4e5d2361
MD5sum: 86a068ced665fe86e10fcd51ad90a4ce
Description: abstract stream I/O (development 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 development headers and static libraries.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/cminyard/gensio
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/gensio/libgensio-dev_2.8.2-6_amd64.deb