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

Last updated: June 29,2024

1. Install "coldet.i686" package

This tutorial shows how to install coldet.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install coldet.i686

2. Uninstall "coldet.i686" package

Please follow the steps below to uninstall coldet.i686 on Fedora 34:

$ sudo dnf remove coldet.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:40:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : coldet
Version : 1.2
Release : 27.fc34
Architecture : i686
Size : 47 k
Source : coldet-1.2-27.fc34.src.rpm
Repository : fedora
Summary : 3D Collision Detection Library
URL : http://coldet.sourceforge.net/
License : LGPLv2+
Description : This library is an effort to provide a free collision detection library for
: generic polyhedra. Its purpose is mainly for 3D games where accurate detection
: is needed between two non-simple objects.
:
: Features:
: * Works on any model, even polygon soups.
: * Uses bounding box hierarchies for fast detection.
: * Uses additional triangle intersection tests for 100% accuracy.
: * Provides (upon request) exact point of collision, plus the pair of
: triangles that collided.
: * Supports timeout setting, to limit detection time.
: * Model-Model collision test.
: * Ray-Model collision test.
: * Segment-Model collision test.
: * Sphere-Model collision test.
: * Ray-Sphere and Sphere-Sphere primitive collision tests.