How To Install openmeeg-devel on Fedora 36

In this tutorial we learn how to install openmeeg-devel in Fedora 36. openmeeg-devel is Development files for openmeeg

Introduction

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

What is openmeeg-devel

The openmeeg-devel package contains libraries and header files for developing applications that use OpenMEEG.

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

Install openmeeg-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 openmeeg-devel using dnf by running the following command:

sudo dnf -y install openmeeg-devel

Install openmeeg-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 openmeeg-devel using yum by running the following command:

sudo yum -y install openmeeg-devel

How To Uninstall openmeeg-devel on Fedora 36

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

sudo dnf remove openmeeg-devel

openmeeg-devel Package Contents on Fedora 36

/usr/include/openmeeg
/usr/include/openmeeg/OpenMEEG
/usr/include/openmeeg/OpenMEEG/AsciiIO.H
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/FortranCInterface.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsAtlasConfig.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsBlasLapackConfig.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsCBlasLapack.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsFBlasLapack.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsFBlasLapack1.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsMKLConfig.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsOpenBLASConfig.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsvecLibConfig.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/blas.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/lapack.h
/usr/include/openmeeg/OpenMEEG/BrainVisaTextureIO.H
/usr/include/openmeeg/OpenMEEG/DataTag.H
/usr/include/openmeeg/OpenMEEG/Exceptions.H
/usr/include/openmeeg/OpenMEEG/FileExceptions.H
/usr/include/openmeeg/OpenMEEG/GeometryExceptions.H
/usr/include/openmeeg/OpenMEEG/IOUtils.H
/usr/include/openmeeg/OpenMEEG/MathsIO.H
/usr/include/openmeeg/OpenMEEG/MatlabIO.H
/usr/include/openmeeg/OpenMEEG/OMassert.H
/usr/include/openmeeg/OpenMEEG/OpenMEEGMathsConfig.h
/usr/include/openmeeg/OpenMEEG/Properties.H
/usr/include/openmeeg/OpenMEEG/PropertiesSpecialized.h
/usr/include/openmeeg/OpenMEEG/RC.H
/usr/include/openmeeg/OpenMEEG/Triangle_triangle_intersection.h
/usr/include/openmeeg/OpenMEEG/TrivialBinIO.H
/usr/include/openmeeg/OpenMEEG/analytics.h
/usr/include/openmeeg/OpenMEEG/assemble.h
/usr/include/openmeeg/OpenMEEG/danielsson.h
/usr/include/openmeeg/OpenMEEG/domain.h
/usr/include/openmeeg/OpenMEEG/fast_sparse_matrix.h
/usr/include/openmeeg/OpenMEEG/forward.h
/usr/include/openmeeg/OpenMEEG/gain.h
/usr/include/openmeeg/OpenMEEG/geometry.h
/usr/include/openmeeg/OpenMEEG/geometry_io.h
/usr/include/openmeeg/OpenMEEG/geometry_reader.h
/usr/include/openmeeg/OpenMEEG/gmres.h
/usr/include/openmeeg/OpenMEEG/integrator.h
/usr/include/openmeeg/OpenMEEG/interface.h
/usr/include/openmeeg/OpenMEEG/isnormal.H
/usr/include/openmeeg/OpenMEEG/linop.h
/usr/include/openmeeg/OpenMEEG/matrix.h
/usr/include/openmeeg/OpenMEEG/mesh.h
/usr/include/openmeeg/OpenMEEG/om_common.h
/usr/include/openmeeg/OpenMEEG/om_utils.h
/usr/include/openmeeg/OpenMEEG/operators.h
/usr/include/openmeeg/OpenMEEG/options.h
/usr/include/openmeeg/OpenMEEG/sensors.h
/usr/include/openmeeg/OpenMEEG/sparse_matrix.h
/usr/include/openmeeg/OpenMEEG/symmatrix.h
/usr/include/openmeeg/OpenMEEG/triangle.h
/usr/include/openmeeg/OpenMEEG/vect3.h
/usr/include/openmeeg/OpenMEEG/vector.h
/usr/include/openmeeg/OpenMEEG/vertex.h
/usr/lib/libOpenMEEG.so
/usr/lib/libOpenMEEGMaths.so
/usr/share/doc/openmeeg-devel
/usr/share/doc/openmeeg-devel/coding_guidelines.txt

