How to Install and Uninstall at-spi2-core.x86_64 Package on CentOS Stream 9

Last updated: December 18,2024

1. Install "at-spi2-core.x86_64" package

Please follow the steps below to install at-spi2-core.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install at-spi2-core.x86_64

2. Uninstall "at-spi2-core.x86_64" package

In this section, we are going to explain the necessary steps to uninstall at-spi2-core.x86_64 on CentOS Stream 9:

$ sudo dnf remove at-spi2-core.x86_64 $ sudo dnf autoremove

3. Information about the at-spi2-core.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:55:02 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : at-spi2-core
Version : 2.40.3
Release : 1.el9
Architecture : x86_64
Size : 195 k
Source : at-spi2-core-2.40.3-1.el9.src.rpm
Repository : appstream
Summary : Protocol definitions and daemon for D-Bus at-spi
URL : http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
License : LGPLv2+
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 version of at-spi is a major break from previous versions.
: It has been completely rewritten to use D-Bus rather than
: ORBIT / CORBA for its transport protocol.