How to Install and Uninstall perl-Carton.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Carton.noarch" package

This guide let you learn how to install perl-Carton.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Carton.noarch

2. Uninstall "perl-Carton.noarch" package

Please follow the guidance below to uninstall perl-Carton.noarch on Fedora 34:

$ sudo dnf remove perl-Carton.noarch $ sudo dnf autoremove

3. Information about the perl-Carton.noarch package on Fedora 34

Last metadata expiration check: 4:37:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Carton
Version : 1.0.34
Release : 10.fc34
Architecture : noarch
Size : 68 k
Source : perl-Carton-1.0.34-10.fc34.src.rpm
Repository : fedora
Summary : Perl module dependency manager (aka Bundler for Perl)
URL : https://metacpan.org/release/Carton
License : GPL+ or Artistic
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 to have the exact same versions of
: the modules.