How to Install and Uninstall perl-common-sense.x86_64 Package on Fedora 36

Last updated: January 11,2025

1. Install "perl-common-sense.x86_64" package

Here is a brief guide to show you how to install perl-common-sense.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-common-sense.x86_64

2. Uninstall "perl-common-sense.x86_64" package

Please follow the guidelines below to uninstall perl-common-sense.x86_64 on Fedora 36:

$ sudo dnf remove perl-common-sense.x86_64 $ sudo dnf autoremove

3. Information about the perl-common-sense.x86_64 package on Fedora 36

Last metadata expiration check: 0:32:36 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-common-sense
Version : 3.7.5
Release : 8.fc36
Architecture : x86_64
Size : 31 k
Source : perl-common-sense-3.7.5-8.fc36.src.rpm
Repository : fedora
Summary : "Common sense" Perl defaults
URL : https://metacpan.org/release/common-sense
License : GPL+ or Artistic
Description : This module implements some sane defaults for Perl programs, as defined
: by two typical (or not so typical - use your common sense) specimens of
: Perl coders:
:
: It's supposed to be mostly the same, with much lower memory usage, as:
:
: use utf8;
: use strict qw(vars subs);
: use feature qw(say state switch);
: use feature qw(unicode_strings unicode_eval current_sub fc evalbytes);
: no feature qw(array_base);
: no warnings;
: use warnings qw(FATAL closed threads internal debugging pack
: prototype inplace io pipe unpack malloc
: deprecated glob digit printf layer
: reserved taint closure semicolon);
: no warnings qw(exec newline unopened);