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

Last updated: May 20,2024

1. Install "python3-gensio" package

This guide covers the steps necessary to install python3-gensio on Kali Linux

$ sudo apt update $ sudo apt install python3-gensio

2. Uninstall "python3-gensio" package

Please follow the instructions below to uninstall python3-gensio on Kali Linux:

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

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

Package: python3-gensio
Source: gensio
Version: 2.8.2-6
Installed-Size: 889
Maintainer: Marc Haber
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgensio6 (>= 2.8.2), libstdc++6 (>= 13.1), python3 (<< 3.12), python3 (>= 3.11~), python3:any
Size: 175200
SHA256: a4589e1027310959fca7aa2e0de52aa1f1c4e29ae41bd2a1b339de4a7e1cfb73
SHA1: 35a796798543646c56d2d70f9f740020eaf37de7
MD5sum: 6ae81fdadc881a5e475309c17d05c629
Description: abstract stream I/O (Python 3 bindings)
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 Python 3 bindings.
Description-md5:
Homepage: https://github.com/cminyard/gensio
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/g/gensio/python3-gensio_2.8.2-6_amd64.deb