How To Install python3-YafaRay on Fedora 36
Introduction
In this tutorial we learn how to install python3-YafaRay
on Fedora 36.
What is python3-YafaRay
The python3-YafaRay package contains Python 3 bindings for YafaRay.
We can use yum
or dnf
to install python3-YafaRay
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-YafaRay.
Install python3-YafaRay 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 python3-YafaRay
using dnf
by running the following command:
sudo dnf -y install python3-YafaRay
Install python3-YafaRay 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 python3-YafaRay
using yum
by running the following command:
sudo yum -y install python3-YafaRay
How To Uninstall python3-YafaRay on Fedora 36
To uninstall only the python3-YafaRay
package we can use the following command:
sudo dnf remove python3-YafaRay
python3-YafaRay Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/84b5f244d2d03a4f72cc4ab7d0587e70877ff8
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/510b583e67f6a8792eb7304a7ae27f69389234
/usr/lib64/python3.10/site-packages/_yafaray_v3_interface.so
/usr/lib64/python3.10/site-packages/_yafqt.so
/usr/lib64/python3.10/site-packages/yafaray_v3_interface.py
/usr/lib64/python3.10/site-packages/yafqt.py
References
Summary
In this tutorial we learn how to install python3-YafaRay
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).