How to Install and Uninstall gensio Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "gensio" package

Please follow the step by step instructions below to install gensio on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gensio

2. Uninstall "gensio" package

Learn how to uninstall gensio on openSuSE Tumbleweed:

$ sudo zypper remove gensio

3. Information about the gensio package on openSuSE Tumbleweed

Information for package gensio:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gensio
Version : 2.8.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 359.8 KiB
Installed : No
Status : not installed
Source package : gensio-2.8.2-1.2.src
Upstream URL : https://github.com/cminyard/gensio
Summary : Library to abstract stream and packet I/O
Description :
This is gensio (pronounced gen'-see-oh), 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. gensios that stack on
other gensios are called filters.