References

Summary

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


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

Introduction

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

What is openmeeg-devel

The openmeeg-devel package contains libraries and header files for developing applications that use OpenMEEG.

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

Install openmeeg-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 openmeeg-devel using dnf by running the following command:

sudo dnf -y install openmeeg-devel

Install openmeeg-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 openmeeg-devel using yum by running the following command:

sudo yum -y install openmeeg-devel

How To Uninstall openmeeg-devel on Fedora 36

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

sudo dnf remove openmeeg-devel

openmeeg-devel Package Contents on Fedora 36

/usr/include/openmeeg
/usr/include/openmeeg/OpenMEEG
/usr/include/openmeeg/OpenMEEG/AsciiIO.H
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/FortranCInterface.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsAtlasConfig.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsBlasLapackConfig.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsCBlasLapack.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsFBlasLapack.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsFBlasLapack1.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsMKLConfig.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsOpenBLASConfig.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/OpenMEEGMathsvecLibConfig.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/blas.h
/usr/include/openmeeg/OpenMEEG/BlasLapackImplementations/lapack.h
/usr/include/openmeeg/OpenMEEG/BrainVisaTextureIO.H
/usr/include/openmeeg/OpenMEEG/DataTag.H
/usr/include/openmeeg/OpenMEEG/Exceptions.H
/usr/include/openmeeg/OpenMEEG/FileExceptions.H
/usr/include/openmeeg/OpenMEEG/GeometryExceptions.H
/usr/include/openmeeg/OpenMEEG/IOUtils.H
/usr/include/openmeeg/OpenMEEG/MathsIO.H
/usr/include/openmeeg/OpenMEEG/MatlabIO.H
/usr/include/openmeeg/OpenMEEG/OMassert.H
/usr/include/openmeeg/OpenMEEG/OpenMEEGMathsConfig.h
/usr/include/openmeeg/OpenMEEG/Properties.H
/usr/include/openmeeg/OpenMEEG/PropertiesSpecialized.h
/usr/include/openmeeg/OpenMEEG/RC.H
/usr/include/openmeeg/OpenMEEG/Triangle_triangle_intersection.h
/usr/include/openmeeg/OpenMEEG/TrivialBinIO.H
/usr/include/openmeeg/OpenMEEG/analytics.h
/usr/include/openmeeg/OpenMEEG/assemble.h
/usr/include/openmeeg/OpenMEEG/danielsson.h
/usr/include/openmeeg/OpenMEEG/domain.h
/usr/include/openmeeg/OpenMEEG/fast_sparse_matrix.h
/usr/include/openmeeg/OpenMEEG/forward.h
/usr/include/openmeeg/OpenMEEG/gain.h
/usr/include/openmeeg/OpenMEEG/geometry.h
/usr/include/openmeeg/OpenMEEG/geometry_io.h
/usr/include/openmeeg/OpenMEEG/geometry_reader.h
/usr/include/openmeeg/OpenMEEG/gmres.h
/usr/include/openmeeg/OpenMEEG/integrator.h
/usr/include/openmeeg/OpenMEEG/interface.h
/usr/include/openmeeg/OpenMEEG/isnormal.H
/usr/include/openmeeg/OpenMEEG/linop.h
/usr/include/openmeeg/OpenMEEG/matrix.h
/usr/include/openmeeg/OpenMEEG/mesh.h
/usr/include/openmeeg/OpenMEEG/om_common.h
/usr/include/openmeeg/OpenMEEG/om_utils.h
/usr/include/openmeeg/OpenMEEG/operators.h
/usr/include/openmeeg/OpenMEEG/options.h
/usr/include/openmeeg/OpenMEEG/sensors.h
/usr/include/openmeeg/OpenMEEG/sparse_matrix.h
/usr/include/openmeeg/OpenMEEG/symmatrix.h
/usr/include/openmeeg/OpenMEEG/triangle.h
/usr/include/openmeeg/OpenMEEG/vect3.h
/usr/include/openmeeg/OpenMEEG/vector.h
/usr/include/openmeeg/OpenMEEG/vertex.h
/usr/lib64/libOpenMEEG.so
/usr/lib64/libOpenMEEGMaths.so
/usr/share/doc/openmeeg-devel
/usr/share/doc/openmeeg-devel/coding_guidelines.txt

References

Summary

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