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

Last updated: September 27,2024

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

This is a short guide on how to install perl-Data-AsObject.noarch on Fedora 38

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

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

This guide covers the steps necessary to uninstall perl-Data-AsObject.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:01:53 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Data-AsObject
Version : 0.07
Release : 36.fc38
Architecture : noarch
Size : 22 k
Source : perl-Data-AsObject-0.07-36.fc38.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.