How to Install and Uninstall beansbinding.noarch Package on Fedora 36

Last updated: January 12,2025

1. Install "beansbinding.noarch" package

In this section, we are going to explain the necessary steps to install beansbinding.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install beansbinding.noarch

2. Uninstall "beansbinding.noarch" package

Here is a brief guide to show you how to uninstall beansbinding.noarch on Fedora 36:

$ sudo dnf remove beansbinding.noarch $ sudo dnf autoremove

3. Information about the beansbinding.noarch package on Fedora 36

Last metadata expiration check: 4:22:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : beansbinding
Version : 1.2.1
Release : 29.fc36
Architecture : noarch
Size : 166 k
Source : beansbinding-1.2.1-29.fc36.src.rpm
Repository : fedora
Summary : Beans Binding (JSR 295) reference implementation
URL : https://beansbinding.dev.java.net/
License : LGPLv2+
Description : In essence, Beans Binding (JSR 295) is about keeping two properties
: (typically of two objects) in sync. An additional emphasis is placed
: on the ability to bind to Swing components, and easy integration with
: IDEs such as NetBeans. This project provides the reference implementation.