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

Last updated: October 11,2024

1. Install "jni-inchi.x86_64" package

Please follow the instructions below to install jni-inchi.x86_64 on Fedora 39

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

2. Uninstall "jni-inchi.x86_64" package

This guide covers the steps necessary to uninstall jni-inchi.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 3:50:03 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : jni-inchi
Version : 0.8
Release : 8.fc39
Architecture : x86_64
Size : 65 k
Source : jni-inchi-0.8-8.fc39.src.rpm
Repository : fedora
Summary : International Chemical Identifiers for Java
URL : http://jni-inchi.sourceforge.net/
License : LGPL-3.0-or-later
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.