How To Install FreeSOLID on Fedora 36
Introduction
In this tutorial we learn how to install FreeSOLID
on Fedora 36.
What is FreeSOLID
FreeSOLID is a library for collision detection of three-dimensional objects undergoing rigid motion and deformation. FreeSOLID is designed to be used in interactive 3D graphics applications.
We can use yum
or dnf
to install FreeSOLID
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install FreeSOLID.
Install FreeSOLID on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install FreeSOLID
using dnf
by running the following command:
sudo dnf -y install FreeSOLID
Install FreeSOLID on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install FreeSOLID
using yum
by running the following command:
sudo yum -y install FreeSOLID
How To Uninstall FreeSOLID on Fedora 36
To uninstall only the FreeSOLID
package we can use the following command:
sudo dnf remove FreeSOLID
FreeSOLID Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/a2e72a605c54f4e521d1b5b8131c1f524dbd13
/usr/lib/libFreeSOLID.so.0
/usr/lib/libFreeSOLID.so.0.2.1
/usr/share/doc/FreeSOLID
/usr/share/doc/FreeSOLID/README
/usr/share/doc/FreeSOLID/TODO
/usr/share/licenses/FreeSOLID
/usr/share/licenses/FreeSOLID/COPYING
/usr/share/licenses/FreeSOLID/COPYING.LIB
References
Summary
In this tutorial we learn how to install FreeSOLID
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install FreeSOLID on Fedora 36” linkTitle: “FreeSOLID” type: “docs” description: “In this tutorial we learn how to install FreeSOLID in Fedora 36. FreeSOLID is 3D collision detection C++ library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/FreeSOLID-featured.png
Introduction
In this tutorial we learn how to install FreeSOLID
on Fedora 36.
What is FreeSOLID
FreeSOLID is a library for collision detection of three-dimensional objects undergoing rigid motion and deformation. FreeSOLID is designed to be used in interactive 3D graphics applications.
We can use yum
or dnf
to install FreeSOLID
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install FreeSOLID.
Install FreeSOLID on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install FreeSOLID
using dnf
by running the following command:
sudo dnf -y install FreeSOLID
Install FreeSOLID on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install FreeSOLID
using yum
by running the following command:
sudo yum -y install FreeSOLID
How To Uninstall FreeSOLID on Fedora 36
To uninstall only the FreeSOLID
package we can use the following command:
sudo dnf remove FreeSOLID
FreeSOLID Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/749372291e779c6be22b935018ea8c18ed1292
/usr/lib64/libFreeSOLID.so.0
/usr/lib64/libFreeSOLID.so.0.2.1
/usr/share/doc/FreeSOLID
/usr/share/doc/FreeSOLID/README
/usr/share/doc/FreeSOLID/TODO
/usr/share/licenses/FreeSOLID
/usr/share/licenses/FreeSOLID/COPYING
/usr/share/licenses/FreeSOLID/COPYING.LIB
References
Summary
In this tutorial we learn how to install FreeSOLID
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).