How To Install snes_ntsc on Fedora 34

snes_ntsc is Provides a SNES NTSC video filtering library Provides a SNES NTSC video filtering library

Introduction

In this tutorial we learn how to install snes_ntsc on Fedora 34.

What is snes_ntsc

Super NES NTSC video filter. The main benefit is color mixing, as composite video artifacts are less noticeable than on the NES. Accepts pixels in 16-bit RGB or 15-bit BGR (native SNES format). snes_ntsc 0.2.2 24.fc34 x86_64 27 k snes_ntsc-0.2.2-24.fc34.src.rpm fedora Provides a SNES NTSC video filtering library http LGPLv2+ Super NES NTSC video filter. The main benefit is color mixing, as composite video artifacts are less noticeable than on the NES. Accepts pixels in 16-bit RGB or 15-bit BGR (native SNES format).

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

Install snes_ntsc on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install snes_ntsc using dnf by running the following command:

sudo dnf -y install snes_ntsc

Install snes_ntsc on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install snes_ntsc using yum by running the following command:

sudo yum -y install snes_ntsc

How To Uninstall snes_ntsc on Fedora 34

To uninstall only the snes_ntsc package we can use the following command:

sudo dnf remove snes_ntsc

snes_ntsc Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/7b96d3d43db50269ea56c1d2a684fa1e786534
/usr/lib64/libsnes_ntsc.so.0
/usr/lib64/libsnes_ntsc.so.0.2.2
/usr/share/doc/snes_ntsc
/usr/share/doc/snes_ntsc/changes.txt
/usr/share/doc/snes_ntsc/license.txt
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/a0479a44e7ca42f7791cd985565c11aefc8495
/usr/lib/libsnes_ntsc.so.0
/usr/lib/libsnes_ntsc.so.0.2.2
/usr/share/doc/snes_ntsc
/usr/share/doc/snes_ntsc/changes.txt
/usr/share/doc/snes_ntsc/license.txt

References

Summary

In this tutorial we learn how to install snes_ntsc on Fedora 34 using yum and dnf.