How to Install and Uninstall python3-pyserial.noarch Package on Rocky Linux 9
Last updated: November 24,2024
1. Install "python3-pyserial.noarch" package
This is a short guide on how to install python3-pyserial.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-pyserial.noarch
Copied
2. Uninstall "python3-pyserial.noarch" package
Please follow the instructions below to uninstall python3-pyserial.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-pyserial.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pyserial.noarch package on Rocky Linux 9
Last metadata expiration check: 0:45:54 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-pyserial
Version : 3.4
Release : 12.el9
Architecture : noarch
Size : 159 k
Source : pyserial-3.4-12.el9.src.rpm
Repository : 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 : python3-pyserial
Version : 3.4
Release : 12.el9
Architecture : noarch
Size : 159 k
Source : pyserial-3.4-12.el9.src.rpm
Repository : 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.