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

Last updated: May 21,2024

1. Install "python-sidl" package

In this section, we are going to explain the necessary steps to install python-sidl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sidl

2. Uninstall "python-sidl" package

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

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

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

Package: python-sidl
Priority: extra
Section: universe/python
Installed-Size: 5349
Maintainer: Ubuntu Developers
Original-Maintainer: "Adam C. Powell, IV"
Architecture: amd64
Source: babel
Version: 1.4.0.dfsg-8.2
Depends: python-numpy (>= 1:1.6.1), python-numpy-abi9, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.14), libsidl-1.4.0
Filename: pool/universe/b/babel/python-sidl_1.4.0.dfsg-8.2_amd64.deb
Size: 1602184
MD5sum: 4913613583736545dc391fb1a24f5be5
SHA1: 118675059c061ed869a061d4267674fed0995491
SHA256: 6bdfdf26b48906dd5d0d114b6e9f9bf8d771c6c0da47097cb45364be1d6db81d
Description-en: Scientific Interface Definition Language (SIDL) Python runtime
Babel is a compiler for the Scientific Interface Definition Language (SIDL),
currently under development as a support tool for parallel simulation codes.
.
SIDL is in the same "phylum" as CORBA or COM, but with an eye toward future
extension to data redistribution on massively parallel architectures. In
addition, because of the large amount of existing and very important
scientific code written in FORTRAN, SIDL is designed with support for that
language in mind.
.
Babel is written in Java, and currently has backends for: FORTRAN 77, C, C++,
Java and Python.
.
This package contains the Python runtime module.
Description-md5: 37c25f5f99baa0b1afa4f56526ac46bd
Homepage: https://computation.llnl.gov/casc/components/babel.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu