How To Install snes_ntsc-demos on Fedora 36
Introduction
In this tutorial we learn how to install snes_ntsc-demos on Fedora 36.
What is snes_ntsc-demos
Examples using snes_ntsc
We can use yum or dnf to install snes_ntsc-demos on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install snes_ntsc-demos.
Install snes_ntsc-demos 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 snes_ntsc-demos using dnf by running the following command:
sudo dnf -y install snes_ntsc-demos
Install snes_ntsc-demos 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 snes_ntsc-demos using yum by running the following command:
sudo yum -y install snes_ntsc-demos
How To Uninstall snes_ntsc-demos on Fedora 36
To uninstall only the snes_ntsc-demos package we can use the following command:
sudo dnf remove snes_ntsc-demos
snes_ntsc-demos Package Contents on Fedora 36
/usr/bin/snes_ntsc_benchmark
/usr/bin/snes_ntsc_demo
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/805cfd656f8b13c4a1b37ddc36d2a72bb5fa07
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/7bf0bfe68f64471e6495ef4c1e79094c56ad90
/usr/share/snes_ntsc
/usr/share/snes_ntsc/test.bmp
References
Summary
In this tutorial we learn how to install snes_ntsc-demos on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).