How to Install and Uninstall ode.i686 Package on Fedora 36

Last updated: May 21,2024

1. Install "ode.i686" package

This guide let you learn how to install ode.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ode.i686

2. Uninstall "ode.i686" package

This tutorial shows how to uninstall ode.i686 on Fedora 36:

$ sudo dnf remove ode.i686 $ sudo dnf autoremove

3. Information about the ode.i686 package on Fedora 36

Last metadata expiration check: 2:37:37 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ode
Version : 0.14
Release : 15.fc36
Architecture : i686
Size : 461 k
Source : ode-0.14-15.fc36.src.rpm
Repository : fedora
Summary : High performance library for simulating rigid body dynamics
URL : https://bitbucket.org/odedevs/ode
License : BSD or LGPLv2+
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.