How to Install and Uninstall python3-pyserial.noarch Package on Fedora 38

Last updated: November 30,2024

1. Install "python3-pyserial.noarch" package

Please follow the guidelines below to install python3-pyserial.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-pyserial.noarch

2. Uninstall "python3-pyserial.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pyserial.noarch on Fedora 38:

$ sudo dnf remove python3-pyserial.noarch $ sudo dnf autoremove

3. Information about the python3-pyserial.noarch package on Fedora 38

Last metadata expiration check: 5:10:32 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-pyserial
Version : 3.5
Release : 4.fc38
Architecture : noarch
Size : 232 k
Source : pyserial-3.5-4.fc38.src.rpm
Repository : fedora
Summary : Python serial port access library
URL : http://pypi.python.org/pypi/pyserial
License : BSD
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.