How to Install and Uninstall at-spi2-atk.i686 Package on CentOS Stream 9

Last updated: October 01,2024

1. Install "at-spi2-atk.i686" package

This tutorial shows how to install at-spi2-atk.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install at-spi2-atk.i686

2. Uninstall "at-spi2-atk.i686" package

This tutorial shows how to uninstall at-spi2-atk.i686 on CentOS Stream 9:

$ sudo dnf remove at-spi2-atk.i686 $ sudo dnf autoremove

3. Information about the at-spi2-atk.i686 package on CentOS Stream 9

Last metadata expiration check: 1:19:06 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : at-spi2-atk
Version : 2.38.0
Release : 4.el9
Architecture : i686
Size : 92 k
Source : at-spi2-atk-2.38.0-4.el9.src.rpm
Repository : appstream
Summary : A GTK+ module that bridges ATK to D-Bus at-spi
URL : https://wiki.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.
:
: This package includes a gtk-module that bridges ATK to the new
: D-Bus based at-spi.