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

Last updated: July 05,2024

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 34

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

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

This tutorial shows how to uninstall perl-common-sense.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:19:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-common-sense
Version : 3.7.5
Release : 5.fc34
Architecture : x86_64
Size : 32 k
Source : perl-common-sense-3.7.5-5.fc34.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);