How to Install and Uninstall perl-Data-AsObject.noarch Package on Fedora 39

Last updated: November 30,2024

1. Install "perl-Data-AsObject.noarch" package

This guide covers the steps necessary to install perl-Data-AsObject.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Data-AsObject.noarch

2. Uninstall "perl-Data-AsObject.noarch" package

This is a short guide on how to uninstall perl-Data-AsObject.noarch on Fedora 39:

$ sudo dnf remove perl-Data-AsObject.noarch $ sudo dnf autoremove

3. Information about the perl-Data-AsObject.noarch package on Fedora 39

Last metadata expiration check: 2:01:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Data-AsObject
Version : 0.07
Release : 37.fc39
Architecture : noarch
Size : 22 k
Source : perl-Data-AsObject-0.07-37.fc39.src.rpm
Repository : fedora
Summary : Easy OO access to complex perl data structures
URL : https://metacpan.org/release/Data-AsObject
License : GPL+ or Artistic
Description : Data::AsObject provides easy object-oriented access to complex and
: arbitrarily nested perl data structures. It is particularly suitable for
: working with hash-based representation of XML data, as generated by modules
: like XML::Compile or XML::TreePP.