How to Install and Uninstall perl-Carton Package on openSUSE Leap

Last updated: April 29,2024

1. Install "perl-Carton" package

This guide let you learn how to install perl-Carton on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Carton

2. Uninstall "perl-Carton" package

Learn how to uninstall perl-Carton on openSUSE Leap:

$ sudo zypper remove perl-Carton

3. Information about the perl-Carton package on openSUSE Leap

Information for package perl-Carton:
------------------------------------
Repository : Main Repository
Name : perl-Carton
Version : 1.0.35-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 112.6 KiB
Installed : No
Status : not installed
Source package : perl-Carton-1.0.35-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Carton
Summary : Perl module dependency manager (aka Bundler for Perl)
Description :
carton is a command line tool to track the Perl module dependencies for
your Perl application. Dependencies are declared using cpanfile format, and
the managed dependencies are tracked in a _cpanfile.snapshot_ file, which
is meant to be version controlled, and the snapshot file allows other
developers of your application will have the exact same versions of the
modules.
For 'cpanfile' syntax, see cpanfile documentation.