How to Install and Uninstall perl-Carton Package on openSuSE Tumbleweed

Last updated: May 06,2024

1. Install "perl-Carton" package

Please follow the guidelines below to install perl-Carton on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Carton

2. Uninstall "perl-Carton" package

Please follow the guidance below to uninstall perl-Carton on openSuSE Tumbleweed:

$ sudo zypper remove perl-Carton

3. Information about the perl-Carton package on openSuSE Tumbleweed

Information for package perl-Carton:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Carton
Version : 1.0.35-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 109.3 KiB
Installed : No
Status : not installed
Source package : perl-Carton-1.0.35-1.9.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.