How to Install and Uninstall carton Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "carton" package

Please follow the guidelines below to install carton on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install carton

2. Uninstall "carton" package

Please follow the guidelines below to uninstall carton on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the carton package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: carton
Priority: optional
Section: universe/perl
Installed-Size: 120
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.0.22-1
Depends: perl (>= 5.17.10), cpanminus (>= 1.7030), libcapture-tiny-perl, libclass-tiny-perl (>= 1.001), libjson-perl (>= 2.53), libmodule-cpanfile-perl (>= 0.9031), libmodule-reader-perl, libpath-tiny-perl, libtry-tiny-perl (>= 0.09)
Recommends: libapp-fatpacker-perl, libfile-pushd-perl
Filename: pool/universe/c/carton/carton_1.0.22-1_all.deb
Size: 41490
MD5sum: ef32518813cbd6febbb2a056ef7a254d
SHA1: 25c86770626bb70a12eadbc56e372a0772da1d05
SHA256: b2e4550c0b32c4a8b9c092d0f9f0718de5df4baa7ee59c4ca8eb694491b7a236
Description-en: 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: 6a36e17599f8967e36962e0aed8a171d
Homepage: https://metacpan.org/release/Carton
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu