How to Install and Uninstall libserialport.i686 Package on Fedora 38
Last updated: November 28,2024
1. Install "libserialport.i686" package
This tutorial shows how to install libserialport.i686 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
libserialport.i686
Copied
2. Uninstall "libserialport.i686" package
Please follow the instructions below to uninstall libserialport.i686 on Fedora 38:
$
sudo dnf remove
libserialport.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the libserialport.i686 package on Fedora 38
Last metadata expiration check: 3:34:50 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : libserialport
Version : 0.1.1
Release : 15.fc38
Architecture : i686
Size : 34 k
Source : libserialport-0.1.1-15.fc38.src.rpm
Repository : fedora
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.
Available Packages
Name : libserialport
Version : 0.1.1
Release : 15.fc38
Architecture : i686
Size : 34 k
Source : libserialport-0.1.1-15.fc38.src.rpm
Repository : fedora
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.