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

Last updated: May 19,2024

1. Install "libmstoolkit-dev" package

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

$ sudo apt update $ sudo apt install libmstoolkit-dev

2. Uninstall "libmstoolkit-dev" package

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

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

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

Package: libmstoolkit-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1741
Maintainer: Ubuntu Developers
Original-Maintainer: The Debichem Group
Architecture: amd64
Source: libmstoolkit
Version: 77.0.0-1
Depends: libmstoolkit77 (= 77.0.0-1), libzip-dev (>= 0.11.2), libhdf5-dev (>= 1.8.13), libsqlite3-dev (>= 3.8.6), libexpat1-dev (>= 2.1.0)
Conflicts: libmstoolkit73
Filename: pool/universe/libm/libmstoolkit/libmstoolkit-dev_77.0.0-1_amd64.deb
Size: 261250
MD5sum: 72dd433788e1e5e99760941f253f7f2f
SHA1: 5fea8e0101dab52b035fc31fe68be4274826a4db
SHA256: c73e0aedf025413ab6c79e551f58ab899ebcb113f0d7437d08aa0b65ee714a93
Description-en: libraries for manipulating mass spectrometry data - dev files
The MSToolkit is a light-weight C++ library for reading, writing, and
manipulating mass spectrometry data. The MSToolkit is easily linked
to virtually any C++ algorithm for simple, fast file reading and
analysis.
.
Supported File Formats:
-----------------------
- read-only mzML including internal compression (zlib and numpress)
and external compression (.mzML.gz) read-only;
- read-only mzXML including internal compression (zlib) and external
compression (.mzXML.gz)
- read/write mgf, ms1, ms2, bms1, bms2, cms1, cms2
.
Simple Interface:
------------------
- Open any file format from a single function call;
- Store any spectrum in a simple, comprehensive data structure;
- Sequential or random-access file reading.
Description-md5: 818234f92e7dde2c8324a47880c2aef5
Homepage: https://github.com/mhoopmann/mstoolkit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu