It looks like you're new here. If you want to get involved, click one of these buttons!
gzip -dc file.tar.gz | tar -xof -
tar -xof file.tar
perl Makefile.PL
make
make test
sudo make install
use Net::Libnet
cpan MIME::Base64
NAME
cpan - easily interact with CPAN from the command line
SYNOPSIS
# with arguments and no switches, installs specified modules
cpan module_name [ module_name ... ]
# with switches, installs modules with extra behavior
cpan [-cfgimt] module_name [ module_name ... ]
# with just the dot, install from the distribution in the
# current directory
cpan .
# without arguments, starts CPAN.pm shell
cpan
# dump the configuration
cpan -J
# load a different configuration to install Module::Foo
cpan -j some/other/file Module::Foo
# without arguments, but some switches