How to Install and Uninstall gensio-bin Package on Kali Linux

Last updated: April 27,2024

1. Install "gensio-bin" package

Here is a brief guide to show you how to install gensio-bin on Kali Linux

$ sudo apt update $ sudo apt install gensio-bin

2. Uninstall "gensio-bin" package

Please follow the guidelines below to uninstall gensio-bin on Kali Linux:

$ sudo apt remove gensio-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the gensio-bin package on Kali Linux

Package: gensio-bin
Source: gensio
Version: 2.8.2-6
Installed-Size: 365
Maintainer: Marc Haber
Architecture: amd64
Replaces: libgensio-dev (<< 2.6.2-4~), libgensio0 (<< 2.6.2-4~)
Depends: libc6 (>= 2.34), libgensio6 (>= 2.8.2), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0)
Recommends: python3:any, python3-gensio
Breaks: libgensio-dev (<< 2.6.2-4~), libgensio0 (<< 2.6.2-4~)
Size: 125376
SHA256: d71f364c135f8bcb7b11e586f0e1b2976e2e6edd6866effb0964c14c8e0b30df
SHA1: 2f44f4b29ad9d15681722af2ad656d18518e5d44
MD5sum: c6d1f51307cfab36b2899bc405e9e11c
Description: abstract stream I/O (command line tool)
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 command line tool.
Description-md5:
Homepage: https://github.com/cminyard/gensio
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/g/gensio/gensio-bin_2.8.2-6_amd64.deb