How To Install dolphin-emu-nogui on Fedora 36
Introduction
In this tutorial we learn how to install dolphin-emu-nogui
on Fedora 36.
What is dolphin-emu-nogui
Dolphin Emulator without a graphical user interface.
We can use yum
or dnf
to install dolphin-emu-nogui
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dolphin-emu-nogui.
Install dolphin-emu-nogui 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-nogui
using dnf
by running the following command:
sudo dnf -y install dolphin-emu-nogui
Install dolphin-emu-nogui 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-nogui
using yum
by running the following command:
sudo yum -y install dolphin-emu-nogui
How To Uninstall dolphin-emu-nogui on Fedora 36
To uninstall only the dolphin-emu-nogui
package we can use the following command:
sudo dnf remove dolphin-emu-nogui
dolphin-emu-nogui Package Contents on Fedora 36
/usr/bin/dolphin-emu-nogui
/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/16db3dd186e98c31fc32e848de28753c97dadd
/usr/share/doc/dolphin-emu-nogui
/usr/share/doc/dolphin-emu-nogui/Readme.md
/usr/share/licenses/dolphin-emu-nogui
/usr/share/licenses/dolphin-emu-nogui/license.txt
/usr/share/man/man6/dolphin-emu-nogui.6.gz
References
Summary
In this tutorial we learn how to install dolphin-emu-nogui
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).