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

Last updated: July 07,2024

1. Install "ode.x86_64" package

Here is a brief guide to show you how to install ode.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ode.x86_64

2. Uninstall "ode.x86_64" package

This guide let you learn how to uninstall ode.x86_64 on CentOS Stream 8:

$ sudo dnf remove ode.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:20:18 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ode
Version : 0.16.4
Release : 2.el8
Architecture : x86_64
Size : 459 k
Source : ode-0.16.4-2.el8.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.