How to Install and Uninstall libserialport.i686 Package on Fedora 34

Last updated: September 28,2024

1. Install "libserialport.i686" package

This tutorial shows how to install libserialport.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libserialport.i686

2. Uninstall "libserialport.i686" package

Here is a brief guide to show you how to uninstall libserialport.i686 on Fedora 34:

$ sudo dnf remove libserialport.i686 $ sudo dnf autoremove

3. Information about the libserialport.i686 package on Fedora 34

Last metadata expiration check: 0:26:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libserialport
Version : 0.1.1
Release : 11.fc34
Architecture : i686
Size : 34 k
Source : libserialport-0.1.1-11.fc34.src.rpm
Repository : updates
Summary : Library for accessing serial ports
URL : http://sigrok.org/wiki/libserialport
License : LGPLv3+
Description : libserialport is a minimal library written in C that is intended to take care
: of the OS-specific details when writing software that uses serial ports.
:
: By writing your serial code to use libserialport, you enable it to work
: transparently on any platform supported by the library.
:
: The operations that are supported are:
:
: - Port enumeration (obtaining a list of serial ports on the system).
: - Opening and closing ports.
: - Setting port parameters (baud rate, parity, etc).
: - Reading, writing and flushing data.
: - Obtaining error information.