How to Install and Uninstall ode.x86_64 Package on CentOS Stream 9

Last updated: October 05,2024

1. Install "ode.x86_64" package

Please follow the steps below to install ode.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ode.x86_64

2. Uninstall "ode.x86_64" package

Please follow the guidelines below to uninstall ode.x86_64 on CentOS Stream 9:

$ sudo dnf remove ode.x86_64 $ sudo dnf autoremove

3. Information about the ode.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:23:46 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ode
Version : 0.16.4
Release : 2.el9
Architecture : x86_64
Size : 461 k
Source : ode-0.16.4-2.el9.src.rpm
Repository : epel
Summary : High performance library for simulating rigid body dynamics
URL : https://bitbucket.org/odedevs/ode
License : BSD-3-Clause AND LGPL-2.1-or-later
Description : ODE is an open source, high performance library for simulating rigid body
: dynamics. It is fully featured, stable, mature and platform independent with
: an easy to use C/C++ API. It has advanced joint types and integrated collision
: detection with friction. ODE is useful for simulating vehicles, objects in
: virtual reality environments and virtual creatures. It is currently used in
: many computer games, 3D authoring tools and simulation tools.