How To Install xrotor on Fedora 36
Introduction
In this tutorial we learn how to install xrotor
on Fedora 36.
What is xrotor
XROTOR is an interactive program for the design and analysis of propellers and windmills. It includes 1. Design of minimum induced loss rotor (propeller or windmill) 2. Prompted input of an arbitrary rotor geometry 3. Interactive modification of a rotor geometry and many others.
We can use yum
or dnf
to install xrotor
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xrotor.
Install xrotor 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 xrotor
using dnf
by running the following command:
sudo dnf -y install xrotor
Install xrotor 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 xrotor
using yum
by running the following command:
sudo yum -y install xrotor
How To Uninstall xrotor on Fedora 36
To uninstall only the xrotor
package we can use the following command:
sudo dnf remove xrotor
xrotor Package Contents on Fedora 36
/usr/bin/jplot
/usr/bin/jplote
/usr/bin/xrotor
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/0779feecef9e32dd000297fa0aa716838d618e
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/6f60ed765b8d0ea8fd12d0b3609f96ab48bf97
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/26413ddc07f7c816e0d46bcdedfad46dd168c1
/usr/share/doc/xrotor
/usr/share/doc/xrotor/version_notes.txt
/usr/share/doc/xrotor/xrotor_doc.txt
/usr/share/licenses/xrotor
/usr/share/licenses/xrotor/LICENSE.GPL
/usr/share/licenses/xrotor/LICENSE.LGPL
References
Summary
In this tutorial we learn how to install xrotor
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).