How To Install deutex on Fedora 36
Introduction
In this tutorial we learn how to install deutex
on Fedora 36.
What is deutex
DeuTex is a wad composer for Doom, Heretic, Hexen and Strife. It can be used to extract the lumps of a wad and save them as individual files. Conversely, it can also build a wad from separate files. When extracting a lump to a file, it does not just copy the raw data, it converts it to an appropriate format (such as PPM for graphics, Sun audio for samples, etc.). Conversely, when it reads files for inclusion in pwads, it does the necessary conversions (for example, from PPM to Doom picture format). In addition, DeuTex has functions such as merging wads, etc. If you’re doing any wad hacking beyond level editing, DeuTex is a must.
We can use yum
or dnf
to install deutex
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install deutex.
Install deutex 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 deutex
using dnf
by running the following command:
sudo dnf -y install deutex
Install deutex 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 deutex
using yum
by running the following command:
sudo yum -y install deutex
How To Uninstall deutex on Fedora 36
To uninstall only the deutex
package we can use the following command:
sudo dnf remove deutex
deutex Package Contents on Fedora 36
/usr/bin/deutex
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/09a5001c0eb476980c98caeb727caa2ea59c47
/usr/share/doc/deutex
/usr/share/doc/deutex/AUTHORS
/usr/share/doc/deutex/COPYING
/usr/share/doc/deutex/COPYING.LIB
/usr/share/doc/deutex/NEWS.adoc
/usr/share/doc/deutex/README.adoc
/usr/share/licenses/deutex
/usr/share/licenses/deutex/LICENSE
/usr/share/man/man6/deutex.6.gz
References
Summary
In this tutorial we learn how to install deutex
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).