How to Install and Uninstall perl-MooseX-LazyRequire Package on openSUSE Leap

Last updated: July 08,2024

1. Install "perl-MooseX-LazyRequire" package

Learn how to install perl-MooseX-LazyRequire on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-MooseX-LazyRequire

2. Uninstall "perl-MooseX-LazyRequire" package

This tutorial shows how to uninstall perl-MooseX-LazyRequire on openSUSE Leap:

$ sudo zypper remove perl-MooseX-LazyRequire

3. Information about the perl-MooseX-LazyRequire package on openSUSE Leap

Information for package perl-MooseX-LazyRequire:
------------------------------------------------
Repository : Main Repository
Name : perl-MooseX-LazyRequire
Version : 0.11-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 28.8 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-LazyRequire-0.11-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/MooseX-LazyRequire/
Summary : Required attributes which fail only when trying to use them
Description :
This module adds a 'lazy_required' option to Moose attribute declarations.
The reader methods for all attributes with that option will throw an
exception unless a value for the attributes was provided earlier by a
constructor parameter or through a writer method.