How to Install and Uninstall perl-Carton.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "perl-Carton.noarch" package

Here is a brief guide to show you how to install perl-Carton.noarch on Oracle Linux 9

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

2. Uninstall "perl-Carton.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Carton.noarch on Oracle Linux 9:

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

3. Information about the perl-Carton.noarch package on Oracle Linux 9

Last metadata expiration check: 2:24:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Carton
Version : 1.0.35
Release : 3.el9
Architecture : noarch
Size : 67 k
Source : perl-Carton-1.0.35-3.el9.src.rpm
Repository : epel
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.