How To Install vdr-dvbsddevice on Fedora 36
Introduction
In this tutorial we learn how to install vdr-dvbsddevice on Fedora 36.
What is vdr-dvbsddevice
The dvbsddevice plugin implements the output device for the “Full Featured” DVB cards based on the TechnoTrend/Fujitsu-Siemens design.
We can use yum or dnf to install vdr-dvbsddevice on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vdr-dvbsddevice.
Install vdr-dvbsddevice 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-dvbsddevice using dnf by running the following command:
sudo dnf -y install vdr-dvbsddevice
Install vdr-dvbsddevice 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-dvbsddevice using yum by running the following command:
sudo yum -y install vdr-dvbsddevice
How To Uninstall vdr-dvbsddevice on Fedora 36
To uninstall only the vdr-dvbsddevice package we can use the following command:
sudo dnf remove vdr-dvbsddevice
vdr-dvbsddevice Package Contents on Fedora 36
/etc/sysconfig/vdr-plugins.d/dvbsddevice.conf
/usr/lib/.build-id
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/cf42a58c8f0e55be219b35d1f69ea94b096e39
/usr/lib64/vdr/libvdr-dvbsddevice.so.2.6.1
/usr/share/doc/vdr-dvbsddevice
/usr/share/doc/vdr-dvbsddevice/HISTORY
/usr/share/doc/vdr-dvbsddevice/README
/usr/share/licenses/vdr-dvbsddevice
/usr/share/licenses/vdr-dvbsddevice/COPYING
References
Summary
In this tutorial we learn how to install vdr-dvbsddevice on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).