How to Install and Uninstall perl-Code-DRY Package on openSUSE Leap

Last updated: May 23,2024

1. Install "perl-Code-DRY" package

Please follow the step by step instructions below to install perl-Code-DRY on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Code-DRY

2. Uninstall "perl-Code-DRY" package

This guide covers the steps necessary to uninstall perl-Code-DRY on openSUSE Leap:

$ sudo zypper remove perl-Code-DRY

3. Information about the perl-Code-DRY package on openSUSE Leap

Information for package perl-Code-DRY:
--------------------------------------
Repository : Main Repository
Name : perl-Code-DRY
Version : 0.10-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 74.2 KiB
Installed : No
Status : not installed
Source package : perl-Code-DRY-0.10-bp155.2.10.src
Upstream URL : https://metacpan.org/release/Code-DRY
Summary : Cut-and-Paste-Detector for Perl code
Description :
The module's main purpose is to report repeated text fragments (typically
Perl code) that could be considered for isolation and/or abstraction in
order to reduce multiple copies of the same code (aka cut and paste code).