How to Install and Uninstall python-gdl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-gdl" package

This guide let you learn how to install python-gdl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gdl

2. Uninstall "python-gdl" package

Here is a brief guide to show you how to uninstall python-gdl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-gdl $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-gdl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-gdl
Priority: extra
Section: universe/python
Installed-Size: 31
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Astronomy Team
Architecture: amd64
Source: gnudatalanguage (0.9.6v2-1build1)
Version: 1:0.9.6v2-1build1
Depends: python, python-numpy
Recommends: plplot12-driver-xwin
Filename: pool/universe/g/gnudatalanguage/python-gdl_0.9.6v2-1build1_amd64.deb
Size: 7876
MD5sum: 5af9bf7210b5f7b21fc0b7643308f998
SHA1: 59cdb217cd3b023eff74d4766009130df5efead3
SHA256: 3a3e858ac1cfb03bd9661a916dcd795b8f931ff59b5d6d2765d5096c67684280
Description-en: Python interface for the GNU Data Language
GNU Data Language (GDL) is a free IDL (Interactive Data Language)
compatible incremental compiler. It has full syntax compatibility
with IDL 7.1. IDL is a registered trademark of ITT Visual Information
Solutions. From IDL 8.0, the following language elements are
supported:
.
* FOREACH loop
* negative array indices
* garbage collection pointers and objects
* call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`)
.
The file input output system is fully implemented. GUI support (widgets) is
officially provided, but it's not complete yet.
.
This package contains the Python library/interface.
Description-md5: 31fe21263fa6b8ee43503daf97e9cc34
Homepage: http://gnudatalanguage.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu