How to Install and Uninstall libsidl-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "libsidl-dev" package

Please follow the steps below to install libsidl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsidl-dev

2. Uninstall "libsidl-dev" package

In this section, we are going to explain the necessary steps to uninstall libsidl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsidl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsidl-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsidl-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 37850
Maintainer: Ubuntu Developers
Original-Maintainer: "Adam C. Powell, IV"
Architecture: amd64
Source: babel
Version: 1.4.0.dfsg-8.2
Replaces: libparsifal-dev
Provides: libparsifal-dev
Depends: libsidl-1.4.0 (= 1.4.0.dfsg-8.2), libtool
Filename: pool/universe/b/babel/libsidl-dev_1.4.0.dfsg-8.2_amd64.deb
Size: 6988268
MD5sum: d94185b9baf4f989f8a2e7cee959520c
SHA1: 7e6c2be5c09332f1c952d1c88300e8fedb50742d
SHA256: a5ba5aac9084a8034afee5e5c13893189c80026882f41898912a67085ecf743a
Description-en: Scientific Interface Definition Language (SIDL) C(++)/FORTRAN runtime devel
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 development files for the C, C++ and FORTRAN
backends.
Description-md5: bb88eb56ab37d3f0a66b558bb09e135a
Homepage: https://computation.llnl.gov/casc/components/babel.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu