How to Install and Uninstall perl-Scalar-Does.noarch Package on Fedora 34

Last updated: October 09,2024

1. Install "perl-Scalar-Does.noarch" package

Please follow the instructions below to install perl-Scalar-Does.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Scalar-Does.noarch

2. Uninstall "perl-Scalar-Does.noarch" package

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

$ sudo dnf remove perl-Scalar-Does.noarch $ sudo dnf autoremove

3. Information about the perl-Scalar-Does.noarch package on Fedora 34

Last metadata expiration check: 0:36:01 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Scalar-Does
Version : 0.203
Release : 14.fc34
Architecture : noarch
Size : 40 k
Source : perl-Scalar-Does-0.203-14.fc34.src.rpm
Repository : fedora
Summary : Check an object implements an interface
URL : https://metacpan.org/release/Scalar-Does
License : (GPL+ or Artistic) and Public Domain
Description : It has long been noted that Perl would benefit from a does() built-in. A
: check that ref($thing) eq 'ARRAY' doesn't allow you to accept an object
: that uses overloading to provide an array-like interface. This package
: delivers Scalar::Does Perl module that can do it.