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

Last updated: January 07,2025

1. Install "perl-Carton.noarch" package

Please follow the instructions below to install perl-Carton.noarch on Fedora 36

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

2. Uninstall "perl-Carton.noarch" package

Please follow the steps below to uninstall perl-Carton.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:25:10 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Carton
Version : 1.0.34
Release : 13.fc36
Architecture : noarch
Size : 67 k
Source : perl-Carton-1.0.34-13.fc36.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.