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

Last updated: February 12,2025

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

This is a short guide on how to install perl-Scalar-Does.noarch on Fedora 38

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

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

Please follow the guidance below to uninstall perl-Scalar-Does.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:14:49 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Scalar-Does
Version : 0.203
Release : 20.fc38
Architecture : noarch
Size : 38 k
Source : perl-Scalar-Does-0.203-20.fc38.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.