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

Last updated: October 06,2024

1. Install "python-drmaa" package

This guide covers the steps necessary to install python-drmaa on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-drmaa

2. Uninstall "python-drmaa" package

Please follow the steps below to uninstall python-drmaa on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-drmaa
Priority: extra
Section: universe/python
Installed-Size: 97
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: all
Source: drmaa
Version: 0.5-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Suggests: libdrmaa1.0, pbs-drmaa1
Filename: pool/universe/d/drmaa/python-drmaa_0.5-1_all.deb
Size: 16224
MD5sum: 74e645fab6cc38539249a4a1d0629246
SHA1: 06d1012a291ef7ba802dd1c6fcb46ce8f88c7bf7
SHA256: 311d323b5fe4e03180dec42fb549f145023586bf00a28c1856398c2ef5b54e71
Description-en: interface to DRMAA-compliant distributed resource management systems
This is a Python implementation of the Distributed Resource Management (DRM)
Application API (DRMAA). It provides all high-level functionality necessary
to consign a job to a DRM system (e.g. Sun Gridengine), including common
operations on jobs, such as termination or suspension.
Description-md5: 064a05537fc1e445c922ab1c844b28e1
Homepage: http://code.google.com/p/drmaa-python/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu