How to Install and Uninstall carton Package on Kali Linux

Last updated: May 05,2024

1. Install "carton" package

Please follow the step by step instructions below to install carton on Kali Linux

$ sudo apt update $ sudo apt install carton

2. Uninstall "carton" package

Please follow the steps below to uninstall carton on Kali Linux:

$ sudo apt remove carton $ sudo apt autoclean && sudo apt autoremove

3. Information about the carton package on Kali Linux

Package: carton
Version: 1.0.35-1
Installed-Size: 128
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libcapture-tiny-perl, libclass-tiny-perl, libjson-pp-perl, libmenlo-legacy-perl, libmodule-cpanfile-perl, libpath-tiny-perl, libtry-tiny-perl
Recommends: libapp-fatpacker-perl, libfile-pushd-perl
Size: 48492
SHA256: af9ba4bd60fae161e6829950f20fc275e0f9308d3652ce2f56a6143c848b2542
SHA1: 16a77712b3e693734b2274746bf6909794a7d7c2
MD5sum: 7c240a9a1baca3f417f3b9608e404bb1
Description: 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.
Description-md5:
Homepage: https://metacpan.org/release/Carton
Section: perl
Priority: optional
Filename: pool/main/c/carton/carton_1.0.35-1_all.deb