zipdetails
Perl is a high-level programming language with roots in C, sed,
Install
- All systems
-
curl cmd.cat/zipdetails.sh
- Debian
-
apt-get install perl
- Ubuntu
-
apt-get install perl
- Alpine
-
apk add perl
- Arch Linux
-
pacman -S perl
- Kali Linux
-
apt-get install perl
- CentOS
-
yum install perl-IO-Compress
- Fedora
-
dnf install perl-IO-Compress
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install perl
- OS X
-
brew install perl
- Raspbian
-
apt-get install perl
- Dockerfile
- dockerfile.run/zipdetails
- Docker
-
docker run cmd.cat/zipdetails zipdetails
powered by Commando
perl
Perl is a high-level programming language with roots in C, sed,
awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. Install this package if you want to program in Perl or enable your system to handle Perl scripts with /usr/bin/perl interpreter. If your script requires some Perl modules, you can install them with "perl(MODULE)" where "MODULE" is a name of required module. E.g. install "perl(Test::More)" to make Test::More Perl module available. If you need all the Perl modules that come with upstream Perl sources, so called core modules, install perl-core package. If you only need perl run-time as a shared library, i.e. Perl interpreter embedded into another application, the only essential package is perl-libs. Perl header files can be found in perl-devel package. Perl utils like "splain" or "perlbug" can be found in perl-utils package.
libio-compress-perl
bundle of IO::Compress modules
This package contains the following IO::Compress and IO::Uncompress modules: - Compress::Zlib - IO::Compress::Base - IO::Compress::Bzip2 - IO::Compress::Deflate - IO::Compress::Gzip - IO::Compress::RawDeflate - IO::Compress::Zip - IO::Uncompress::Base - IO::Uncompress::Bunzip2 - IO::Uncompress::Gunzip - IO::Uncompress::Inflate - IO::Uncompress::RawInflate - IO::Uncompress::Unzip Compress::Zlib is a Perl external module which provides an interface to the info-zip zlib compression library. zlib is a general purpose compression library. Some of the features provided by Compress::Zlib include: * in-memory compression and decompression * read and write gzip (.gz) files directly. IO::Compress::Bunzip2 and IO::Uncompress::Bunzip2 provide a Perl interface that allows transparent reading and writing bzip2 compressed data to files or buffers. IO::Compress::Base is the base class for all IO::Compress and IO::Uncompress modules. It is not intended for direct use in application code. Its sole purpose is to be sub-classed by IO::Compress modules.