How to Install and Uninstall perl-Module-Used.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "perl-Module-Used.noarch" package

Learn how to install perl-Module-Used.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Module-Used.noarch

2. Uninstall "perl-Module-Used.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Module-Used.noarch on Fedora 34:

$ sudo dnf remove perl-Module-Used.noarch $ sudo dnf autoremove

3. Information about the perl-Module-Used.noarch package on Fedora 34

Last metadata expiration check: 0:41:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Module-Used
Version : 1.3.0
Release : 19.fc34
Architecture : noarch
Size : 22 k
Source : perl-Module-Used-1.3.0-19.fc34.src.rpm
Repository : fedora
Summary : Find modules loaded by Perl code without running it
URL : https://metacpan.org/release/Module-Used
License : GPL+ or Artistic
Description : Modules are found statically based upon use and require statements. If use
: of the base or parent is found, both that module and the referenced ones
: will be returned. If Moose or Moose::Role are found, this will look for
: extends and with sugar will be looked for; presently, this will miss
: modules listed in parentheses.