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

Last updated: January 10,2025

1. Install "perl-Carton.noarch" package

This guide covers the steps necessary to install perl-Carton.noarch on Fedora 39

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

2. Uninstall "perl-Carton.noarch" package

Please follow the instructions below to uninstall perl-Carton.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:09:38 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Carton
Version : 1.0.35
Release : 5.fc39
Architecture : noarch
Size : 72 k
Source : perl-Carton-1.0.35-5.fc39.src.rpm
Repository : fedora
Summary : Perl module dependency manager (aka Bundler for Perl)
URL : https://metacpan.org/release/Carton
License : GPL-1.0-or-later OR Artistic-1.0-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 to have the exact same versions of
: the modules.