How to Install and Uninstall perl-Scalar-Properties.noarch Package on CentOS Stream 8

Last updated: May 19,2024

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

Here is a brief guide to show you how to install perl-Scalar-Properties.noarch on CentOS Stream 8

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

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

Please follow the guidelines below to uninstall perl-Scalar-Properties.noarch on CentOS Stream 8:

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

3. Information about the perl-Scalar-Properties.noarch package on CentOS Stream 8

Last metadata expiration check: 0:14:07 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Scalar-Properties
Version : 1.100860
Release : 20.el8
Architecture : noarch
Size : 30 k
Source : perl-Scalar-Properties-1.100860-20.el8.src.rpm
Repository : epel
Summary : Run-time properties on scalar variables
URL : https://metacpan.org/release/Scalar-Properties
License : GPL+ or Artistic
Description : Scalar::Properties attempts to make Perl more object-oriented by taking an idea
: from Ruby: Everything you manipulate is an object, and the results of those
: manipulations are objects themselves.