How to Install and Uninstall pyatspi.noarch Package on Amazon Linux 2

Last updated: July 02,2024

1. Install "pyatspi.noarch" package

Please follow the instructions below to install pyatspi.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install pyatspi.noarch

2. Uninstall "pyatspi.noarch" package

Please follow the guidance below to uninstall pyatspi.noarch on Amazon Linux 2:

$ sudo yum remove pyatspi.noarch $ sudo yum autoremove

3. Information about the pyatspi.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : pyatspi
Arch : noarch
Version : 2.20.3
Release : 1.amzn2
Size : 87 k
Repo : amzn2-core/2/x86_64
Summary : Python bindings for at-spi
URL : http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
License : LGPLv2 and GPLv2
Description : at-spi allows assistive technologies to access GTK-based
: applications. Essentially it exposes the internals of applications
: for automation, so tools such as screen readers, magnifiers, or
: even scripting interfaces can query and interact with GUI
: controls.
:
: This package includes a python2 client library for at-spi.