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

Last updated: October 06,2024

1. Install "ode.i686" package

In this section, we are going to explain the necessary steps to install ode.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install ode.i686

2. Uninstall "ode.i686" package

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

$ sudo dnf remove ode.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:08:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ode
Version : 0.14
Release : 13.fc34
Architecture : i686
Size : 468 k
Source : ode-0.14-13.fc34.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.