How to Install and Uninstall perl-Dist-Zilla Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-Dist-Zilla" package

Here is a brief guide to show you how to install perl-Dist-Zilla on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Dist-Zilla

2. Uninstall "perl-Dist-Zilla" package

Please follow the steps below to uninstall perl-Dist-Zilla on openSuSE Tumbleweed:

$ sudo zypper remove perl-Dist-Zilla

3. Information about the perl-Dist-Zilla package on openSuSE Tumbleweed

Information for package perl-Dist-Zilla:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Dist-Zilla
Version : 6.31.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 915.0 KiB
Installed : No
Status : not installed
Source package : perl-Dist-Zilla-6.31.0-2.1.src
Upstream URL : https://metacpan.org/release/Dist-Zilla
Summary : Distribution builder; installer not included!
Description :
Dist::Zilla builds distributions of code to be uploaded to the CPAN. In
this respect, it is like ExtUtils::MakeMaker, Module::Build, or
Module::Install. Unlike those tools, however, it is not also a system for
installing code that has been downloaded from the CPAN. Since it's only run
by authors, and is meant to be run on a repository checkout rather than on
published, released code, it can do much more than those tools, and is free
to make much more ludicrous demands in terms of prerequisites.
If you have access to the web, you can learn more and find an interactive
tutorial at *at https://dzil.org/*. If not, try Dist::Zilla::Tutorial.