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

Last updated: April 29,2024

1. Install "libsilo-dev" package

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

$ sudo apt update $ sudo apt install libsilo-dev

2. Uninstall "libsilo-dev" package

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

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

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

Package: libsilo-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1265
Maintainer: Ubuntu Developers
Original-Maintainer: Alastair McKinstry
Architecture: amd64
Source: silo-llnl
Version: 4.10.2-5build2
Depends: libsiloh5-0 (= 4.10.2-5build2)
Filename: pool/universe/s/silo-llnl/libsilo-dev_4.10.2-5build2_amd64.deb
Size: 1109322
MD5sum: fae2c2eacb63abee90c428bf61d736e8
SHA1: b5b1bc25a3640ac1681d6b269494d73b4ce672bc
SHA256: 0991c1c43fcec93aa502bdaf4787ca1b7f76f2eda84e240ecb2bf5b856553463
Description-en: Development files for SILO Scientific I/O library from LLNL
Silo is a library for reading and writing a wide variety of scientific data to
binary, disk files. The files Silo produces and the data within them can be
easily shared and exchanged between wholly independently developed applications
running on disparate computing platforms. Consequently, Silo facilitates the
development of general purpose tools for processing scientific data.
One of the more popular tools that process Silo data files is the
VisIt visualization tool.
.
Silo supports gridless (point) meshes, structured meshes, unstructured-zoo
and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes,
constructive solid geometry (CSG) meshes, piecewise-constant
(e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables
defined on the node, edge, face or volume elements of meshes as well as
the decomposition of meshes into arbitrary subset hierarchies including
materials and mixing materials. In addition, Silo supports a wide variety of
other useful objects to address various scientific computing application
needs. Although the Silo library is a serial library, it has some key features
which enable it to be applied quite effectively and scalable in parallel.
.
Architecturally, the library is divided into two main pieces; an upper-level
application programming interface (API) and a lower-level I/O implementation
called a driver. Silo supports multiple I/O drivers, the two most common of
which are the HDF5 (Hierarchical Data Format 5) and PDB (Portable Data Base)
drivers.
Description-md5: 44789d497dcd21167152e84726c04613
Multi-Arch: same
Homepage: https://wci.llnl.gov/simulation/computer-codes/silo/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu