How to Install and Uninstall libserialport.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "libserialport.x86_64" package

In this section, we are going to explain the necessary steps to install libserialport.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libserialport.x86_64

2. Uninstall "libserialport.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libserialport.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libserialport.x86_64 $ sudo dnf autoremove

3. Information about the libserialport.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:16:56 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libserialport
Version : 0.1.1
Release : 1.el9
Architecture : x86_64
Size : 33 k
Source : libserialport-0.1.1-1.el9.src.rpm
Repository : epel
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.