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

Last updated: June 29,2024

1. Install "beansbinding.noarch" package

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

$ sudo dnf update $ sudo dnf install beansbinding.noarch

2. Uninstall "beansbinding.noarch" package

Learn how to uninstall beansbinding.noarch on Fedora 34:

$ sudo dnf remove beansbinding.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:58:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : beansbinding
Version : 1.2.1
Release : 26.fc34
Architecture : noarch
Size : 169 k
Source : beansbinding-1.2.1-26.fc34.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.