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