How to Install and Uninstall perl-Archive-RPM.noarch Package on Fedora 35

Last updated: September 23,2024

1. Install "perl-Archive-RPM.noarch" package

Please follow the steps below to install perl-Archive-RPM.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Archive-RPM.noarch

2. Uninstall "perl-Archive-RPM.noarch" package

Please follow the guidance below to uninstall perl-Archive-RPM.noarch on Fedora 35:

$ sudo dnf remove perl-Archive-RPM.noarch $ sudo dnf autoremove

3. Information about the perl-Archive-RPM.noarch package on Fedora 35

Last metadata expiration check: 5:32:35 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Archive-RPM
Version : 0.07
Release : 29.fc35
Architecture : noarch
Size : 21 k
Source : perl-Archive-RPM-0.07-29.fc35.src.rpm
Repository : fedora
Summary : Work with a RPM
URL : https://metacpan.org/release/Archive-RPM
License : LGPLv2+
Description : Archive::RPM provides a more complete method of accessing an RPM's meta-
: and actual data. We access this information by leveraging RPM2 where we
: can, and by "exploding" the rpm with rpm2cpio and cpio when we need
: information we can't get through RPM2.