How to Install and Uninstall pdl Package on Kali Linux

Last updated: May 15,2024

1. Install "pdl" package

Please follow the guidelines below to install pdl on Kali Linux

$ sudo apt update $ sudo apt install pdl

2. Uninstall "pdl" package

Learn how to uninstall pdl on Kali Linux:

$ sudo apt remove pdl $ sudo apt autoclean && sudo apt autoremove

3. Information about the pdl package on Kali Linux

Package: pdl
Version: 1:2.085-1
Installed-Size: 20154
Maintainer: Debian Perl Group
Architecture: amd64
Replaces: r-pdl
Provides: dh-sequence-pdl, pdlapi-20
Depends: libfile-which-perl, libterm-readkey-perl, libtext-balanced-perl (>= 2.05), libpod-parser-perl, sensible-utils, perl (>= 5.38.2-3), perlapi-5.38.2, libc6 (>= 2.35), libgd3 (>= 2.1.0~alpha~), libgfortran5 (>= 8), libgsl27 (>= 2.7.1), libhdf4-0-alt (>= 4.2.10), libncurses6 (>= 6), libproj25 (>= 5.1.0), libtinfo6 (>= 6)
Recommends: libterm-readline-gnu-perl | libterm-readline-perl-perl
Suggests: doc-base, libastro-fits-header-perl, libdevel-repl-perl, libextutils-f77-perl, libfile-map-perl, libgl1-mesa-glx | libgl1, libinline-perl, libinline-c-perl, libmodule-compile-perl, libopengl-perl, libpgplot-perl, netpbm | imagemagick, proj-bin
Conflicts: r-pdl
Size: 4363532
SHA256: d32370f9398b0486307dc55faad9e0040ba4da0a4fee8ca1e434b4df092ad0e2
SHA1: e38978c2ef3817f245780c9abbc9a896dcc48881
MD5sum: 69379da2a45acd4c1eed0188d0a8ba71
Description: perl data language: Perl extensions for numerics
PDL gives standard perl the ability to COMPACTLY
store and SPEEDILY manipulate the large N-dimensional data arrays
which are the bread and butter of scientific computing. The idea
is to turn perl in to a free, array-oriented, numerical language
in the same sense as commercial packages like IDL and MatLab. One
can write simple perl expressions to manipulate entire numerical arrays
all at once. For example, using PDL the perl variable $a can hold a
1024x1024 floating point image, it only takes 4Mb of memory to store
it and expressions like $a=sqrt($a)+2 would manipulate the whole image
in a few seconds.
.
A simple interactive shell (perldl) is provided for command line use
together with a module (PDL) for use in perl scripts.
Description-md5:
Homepage: https://pdl.perl.org/
Tag: field::mathematics, implemented-in::fortran, implemented-in::perl,
interface::commandline, interface::shell, role::program,
scope::utility, uitoolkit::ncurses
Section: math
Priority: optional
Filename: pool/main/p/pdl/pdl_2.085-1_amd64.deb