How to Install and Uninstall pyserial.src Package on Oracle Linux 8

Last updated: June 18,2024

1. Install "pyserial.src" package

Learn how to install pyserial.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install pyserial.src

2. Uninstall "pyserial.src" package

Please follow the guidelines below to uninstall pyserial.src on Oracle Linux 8:

$ sudo dnf remove pyserial.src $ sudo dnf autoremove

3. Information about the pyserial.src package on Oracle Linux 8

Last metadata expiration check: 2:35:08 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : pyserial
Version : 3.1.1
Release : 8.el8
Architecture : src
Size : 155 k
Source : None
Repository : ol8_appstream
Summary : Python serial port access library
URL : http://pyserial.sourceforge.net
License : Python
Description : This module encapsulates the access for the serial port. It provides backends
: for standard Python running on Windows, Linux, BSD (possibly any POSIX
: compilant system) and Jython. The module named "serial" automaticaly selects
: the appropriate backend.