How to Install and Uninstall perl-Test-Requires-Git Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-Test-Requires-Git" package

Learn how to install perl-Test-Requires-Git on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Test-Requires-Git

2. Uninstall "perl-Test-Requires-Git" package

In this section, we are going to explain the necessary steps to uninstall perl-Test-Requires-Git on openSUSE Leap:

$ sudo zypper remove perl-Test-Requires-Git

3. Information about the perl-Test-Requires-Git package on openSUSE Leap

Information for package perl-Test-Requires-Git:
-----------------------------------------------
Repository : Main Repository
Name : perl-Test-Requires-Git
Version : 1.008-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 31.8 KiB
Installed : No
Status : not installed
Source package : perl-Test-Requires-Git-1.008-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Test-Requires-Git/
Summary : Check your test requirements against the available version of Git
Description :
Test::Requires::Git checks if the version of Git available for testing
meets the given requirements. If the checks fail, then all tests will be
_skipped_.
'use Test::Requires::Git' always calls 'test_requires_git' with the given
arguments. If you don't want 'test_requires_git' to be called at import
time, write this instead:
use Test::Requires::Git -nocheck;
Passing the 'git' parameter (see test_requires_git below) to 'use
Test::Requires::Git' will override it for the rest of the program run.