How to Install and Uninstall pyatspi.src Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "pyatspi.src" package

This guide covers the steps necessary to install pyatspi.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pyatspi.src

2. Uninstall "pyatspi.src" package

In this section, we are going to explain the necessary steps to uninstall pyatspi.src on Oracle Linux 9:

$ sudo dnf remove pyatspi.src $ sudo dnf autoremove

3. Information about the pyatspi.src package on Oracle Linux 9

Last metadata expiration check: 2:24:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pyatspi
Version : 2.38.1
Release : 3.el9
Architecture : src
Size : 323 k
Source : None
Repository : ol9_appstream
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 python3 client library for at-spi.