How To Install inchi-devel on Fedora 36

In this tutorial we learn how to install inchi-devel in Fedora 36. inchi-devel is Development headers for the InChI library

Introduction

In this tutorial we learn how to install inchi-devel on Fedora 36.

What is inchi-devel

The inchi-devel package includes the header files and libraries necessary for developing programs using the InChI library. If you are going to develop programs which will use this library you should install inchi-devel. You’ll also need to have the inchi package installed.

We can use yum or dnf to install inchi-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install inchi-devel.

Install inchi-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install inchi-devel using dnf by running the following command:

sudo dnf -y install inchi-devel

Install inchi-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install inchi-devel using yum by running the following command:

sudo yum -y install inchi-devel

How To Uninstall inchi-devel on Fedora 36

To uninstall only the inchi-devel package we can use the following command:

sudo dnf remove inchi-devel

inchi-devel Package Contents on Fedora 36

/usr/include/inchi
/usr/include/inchi/ichisize.h
/usr/include/inchi/inchi_api.h
/usr/include/inchi/ixa.h
/usr/lib64/libinchi.so

References

Summary

In this tutorial we learn how to install inchi-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install inchi-devel on Fedora 36” linkTitle: “inchi-devel” type: “docs” description: “In this tutorial we learn how to install inchi-devel in Fedora 36. inchi-devel is Development headers for the InChI library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/inchi-devel-featured.png

Introduction

In this tutorial we learn how to install inchi-devel on Fedora 36.

What is inchi-devel

The inchi-devel package includes the header files and libraries necessary for developing programs using the InChI library. If you are going to develop programs which will use this library you should install inchi-devel. You’ll also need to have the inchi package installed.

We can use yum or dnf to install inchi-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install inchi-devel.

Install inchi-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install inchi-devel using dnf by running the following command:

sudo dnf -y install inchi-devel

Install inchi-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install inchi-devel using yum by running the following command:

sudo yum -y install inchi-devel

How To Uninstall inchi-devel on Fedora 36

To uninstall only the inchi-devel package we can use the following command:

sudo dnf remove inchi-devel

inchi-devel Package Contents on Fedora 36

/usr/include/inchi
/usr/include/inchi/ichisize.h
/usr/include/inchi/inchi_api.h
/usr/include/inchi/ixa.h
/usr/lib/libinchi.so

References

Summary

In this tutorial we learn how to install inchi-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).