How To Install enblend on Fedora 36
Introduction
In this tutorial we learn how to install enblend
on Fedora 36.
What is enblend
Enblend is a tool for compositing images, given a set of images that overlap in some irregular way, Enblend overlays them in such a way that the seam between the images is invisible, or at least very difficult to see. Enfuse combines multiple images of the same subject into a single image with good exposure and good focus. Enblend and Enfuse do not line up the images for you, use a tool like Hugin to do that.
We can use yum
or dnf
to install enblend
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install enblend.
Install enblend 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 enblend
using dnf
by running the following command:
sudo dnf -y install enblend
Install enblend 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 enblend
using yum
by running the following command:
sudo yum -y install enblend
How To Uninstall enblend on Fedora 36
To uninstall only the enblend
package we can use the following command:
sudo dnf remove enblend
enblend Package Contents on Fedora 36
/usr/bin/enblend
/usr/bin/enfuse
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/1a86f601bfeb1313f7b69b217394ea0e96e9f5
/usr/lib/.build-id/60
/usr/lib/.build-id/60/ad1ad86e64f8daf2bfd8edc7caa781efb9066d
/usr/share/doc/enblend
/usr/share/doc/enblend/AUTHORS
/usr/share/doc/enblend/COPYING
/usr/share/doc/enblend/NEWS
/usr/share/doc/enblend/README
/usr/share/man/man1/enblend.1.gz
/usr/share/man/man1/enfuse.1.gz
References
Summary
In this tutorial we learn how to install enblend
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).