How To Install xdms on Fedora 36
Introduction
In this tutorial we learn how to install xdms on Fedora 36.
What is xdms
Extracts Amiga DMS (Disk Masher) archives which are compressed Amiga disk images. Xdms is particularly useful with Amiga emulators.
We can use yum or dnf to install xdms on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xdms.
Install xdms 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 xdms using dnf by running the following command:
sudo dnf -y install xdms
Install xdms 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 xdms using yum by running the following command:
sudo yum -y install xdms
How To Uninstall xdms on Fedora 36
To uninstall only the xdms package we can use the following command:
sudo dnf remove xdms
xdms Package Contents on Fedora 36
/usr/bin/xdms
/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/ef827f02ca4afd6162b5f5fb72caef6a8db121
/usr/share/doc/xdms
/usr/share/doc/xdms/ChangeLog.txt
/usr/share/doc/xdms/xdms.txt
/usr/share/man/man1/xdms.1.gz
References
Summary
In this tutorial we learn how to install xdms on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).