How To Install nes_ntsc-demos on Fedora 36

In this tutorial we learn how to install nes_ntsc-demos in Fedora 36. nes_ntsc-demos is Examples using nes_ntsc

Introduction

In this tutorial we learn how to install nes_ntsc-demos on Fedora 36.

What is nes_ntsc-demos

Examples using nes_ntsc

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

Install nes_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 nes_ntsc-demos using dnf by running the following command:

sudo dnf -y install nes_ntsc-demos

Install nes_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 nes_ntsc-demos using yum by running the following command:

sudo yum -y install nes_ntsc-demos

How To Uninstall nes_ntsc-demos on Fedora 36

To uninstall only the nes_ntsc-demos package we can use the following command:

sudo dnf remove nes_ntsc-demos

nes_ntsc-demos Package Contents on Fedora 36

/usr/bin/nes_ntsc_benchmark
/usr/bin/nes_ntsc_demo
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/3dc2f3392cba34ccbb9d529f2c206567a2a389
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/a5163b2c90e83cffecdad2092e1b221002ba10
/usr/share/nes_ntsc
/usr/share/nes_ntsc/test.bmp
/usr/share/nes_ntsc/tests
/usr/share/nes_ntsc/tests/1.line_phase.nes
/usr/share/nes_ntsc/tests/2.frame_phase.nes
/usr/share/nes_ntsc/tests/3.special_frame_phase.nes

References

Summary

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