How to Install and Uninstall perl-Fennec-Lite Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-Fennec-Lite" package

Please follow the steps below to install perl-Fennec-Lite on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Fennec-Lite

2. Uninstall "perl-Fennec-Lite" package

This tutorial shows how to uninstall perl-Fennec-Lite on openSUSE Leap:

$ sudo zypper remove perl-Fennec-Lite

3. Information about the perl-Fennec-Lite package on openSUSE Leap

Information for package perl-Fennec-Lite:
-----------------------------------------
Repository : Main Repository
Name : perl-Fennec-Lite
Version : 0.004-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 32.0 KiB
Installed : No
Status : not installed
Source package : perl-Fennec-Lite-0.004-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/Fennec-Lite/
Summary : Minimalist Fennec, the commonly used bits.
Description :
the Fennec manpage does a ton, but it may be hard to adopt it all at once.
It also is a large project, and has not yet been fully split into component
projects. Fennec::Lite takes a minimalist approach to do for Fennec what
Mouse does for Moose.
Fennec::Lite is a single module file with no non-core dependencies. It can
easily be used by any project, either directly, or by copying it into your
project. The file itself is less than 300 lines of code at the time of this
writing, that includes whitespace.
This module does not cover any of the more advanced features such as result
capturing or SPEC workflows. This module only covers test grouping and
group randomization. You can also use the FENNEC_ITEM variable with a group
name or line number to run a specific test group only. Test::Builder is
used under the hood for TAP output.