How to Install and Uninstall pyserial.noarch Package on Amazon Linux 2
Last updated: February 06,2025
1. Install "pyserial.noarch" package
This tutorial shows how to install pyserial.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
pyserial.noarch
Copied
2. Uninstall "pyserial.noarch" package
In this section, we are going to explain the necessary steps to uninstall pyserial.noarch on Amazon Linux 2:
$
sudo yum remove
pyserial.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the pyserial.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : pyserial
Arch : noarch
Version : 2.6
Release : 6.amzn2
Size : 124 k
Repo : amzn2-core/2/x86_64
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.
Available Packages
Name : pyserial
Arch : noarch
Version : 2.6
Release : 6.amzn2
Size : 124 k
Repo : amzn2-core/2/x86_64
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.