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

Last updated: September 20,2024

1. Install "python-chemfp" package

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

$ sudo apt update $ sudo apt install python-chemfp

2. Uninstall "python-chemfp" package

Here is a brief guide to show you how to uninstall python-chemfp on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-chemfp
Priority: optional
Section: universe/python
Installed-Size: 793
Maintainer: Ubuntu Developers
Original-Maintainer: Debichem Team
Architecture: amd64
Source: chemfp
Version: 1.1p1-2.1
Provides: python2.7-chemfp
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libgomp1 (>= 4.9)
Recommends: python-openbabel, python-rdkit
Filename: pool/universe/c/chemfp/python-chemfp_1.1p1-2.1_amd64.deb
Size: 159428
MD5sum: cbb0409e80b0989def7517d8b611d177
SHA1: 7fe4c86b5c403521e6a0439cdd41ac26a9bf93b9
SHA256: 6fa2aec7e1ebd4a750ab8f68633e38ad3017ff85a643901a992a8ead85834b73
Description-en: cheminformatics fingerprints file formats and tools
Chem-fingerprints is a set of formats and related tools for the storage,
exchange, and search of cheminformatics fingerprint data sets.
.
It translates fingerprints from the OpenBabel and RDKIT and
cheminformatics packages (as well as the proprietary OEChem package)
into the binary FPS format.
.
Besides Python modules, it provides the following tools:
.
* sdf2fps - Extract fingerprint data from SD tags
* ob2fps - Use OpenBabel to generate fingerprints from structures
* rdkit2fps - Use RDKit to generate fingerprints from structures
* oe2fps - Use OEChem/OEGraphSim to generate fingerprints from structures
* simsearch - Do threshold or k-nearest neighbor Tanimoto similarity searches
between two FPS files
Description-md5: 5c8f2d86b2131e71c3d9267261e49013
Homepage: http://code.google.com/p/chem-fingerprints/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu