How to Install and Uninstall coldet.x86_64 Package on Fedora 36

Last updated: October 05,2024

1. Install "coldet.x86_64" package

This tutorial shows how to install coldet.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install coldet.x86_64

2. Uninstall "coldet.x86_64" package

Here is a brief guide to show you how to uninstall coldet.x86_64 on Fedora 36:

$ sudo dnf remove coldet.x86_64 $ sudo dnf autoremove

3. Information about the coldet.x86_64 package on Fedora 36

Last metadata expiration check: 5:20:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : coldet
Version : 1.2
Release : 29.fc36
Architecture : x86_64
Size : 44 k
Source : coldet-1.2-29.fc36.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.