How to Install and Uninstall perl-Test-Requires-Git Package on openSuSE Tumbleweed

Last updated: April 28,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-Requires-Git on openSuSE Tumbleweed

$ 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 Tumbleweed:

$ sudo zypper remove perl-Test-Requires-Git

3. Information about the perl-Test-Requires-Git package on openSuSE Tumbleweed

Information for package perl-Test-Requires-Git:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Requires-Git
Version : 1.008-1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 31.6 KiB
Installed : No
Status : not installed
Source package : perl-Test-Requires-Git-1.008-1.20.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.