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

Last updated: July 01,2024

1. Install "fcl.i686" package

Please follow the step by step instructions below to install fcl.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install fcl.i686

2. Uninstall "fcl.i686" package

Please follow the guidance below to uninstall fcl.i686 on Fedora 34:

$ sudo dnf remove fcl.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:44:12 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : fcl
Version : 0.6.1
Release : 5.fc34
Architecture : i686
Size : 1.1 M
Source : fcl-0.6.1-5.fc34.src.rpm
Repository : fedora
Summary : Flexible Collision Library
URL : https://github.com/flexible-collision-library/fcl
License : BSD
Description : FCL is a library for performing three types of proximity queries on a pair
: of geometric models composed of triangles.
: * Collision detection: detecting whether the two models overlap, and
: optionally, all of the triangles that overlap.
: * Distance computation: computing the minimum distance between a pair
: of models, i.e., the distance between the closest pair of points.
: * Tolerance verification: determining whether two models are closer or
: farther than a tolerance distance.
: * Continuous collision detection: detecting whether the two moving models
: overlap during the movement, and optionally, the time of contact.
: * Contact information: for collision detection and continuous collision
: detection, the contact information (including contact normals and contact
: points) can be returned optionally.