How to Install and Uninstall java-atk-wrapper.x86_64 Package on Oracle Linux 8

Last updated: June 18,2024

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

This is a short guide on how to install java-atk-wrapper.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install java-atk-wrapper.x86_64

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

Here is a brief guide to show you how to uninstall java-atk-wrapper.x86_64 on Oracle Linux 8:

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

3. Information about the java-atk-wrapper.x86_64 package on Oracle Linux 8

Last metadata expiration check: 3:54:09 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : java-atk-wrapper
Version : 0.33.2
Release : 6.el8
Architecture : x86_64
Size : 86 k
Source : java-atk-wrapper-0.33.2-6.el8.src.rpm
Repository : ol8_appstream
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.