How to Install and Uninstall pdl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "pdl" package

Please follow the instructions below to install pdl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pdl

2. Uninstall "pdl" package

This guide covers the steps necessary to uninstall pdl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pdl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pdl
Priority: optional
Section: universe/math
Installed-Size: 15072
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Version: 1:2.007-5
Replaces: r-pdl
Provides: pdlapi-10
Depends: perl (>= 5.22.1-4), perlapi-5.22.1, libterm-readkey-perl, libc6 (>= 2.14), libgd3 (>= 2.1.0~alpha~), libgfortran3 (>= 4.6), libgsl2, libhdf4-0-alt, libproj9 (>= 4.8.0)
Recommends: libterm-readline-gnu-perl | libterm-readline-perl-perl
Suggests: libpgplot-perl, netpbm | imagemagick, libastro-fits-header-perl, libinline-perl, doc-base, libextutils-f77-perl, proj-bin | proj, libdevel-repl-perl (>= 1.003011), libopengl-perl (>= 0.6702), libgl1-mesa-glx | libgl1, libpdl-fftw-perl, libpdl-graphics-plplot-perl
Conflicts: r-pdl
Filename: pool/universe/p/pdl/pdl_2.007-5_amd64.deb
Size: 3577622
MD5sum: 62bdebc1bdfccd88561add6e79bcf18c
SHA1: 9da4982318149ae86f3a507162400f93e37e9281
SHA256: 0764e8179b39633596cc6dc0a841629329278c802fd989bb0ee69e6a053821fe
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
Homepage: http://pdl.perl.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu