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