How To Install libint-devel on Fedora 36
Introduction
In this tutorial we learn how to install libint-devel
on Fedora 36.
What is libint-devel
This package contains development headers and libraries for libint. It also contains a programmer’s manual.
We can use yum
or dnf
to install libint-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libint-devel.
Install libint-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 libint-devel
using dnf
by running the following command:
sudo dnf -y install libint-devel
Install libint-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 libint-devel
using yum
by running the following command:
sudo yum -y install libint-devel
How To Uninstall libint-devel on Fedora 36
To uninstall only the libint-devel
package we can use the following command:
sudo dnf remove libint-devel
libint-devel Package Contents on Fedora 36
/usr/include/libderiv
/usr/include/libderiv/libderiv.h
/usr/include/libint
/usr/include/libint/hrr_header.h
/usr/include/libint/libint.h
/usr/include/libint/vrr_header.h
/usr/include/libr12
/usr/include/libr12/libr12.h
/usr/lib/libderiv.so
/usr/lib/libint.so
/usr/lib/libr12.so
/usr/lib/rpm/macros.d/macros.libint
/usr/share/doc/libint-devel
/usr/share/doc/libint-devel/progman.pdf
References
Summary
In this tutorial we learn how to install libint-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libint-devel on Fedora 36” linkTitle: “libint-devel” type: “docs” description: “In this tutorial we learn how to install libint-devel in Fedora 36. libint-devel is Development headers and libraries for libint” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libint-devel-featured.png
Introduction
In this tutorial we learn how to install libint-devel
on Fedora 36.
What is libint-devel
This package contains development headers and libraries for libint. It also contains a programmer’s manual.
We can use yum
or dnf
to install libint-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libint-devel.
Install libint-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 libint-devel
using dnf
by running the following command:
sudo dnf -y install libint-devel
Install libint-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 libint-devel
using yum
by running the following command:
sudo yum -y install libint-devel
How To Uninstall libint-devel on Fedora 36
To uninstall only the libint-devel
package we can use the following command:
sudo dnf remove libint-devel
libint-devel Package Contents on Fedora 36
/usr/include/libderiv
/usr/include/libderiv/libderiv.h
/usr/include/libint
/usr/include/libint/hrr_header.h
/usr/include/libint/libint.h
/usr/include/libint/vrr_header.h
/usr/include/libr12
/usr/include/libr12/libr12.h
/usr/lib/rpm/macros.d/macros.libint
/usr/lib64/libderiv.so
/usr/lib64/libint.so
/usr/lib64/libr12.so
/usr/share/doc/libint-devel
/usr/share/doc/libint-devel/progman.pdf
References
Summary
In this tutorial we learn how to install libint-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).