How To Install vdr-osd2web on Fedora 36

In this tutorial we learn how to install vdr-osd2web in Fedora 36. vdr-osd2web is VDR skin interface for the browser

Introduction

In this tutorial we learn how to install vdr-osd2web on Fedora 36.

What is vdr-osd2web

osd2web is a VDR skin interface for the browser, which displays the OSD and allows all interactions which are possible on the OSD.

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

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

sudo dnf -y install vdr-osd2web

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

sudo yum -y install vdr-osd2web

How To Uninstall vdr-osd2web on Fedora 36

To uninstall only the vdr-osd2web package we can use the following command:

sudo dnf remove vdr-osd2web

vdr-osd2web Package Contents on Fedora 36

/etc/sysconfig/vdr-plugins.d/vdr-osd2web.conf
/etc/vdr/plugins/osd2web
/etc/vdr/plugins/osd2web/browser.conf
/etc/vdr/plugins/osd2web/browser.conf.tmpl
/etc/vdr/plugins/osd2web/http
/etc/vdr/plugins/osd2web/http/common.js
/etc/vdr/plugins/osd2web/http/common.js.map
/etc/vdr/plugins/osd2web/http/favicon.ico
/etc/vdr/plugins/osd2web/http/index.html
/etc/vdr/plugins/osd2web/http/intl.js
/etc/vdr/plugins/osd2web/http/intl.js.map
/etc/vdr/plugins/osd2web/http/skins
/etc/vdr/plugins/osd2web/http/skins/default
/etc/vdr/plugins/osd2web/http/skins/default/index.html
/etc/vdr/plugins/osd2web/http/skins/default/remotecontrol.jpg
/etc/vdr/plugins/osd2web/http/skins/default/skin.js
/etc/vdr/plugins/osd2web/http/skins/default/skin.js.map
/etc/vdr/plugins/osd2web/http/skins/default/themes
/etc/vdr/plugins/osd2web/http/skins/default/themes/default
/etc/vdr/plugins/osd2web/http/skins/default/themes/default.css
/etc/vdr/plugins/osd2web/http/skins/default/themes/default.css.map
/etc/vdr/plugins/osd2web/http/skins/horchiTft
/etc/vdr/plugins/osd2web/http/skins/horchiTft/index.html
/etc/vdr/plugins/osd2web/http/skins/horchiTft/remotecontrol.jpg
/etc/vdr/plugins/osd2web/http/skins/horchiTft/skin.js
/etc/vdr/plugins/osd2web/http/skins/horchiTft/skin.js.map
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/anthraize
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/anthraize.css
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/anthraize.css.map
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/blue
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/blue.css
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/blue.css.map
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/bluecd
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/bluecd.css
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/bluecd.css.map
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/gray
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/gray.css
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/gray.css.map
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/graycd
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/graycd.css
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/graycd.css.map
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/plain
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/plain.css
/etc/vdr/plugins/osd2web/http/skins/horchiTft/themes/plain.css.map
/etc/vdr/plugins/osd2web/http/xsnow.js
/etc/vdr/plugins/osd2web/http/xsnow.js.map
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/5409b29ffe66c40bece5fbe109819753bb5521
/usr/lib64/vdr/bin/startBrowser.sh
/usr/lib64/vdr/libvdr-osd2web.so.2.6.1
/usr/share/doc/vdr-osd2web
/usr/share/doc/vdr-osd2web/README
/usr/share/licenses/vdr-osd2web
/usr/share/licenses/vdr-osd2web/COPYING
/usr/share/licenses/vdr-osd2web/LICENSE
/usr/share/locale/de_DE/LC_MESSAGES/vdr-osd2web.mo

References

Summary

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