How To Install simarrange on Fedora 36
Introduction
In this tutorial we learn how to install simarrange
on Fedora 36.
What is simarrange
Simarrange is a program that simulates collisions between STL meshes in 2D in order to generate tightly packed sets of parts. It takes a directory of STL files as input and outputs STL files with combined plates of parts. The parts are assumed to be in the correct printable orientation already.
We can use yum
or dnf
to install simarrange
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install simarrange.
Install simarrange 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 simarrange
using dnf
by running the following command:
sudo dnf -y install simarrange
Install simarrange 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 simarrange
using yum
by running the following command:
sudo yum -y install simarrange
How To Uninstall simarrange on Fedora 36
To uninstall only the simarrange
package we can use the following command:
sudo dnf remove simarrange
simarrange Package Contents on Fedora 36
/usr/bin/simarrange
/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/4619462c8b8c02aaf113cffac963263a4aa72e
/usr/share/doc/simarrange
/usr/share/doc/simarrange/README.md
/usr/share/licenses/simarrange
/usr/share/licenses/simarrange/COPYING
/usr/share/man/man1/simarrange.1.gz
References
Summary
In this tutorial we learn how to install simarrange
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).