Install Carton On A Debian, Ubuntu, Kali, Fedora And Raspbian
Maintainer: Debian Perl Group
Email: [email protected] .
Website: https://metacpan.org/release/Carton
Section: perl
Install carton
-
Debian
apt-get install cartonClick to copy -
Ubuntu
apt-get install cartonClick to copy -
Kali Linux
apt-get install cartonClick to copy -
Fedora
dnf install cartonClick to copy -
Raspbian
apt-get install cartonClick to copy
carton
Perl module dependency manager (aka Bundler for Perl)carton is a command line tool to track the Perl module dependencies for your Perl application. The required dependencies are managed through a file named cpanfile and tracked through the carton.lock file. It makes deployments easier and allows other developers of your application to have the exact same versions of the modules.
perl-Carton
for Perl)
Installing carton command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Kali, Fedora and Raspbian operating systems. Once you run the command it will install the latest version of carton 2026 package in your OS.




