How to Install and Uninstall perl-Test-Synopsis.noarch Package on Fedora 39

Last updated: November 27,2024

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

Please follow the instructions below to install perl-Test-Synopsis.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall perl-Test-Synopsis.noarch on Fedora 39:

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

3. Information about the perl-Test-Synopsis.noarch package on Fedora 39

Last metadata expiration check: 1:08:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Test-Synopsis
Version : 0.17
Release : 8.fc39
Architecture : noarch
Size : 26 k
Source : perl-Test-Synopsis-0.17-8.fc39.src.rpm
Repository : fedora
Summary : Test your SYNOPSIS code
URL : https://metacpan.org/release/Test-Synopsis
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.