minicpan
module for creating a minimal mirror of CPAN
Install
- All systems
-
curl cmd.cat/minicpan.sh
- Debian
-
apt-get install libcpan-mini-perl
- Ubuntu
-
apt-get install libcpan-mini-perl
- Kali Linux
-
apt-get install libcpan-mini-perl
- Fedora
-
dnf install perl-CPAN-Mini
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcpan-mini-perl
- Raspbian
-
apt-get install libcpan-mini-perl
- Dockerfile
- dockerfile.run/minicpan
libcpan-mini-perl
module for creating a minimal mirror of CPAN
CPAN::Mini is a Perl module that provides a simple mechanism to build and update a minimal mirror of the CPAN on your local disk. It contains only those files needed to install the newest version of every distribution. This package also provides a command line utility, minicpan, which can be used to create and update such mirrors easily and without writing any code.