How To Install ewftools on Fedora 36
Introduction
In this tutorial we learn how to install ewftools
on Fedora 36.
What is ewftools
Several tools for reading and writing EWF files. It contains tools to acquire, verify and export EWF files.
We can use yum
or dnf
to install ewftools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ewftools.
Install ewftools 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 ewftools
using dnf
by running the following command:
sudo dnf -y install ewftools
Install ewftools 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 ewftools
using yum
by running the following command:
sudo yum -y install ewftools
How To Uninstall ewftools on Fedora 36
To uninstall only the ewftools
package we can use the following command:
sudo dnf remove ewftools
ewftools Package Contents on Fedora 36
/usr/bin/ewfacquire
/usr/bin/ewfacquirestream
/usr/bin/ewfdebug
/usr/bin/ewfexport
/usr/bin/ewfinfo
/usr/bin/ewfmount
/usr/bin/ewfrecover
/usr/bin/ewfverify
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/ae009392ef56af7675a8a97fcecc81d298c5d5
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/41cc85598c437dd182d78831d337bbf4f1b731
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/3ebe7bdb56686d6c1b6839470452b65b78a696
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/ed2241874aa953997ee827fbd1f324b2ea4bff
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/232549f6ae68d4d8ba0e04e7a4854420b71cbf
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/10a088322901b2ec0c13e28bfbec4b453449fe
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/95be3e2f2c40bfef50a783d40fde7a2e9f971d
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/1825ad27f9c4b46539bf5d29d1202a2053b7c4
/usr/share/man/man1/ewfacquire.1.gz
/usr/share/man/man1/ewfacquirestream.1.gz
/usr/share/man/man1/ewfexport.1.gz
/usr/share/man/man1/ewfinfo.1.gz
/usr/share/man/man1/ewfmount.1.gz
/usr/share/man/man1/ewfrecover.1.gz
/usr/share/man/man1/ewfverify.1.gz
References
Summary
In this tutorial we learn how to install ewftools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).