How to Install and Uninstall libgensiocpp6 Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "libgensiocpp6" package

Here is a brief guide to show you how to install libgensiocpp6 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libgensiocpp6

2. Uninstall "libgensiocpp6" package

This guide covers the steps necessary to uninstall libgensiocpp6 on openSuSE Tumbleweed:

$ sudo zypper remove libgensiocpp6

3. Information about the libgensiocpp6 package on openSuSE Tumbleweed

Information for package libgensiocpp6:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libgensiocpp6
Version : 2.8.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 70.2 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.