How To Install sailcut on Fedora 36
Introduction
In this tutorial we learn how to install sailcut
on Fedora 36.
What is sailcut
Sailcut CAD is a sail design and plotting software. It allows you to design and visualize your own sail and compute the accurate development of all panels in flat sheets.
We can use yum
or dnf
to install sailcut
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sailcut.
Install sailcut 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 sailcut
using dnf
by running the following command:
sudo dnf -y install sailcut
Install sailcut 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 sailcut
using yum
by running the following command:
sudo yum -y install sailcut
How To Uninstall sailcut on Fedora 36
To uninstall only the sailcut
package we can use the following command:
sudo dnf remove sailcut
sailcut Package Contents on Fedora 36
/usr/bin/sailcut
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/92499519a8c9fb5a7d58c8fdff00327c09de2c
/usr/share/applications/sailcut.desktop
/usr/share/doc/sailcut
/usr/share/doc/sailcut/AUTHORS
/usr/share/doc/sailcut/ChangeLog
/usr/share/doc/sailcut/README
/usr/share/doc/sailcut/coordinates_system.png
/usr/share/doc/sailcut/develop_panel_drawing.png
/usr/share/doc/sailcut/head_gores_definition.png
/usr/share/doc/sailcut/index.html
/usr/share/doc/sailcut/rigplan.png
/usr/share/doc/sailcut/sail_edges.png
/usr/share/doc/sailcut/sail_seams.png
/usr/share/doc/sailcut/sailplan.png
/usr/share/icons/hicolor/scalable/apps/sailcut.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-sailcut.svg
/usr/share/licenses/sailcut
/usr/share/licenses/sailcut/COPYING
/usr/share/mime/packages/sailcut.xml
/usr/share/sailcut/sailcut_de.qm
/usr/share/sailcut/sailcut_dk.qm
/usr/share/sailcut/sailcut_fr.qm
/usr/share/sailcut/sailcut_it.qm
/usr/share/sailcut/sailcut_nl.qm
/usr/share/sailcut/sailcut_no.qm
/usr/share/sailcut/sailcut_pt.qm
/usr/share/sailcut/sailcut_ru.qm
References
Summary
In this tutorial we learn how to install sailcut
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).