How To Install dolphin-emu-tool on Fedora 36

In this tutorial we learn how to install dolphin-emu-tool in Fedora 36. dolphin-emu-tool is Dolphin Emulator CLI utility

Introduction

In this tutorial we learn how to install dolphin-emu-tool on Fedora 36.

What is dolphin-emu-tool

This package provides “dolphin-tool”, which is a CLI-based utility for functions such as managing disc images.

We can use yum or dnf to install dolphin-emu-tool on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dolphin-emu-tool.

Install dolphin-emu-tool 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 dolphin-emu-tool using dnf by running the following command:

sudo dnf -y install dolphin-emu-tool

Install dolphin-emu-tool 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 dolphin-emu-tool using yum by running the following command:

sudo yum -y install dolphin-emu-tool

How To Uninstall dolphin-emu-tool on Fedora 36

To uninstall only the dolphin-emu-tool package we can use the following command:

sudo dnf remove dolphin-emu-tool

dolphin-emu-tool Package Contents on Fedora 36

/usr/bin/dolphin-tool
/usr/lib/.build-id
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/2083da8185df328b2b8a630727ac8d1ceb490f
/usr/share/doc/dolphin-emu-tool
/usr/share/doc/dolphin-emu-tool/Readme.md
/usr/share/licenses/dolphin-emu-tool
/usr/share/licenses/dolphin-emu-tool/license.txt

References

Summary

In this tutorial we learn how to install dolphin-emu-tool on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).