How To Install freedink-dfarc on Fedora 36
Introduction
In this tutorial we learn how to install freedink-dfarc
on Fedora 36.
What is freedink-dfarc
DFArc makes it easy to play and manage the Dink Smallwood game and it’s numerous Dink Modules (or D-Mods).
We can use yum
or dnf
to install freedink-dfarc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freedink-dfarc.
Install freedink-dfarc 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 freedink-dfarc
using dnf
by running the following command:
sudo dnf -y install freedink-dfarc
Install freedink-dfarc 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 freedink-dfarc
using yum
by running the following command:
sudo yum -y install freedink-dfarc
How To Uninstall freedink-dfarc on Fedora 36
To uninstall only the freedink-dfarc
package we can use the following command:
sudo dnf remove freedink-dfarc
freedink-dfarc Package Contents on Fedora 36
/usr/bin/dfarc
/usr/bin/freedink-dfarc
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/0d7ddc92d7acc673bada8c376d8752330b1c5b
/usr/share/applications/freedink-dfarc.desktop
/usr/share/doc/freedink-dfarc
/usr/share/doc/freedink-dfarc/AUTHORS
/usr/share/doc/freedink-dfarc/COPYING
/usr/share/doc/freedink-dfarc/ChangeLog
/usr/share/doc/freedink-dfarc/NEWS
/usr/share/doc/freedink-dfarc/README
/usr/share/doc/freedink-dfarc/THANKS
/usr/share/doc/freedink-dfarc/TODO
/usr/share/doc/freedink-dfarc/TRANSLATIONS.txt
/usr/share/icons/hicolor/32x32/mimetypes/application-x-dmod.png
/usr/share/locale/ca/LC_MESSAGES/dfarc.mo
/usr/share/locale/da/LC_MESSAGES/dfarc.mo
/usr/share/locale/de/LC_MESSAGES/dfarc.mo
/usr/share/locale/eo/LC_MESSAGES/dfarc.mo
/usr/share/locale/es/LC_MESSAGES/dfarc.mo
/usr/share/locale/fi/LC_MESSAGES/dfarc.mo
/usr/share/locale/fr/LC_MESSAGES/dfarc.mo
/usr/share/locale/fur/LC_MESSAGES/dfarc.mo
/usr/share/locale/hr/LC_MESSAGES/dfarc.mo
/usr/share/locale/hu/LC_MESSAGES/dfarc.mo
/usr/share/locale/it/LC_MESSAGES/dfarc.mo
/usr/share/locale/mk/LC_MESSAGES/dfarc.mo
/usr/share/locale/nl/LC_MESSAGES/dfarc.mo
/usr/share/locale/pl/LC_MESSAGES/dfarc.mo
/usr/share/locale/pt_BR/LC_MESSAGES/dfarc.mo
/usr/share/locale/sr/LC_MESSAGES/dfarc.mo
/usr/share/locale/tr/LC_MESSAGES/dfarc.mo
/usr/share/locale/vi/LC_MESSAGES/dfarc.mo
/usr/share/man/man1/dfarc.1.gz
/usr/share/man/man1/freedink-dfarc.1.gz
/usr/share/mime/packages/freedink-mime.xml
/usr/share/pixmaps/dfarc.png
References
Summary
In this tutorial we learn how to install freedink-dfarc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).