How To Install xawtv-motv on Fedora 36

In this tutorial we learn how to install xawtv-motv in Fedora 36. xawtv-motv is MoTV Analog Television Viewer

Introduction

In this tutorial we learn how to install xawtv-motv on Fedora 36.

What is xawtv-motv

Motif UI version of the xawtv analog television viewer.

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

Install xawtv-motv 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 xawtv-motv using dnf by running the following command:

sudo dnf -y install xawtv-motv

Install xawtv-motv 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 xawtv-motv using yum by running the following command:

sudo yum -y install xawtv-motv

How To Uninstall xawtv-motv on Fedora 36

To uninstall only the xawtv-motv package we can use the following command:

sudo dnf remove xawtv-motv

xawtv-motv Package Contents on Fedora 36

/usr/bin/motv
/usr/lib/.build-id
/usr/lib/.build-id/02/0f10882020ef1a77fa49ad460db5aabd21e2ed
/usr/share/X11/app-defaults/MoTV
/usr/share/X11/de_DE.UTF-8/app-defaults/MoTV
/usr/share/X11/fr_FR.UTF-8/app-defaults/MoTV
/usr/share/X11/it_IT.UTF-8/app-defaults/MoTV
/usr/share/appdata/motv.metainfo.xml
/usr/share/applications/motv.desktop
/usr/share/man/man1/motv.1.gz

References

Summary

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