How To Install avl on Fedora 36
Introduction
In this tutorial we learn how to install avl
on Fedora 36.
What is avl
AVL is a program for the aerodynamic and flight-dynamic analysis of rigid aircraft of arbitrary configuration. It employs an extended vortex lattice model for the lifting surfaces, together with a slender-body model for fuselages and nacelles. General nonlinear flight states can be specified. The flight dynamic analysis combines a full linearization of the aerodynamic model about any flight state, together with specified mass properties.
We can use yum
or dnf
to install avl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install avl.
Install avl 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 avl
using dnf
by running the following command:
sudo dnf -y install avl
Install avl 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 avl
using yum
by running the following command:
sudo yum -y install avl
How To Uninstall avl on Fedora 36
To uninstall only the avl
package we can use the following command:
sudo dnf remove avl
avl Package Contents on Fedora 36
/usr/bin/avl
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/e3de1c37302d5d4a979d71ba755f34567845b0
/usr/share/doc/avl
/usr/share/doc/avl/avl_doc.txt
/usr/share/doc/avl/session1.txt
/usr/share/doc/avl/session2.txt
/usr/share/doc/avl/version_notes.txt
/usr/share/licenses/avl
/usr/share/licenses/avl/LICENSE.GPL
/usr/share/licenses/avl/LICENSE.LGPL
References
Summary
In this tutorial we learn how to install avl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).