How to Install and Uninstall python3-pyatspi.noarch Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "python3-pyatspi.noarch" package

In this section, we are going to explain the necessary steps to install python3-pyatspi.noarch on Rocky Linux 8

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

2. Uninstall "python3-pyatspi.noarch" package

This is a short guide on how to uninstall python3-pyatspi.noarch on Rocky Linux 8:

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

3. Information about the python3-pyatspi.noarch package on Rocky Linux 8

Last metadata expiration check: 0:56:46 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-pyatspi
Version : 2.26.0
Release : 6.el8
Architecture : noarch
Size : 93 k
Source : pyatspi-2.26.0-6.el8.src.rpm
Repository : appstream
Summary : Python3 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 python3 client library for at-spi.