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