How to Install and Uninstall perl-Test-Synopsis.noarch Package on CentOS Stream 8

Last updated: May 17,2024

1. Install "perl-Test-Synopsis.noarch" package

This guide let you learn how to install perl-Test-Synopsis.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Test-Synopsis.noarch

2. Uninstall "perl-Test-Synopsis.noarch" package

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

$ sudo dnf remove perl-Test-Synopsis.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Synopsis.noarch package on CentOS Stream 8

Last metadata expiration check: 0:57:19 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Test-Synopsis
Version : 0.16
Release : 1.el8
Architecture : noarch
Size : 32 k
Source : perl-Test-Synopsis-0.16-1.el8.src.rpm
Repository : epel
Summary : Test your SYNOPSIS code
URL : https://metacpan.org/release/Test-Synopsis
License : GPL+ or Artistic
Description : Test::Synopsis is an (author) test module to find .pm or .pod files under your
: lib directory and then make sure the example snippet code in your SYNOPSIS
: section passes the perl compile check.
:
: Note that this module only checks the perl syntax (by wrapping the code with
: sub) and doesn't actually run the code.