How to Install and Uninstall perl-Test-Synopsis.noarch Package on Amazon Linux 2

Last updated: May 18,2024

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

Please follow the instructions below to install perl-Test-Synopsis.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Test-Synopsis.noarch

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

Please follow the guidance below to uninstall perl-Test-Synopsis.noarch on Amazon Linux 2:

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

3. Information about the perl-Test-Synopsis.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-Synopsis
Arch : noarch
Version : 0.06
Release : 16.amzn2
Size : 12 k
Repo : amzn2-core/2/x86_64
Summary : Test your SYNOPSIS code
URL : http://search.cpan.org/dist/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.