How to Install and Uninstall java-atk-wrapper.x86_64 Package on Amazon Linux 2

Last updated: October 04,2024

1. Install "java-atk-wrapper.x86_64" package

In this section, we are going to explain the necessary steps to install java-atk-wrapper.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install java-atk-wrapper.x86_64

2. Uninstall "java-atk-wrapper.x86_64" package

This guide covers the steps necessary to uninstall java-atk-wrapper.x86_64 on Amazon Linux 2:

$ sudo yum remove java-atk-wrapper.x86_64 $ sudo yum autoremove

3. Information about the java-atk-wrapper.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : java-atk-wrapper
Arch : x86_64
Version : 0.30.4
Release : 5.amzn2.0.2
Size : 71 k
Repo : amzn2-core/2/x86_64
Summary : Java ATK Wrapper
URL : http://git.gnome.org/browse/java-atk-wrapper
License : LGPLv2+
Description : Java ATK Wrapper is a implementation of ATK by using JNI technic.
: It converts Java Swing events into ATK events, and send these
: events to ATK-Bridge.
:
: JAW is part of the Bonobo deprecation project. It will replaces
: the former java-access-bridge.
: By talking to ATK-Bridge, it keeps itself from being affected by
: the change of underlying communication mechanism.