How to Install and Uninstall pyserial.src Package on Oracle Linux 9
Last updated: November 28,2024
1. Install "pyserial.src" package
In this section, we are going to explain the necessary steps to install pyserial.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
pyserial.src
Copied
2. Uninstall "pyserial.src" package
In this section, we are going to explain the necessary steps to uninstall pyserial.src on Oracle Linux 9:
$
sudo dnf remove
pyserial.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the pyserial.src package on Oracle Linux 9
Last metadata expiration check: 2:50:25 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pyserial
Version : 3.4
Release : 12.el9
Architecture : src
Size : 159 k
Source : None
Repository : ol9_appstream
Summary : Python serial port access library
URL : http://pypi.python.org/pypi/pyserial
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
: compliant system) and Jython. The module named "serial" automatically selects
: the appropriate backend.
Available Packages
Name : pyserial
Version : 3.4
Release : 12.el9
Architecture : src
Size : 159 k
Source : None
Repository : ol9_appstream
Summary : Python serial port access library
URL : http://pypi.python.org/pypi/pyserial
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
: compliant system) and Jython. The module named "serial" automatically selects
: the appropriate backend.