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

Last updated: September 16,2024

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

Please follow the guidelines below to install java-atk-wrapper.src on Oracle Linux 8

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

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

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

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

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

Last metadata expiration check: 4:45:02 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : java-atk-wrapper
Version : 0.33.2
Release : 6.el8
Architecture : src
Size : 299 k
Source : None
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.