How to Install and Uninstall jni-inchi.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "jni-inchi.x86_64" package

Learn how to install jni-inchi.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install jni-inchi.x86_64

2. Uninstall "jni-inchi.x86_64" package

In this section, we are going to explain the necessary steps to uninstall jni-inchi.x86_64 on Fedora 34:

$ sudo dnf remove jni-inchi.x86_64 $ sudo dnf autoremove

3. Information about the jni-inchi.x86_64 package on Fedora 34

Last metadata expiration check: 0:34:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : jni-inchi
Version : 0.8
Release : 1.fc34
Architecture : x86_64
Size : 64 k
Source : jni-inchi-0.8-1.fc34.src.rpm
Repository : fedora
Summary : International Chemical Identifiers for Java
URL : http://jni-inchi.sourceforge.net/
License : LGPLv3+
Description : JNI-InChI enables Java software to generate IUPAC's International
: Chemical Identifiers (InChIs) by making Java Native Interface (JNI) calls
: to the InChI C library developed by IUPAC. All of the features from the
: InChI library are supported:
:
: - Standard and Non-Standard InChI generation from structures with 3D, 2D,
: or no coordinates
: - Structure generation (without coordinates) from InChI
: - InChIKey generation
: - Check InChI / InChIKey
: - InChI-to-InChI conversion
: - AuxInfo to InChI input
: - Access to the full range of options supported by InChI
: - Full support for InChI's handling of stereochemistry
:
: JNI-InChI is a library intended for use by developers of other projects.
: It does not enable users to generate InChIs from molecule file formats
: such as .mol, .cml, .mol2, or SMILES strings. If you want to do any of
: these, you should take a look at the Chemistry Development Kit (CDK) or
: JUMBO, both of which include InChI generation powered by JNI-InChI. If,
: however, you are a software developer and you want want to generate the
: InChI for a molecule that you already hold in memory, JNI-InChI is what
: you need.