How to Install and Uninstall perl-Pod-Snippets.noarch Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "perl-Pod-Snippets.noarch" package
This tutorial shows how to install perl-Pod-Snippets.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Pod-Snippets.noarch
Copied
2. Uninstall "perl-Pod-Snippets.noarch" package
In this section, we are going to explain the necessary steps to uninstall perl-Pod-Snippets.noarch on AlmaLinux 8:
$
sudo dnf remove
perl-Pod-Snippets.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Pod-Snippets.noarch package on AlmaLinux 8
Last metadata expiration check: 0:12:43 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Pod-Snippets
Version : 0.14
Release : 16.el8
Architecture : noarch
Size : 29 k
Source : perl-Pod-Snippets-0.14-16.el8.src.rpm
Repository : epel
Summary : Extract and reformat snippets of POD
URL : https://metacpan.org/release/Pod-Snippets
License : GPL+ or Artistic
Description : This class is a very simple extension of Pod::Parser that extracts POD
: snippets from Perl code, and pretty-prints it so as to make it usable from
: other Perl code. As demonstrated above, Pod::Snippets is immediately useful
: to test-driven-development nutcases who want to put every single line of
: Perl code under test, including code that is in the POD (typically a
: SYNOPSIS section). There are other uses, such as storing a piece of
: information that is both human- and machine-readable (e.g. an XML schema)
: simultaneously as documentation and code.
Available Packages
Name : perl-Pod-Snippets
Version : 0.14
Release : 16.el8
Architecture : noarch
Size : 29 k
Source : perl-Pod-Snippets-0.14-16.el8.src.rpm
Repository : epel
Summary : Extract and reformat snippets of POD
URL : https://metacpan.org/release/Pod-Snippets
License : GPL+ or Artistic
Description : This class is a very simple extension of Pod::Parser that extracts POD
: snippets from Perl code, and pretty-prints it so as to make it usable from
: other Perl code. As demonstrated above, Pod::Snippets is immediately useful
: to test-driven-development nutcases who want to put every single line of
: Perl code under test, including code that is in the POD (typically a
: SYNOPSIS section). There are other uses, such as storing a piece of
: information that is both human- and machine-readable (e.g. an XML schema)
: simultaneously as documentation and code.