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

Last updated: November 28,2024

1. Install "pyatspi.src" package

Please follow the step by step instructions below to install pyatspi.src on Oracle Linux 8

$ 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 8:

$ sudo dnf remove pyatspi.src $ sudo dnf autoremove

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

Last metadata expiration check: 5:13:45 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : pyatspi
Version : 2.26.0
Release : 6.el8
Architecture : src
Size : 322 k
Source : None
Repository : ol8_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 python client library for at-spi.