How to Install and Uninstall pdl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "pdl" package

Please follow the instructions below to install pdl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install pdl

2. Uninstall "pdl" package

Please follow the steps below to uninstall pdl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the pdl package on Ubuntu 21.10 (Impish Indri)

Package: pdl
Architecture: amd64
Version: 1:2.025-1
Priority: optional
Section: universe/math
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 14914
Provides: pdlapi-12
Pre-Depends: dpkg (>= 1.17.14)
Depends: libterm-readkey-perl, libpod-parser-perl, sensible-utils, perl (>= 5.32.0-5), perlapi-5.32.0, libc6 (>= 2.29), libgd3 (>= 2.1.0~alpha~), libgfortran5 (>= 8), libgsl25 (>= 2.6), libhdf4-0-alt (>= 4.2r4), libncurses6 (>= 6), 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 (>= 0.6702), libpdl-fftw-perl, libpdl-graphics-plplot-perl, libpgplot-perl, netpbm | imagemagick, proj-bin
Conflicts: r-pdl
Replaces: r-pdl
Filename: pool/universe/p/pdl/pdl_2.025-1_amd64.deb
Size: 3541220
MD5sum: 4aec68816c4493bfdaa7c4a53e31bd66
SHA1: 5dc6be5f39707c2ffc09ba575d0a4394fa125b86
SHA256: 29521cd03407297c696a9af16f010f96e2b5337db0c6bddd2274e237f2a50e40
SHA512: 2ee48cc3fe21c112826e96ac26111c157706c9e3a51f3915e723a84a83ebc31d3c7855fed1188b2315c5d2266c54bbe144cdbe441da9463854a49fb9da3dbc25
Homepage: http://pdl.perl.org/
Description-en: 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: 7ef15f0d151a92db7b679c164361028e