How to Install and Uninstall perl-TestML.noarch Package on Oracle Linux 9

Last updated: September 23,2024

1. Install "perl-TestML.noarch" package

This is a short guide on how to install perl-TestML.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-TestML.noarch

2. Uninstall "perl-TestML.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-TestML.noarch on Oracle Linux 9:

$ sudo dnf remove perl-TestML.noarch $ sudo dnf autoremove

3. Information about the perl-TestML.noarch package on Oracle Linux 9

Last metadata expiration check: 0:06:41 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-TestML
Version : 0.54.05
Release : 15.el9
Architecture : noarch
Size : 18 k
Source : perl-TestML-0.54.05-15.el9.src.rpm
Repository : epel
Summary : Generic software Testing Meta Language
URL : https://github.com/testml-lang/testml/
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : TestML is a generic, programming language agnostic,
: meta language for writing unit tests. The idea is that you can use the same
: test files in multiple implementations of a given programming idea. Then you
: can be more certain that your application written in, say, Python matches your
: Perl implementation.
:
: In a nutshell you write a bunch of data tests that have inputs and expected
: results. Using a simple syntax, you specify what functions the data must pass
: through to produce the expected results. You use a bridge class to write the
: data functions that pass the data through your application.
:
: In Perl 5, TestML module is the evolution of the Test::Base module. It has
: a superset of Test:Base's goals. The data markup syntax is currently exactly
: the same as Test::Base.
:
: Currently, TestML is being redesigned. This package contains the new unstable
: implementation. The original, production-ready, implementation is available
: under TestML1 name in perl-TestML1 package.