How To Install perl-Test-use-ok on CentOS 7
Introduction
In this tutorial we learn how to install perl-Test-use-ok
on CentOS 7.
What is perl-Test-use-ok
According to the Test run use_ok() inside a BEGIN block, so functions are exported at compile-time and prototypes are properly honored. However, people often either forget to add “BEGIN”, or mistakenly group “use_ok” with other tests in a single “BEGIN” block, which can create subtle differences in execution order. With this module, simply change all “use_ok” in test scripts to “use ok”, and they will be executed at “BEGIN” time. The explicit space after “use” makes it clear that this is a single compile-time action.
We can use yum
or dnf
to install perl-Test-use-ok
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test-use-ok.
Install perl-Test-use-ok on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install perl-Test-use-ok
using yum
by running the following command:
Install perl-Test-use-ok on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install perl-Test-use-ok
using dnf
by running the following command:
How To Uninstall perl-Test-use-ok on CentOS 7
To uninstall only the perl-Test-use-ok
package we can use the following command:
References
Summary
In this tutorial we learn how to install perl-Test-use-ok
on CentOS 7 using yum
and dnf
.