How To Install ode-devel on Fedora 36

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

Introduction

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

What is ode-devel

The ode-devel package contains libraries and header files for developing applications that use ode or ode-double.

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

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

sudo dnf -y install ode-devel

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

sudo yum -y install ode-devel

How To Uninstall ode-devel on Fedora 36

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

sudo dnf remove ode-devel

ode-devel Package Contents on Fedora 36

/usr/bin/ode-config
/usr/bin/ode-double-config
/usr/include/ode
/usr/include/ode/collision.h
/usr/include/ode/collision_space.h
/usr/include/ode/collision_trimesh.h
/usr/include/ode/common.h
/usr/include/ode/compatibility.h
/usr/include/ode/contact.h
/usr/include/ode/error.h
/usr/include/ode/export-dif.h
/usr/include/ode/mass.h
/usr/include/ode/matrix.h
/usr/include/ode/memory.h
/usr/include/ode/misc.h
/usr/include/ode/objects.h
/usr/include/ode/ode.h
/usr/include/ode/odeconfig.h
/usr/include/ode/odecpp.h
/usr/include/ode/odecpp_collision.h
/usr/include/ode/odeinit.h
/usr/include/ode/odemath.h
/usr/include/ode/odemath_legacy.h
/usr/include/ode/precision.h
/usr/include/ode/rotation.h
/usr/include/ode/threading.h
/usr/include/ode/threading_impl.h
/usr/include/ode/timer.h
/usr/include/ode/version.h
/usr/lib/libode-double.so
/usr/lib/libode.so
/usr/lib/pkgconfig/ode-double.pc
/usr/lib/pkgconfig/ode.pc

References

Summary

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


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

Introduction

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

What is ode-devel

The ode-devel package contains libraries and header files for developing applications that use ode or ode-double.

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

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

sudo dnf -y install ode-devel

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

sudo yum -y install ode-devel

How To Uninstall ode-devel on Fedora 36

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

sudo dnf remove ode-devel

ode-devel Package Contents on Fedora 36

/usr/bin/ode-config
/usr/bin/ode-double-config
/usr/include/ode
/usr/include/ode/collision.h
/usr/include/ode/collision_space.h
/usr/include/ode/collision_trimesh.h
/usr/include/ode/common.h
/usr/include/ode/compatibility.h
/usr/include/ode/contact.h
/usr/include/ode/error.h
/usr/include/ode/export-dif.h
/usr/include/ode/mass.h
/usr/include/ode/matrix.h
/usr/include/ode/memory.h
/usr/include/ode/misc.h
/usr/include/ode/objects.h
/usr/include/ode/ode.h
/usr/include/ode/odeconfig.h
/usr/include/ode/odecpp.h
/usr/include/ode/odecpp_collision.h
/usr/include/ode/odeinit.h
/usr/include/ode/odemath.h
/usr/include/ode/odemath_legacy.h
/usr/include/ode/precision.h
/usr/include/ode/rotation.h
/usr/include/ode/threading.h
/usr/include/ode/threading_impl.h
/usr/include/ode/timer.h
/usr/include/ode/version.h
/usr/lib64/libode-double.so
/usr/lib64/libode.so
/usr/lib64/pkgconfig/ode-double.pc
/usr/lib64/pkgconfig/ode.pc

References

Summary

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