How To Install libdmapsharing on Rocky Linux 8
Introduction
In this tutorial we learn how to install libdmapsharing
on Rocky Linux 8.
What is libdmapsharing
libdmapsharing implements the DMAP protocols. This includes support for DAAP and DPAP.
We can use yum
or dnf
to install libdmapsharing
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libdmapsharing.
Install libdmapsharing on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libdmapsharing
using dnf
by running the following command:
sudo dnf -y install libdmapsharing
Install libdmapsharing on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libdmapsharing
using yum
by running the following command:
sudo yum -y install libdmapsharing
How To Uninstall libdmapsharing on Rocky Linux 8
To uninstall only the libdmapsharing
package we can use the following command:
sudo dnf remove libdmapsharing
libdmapsharing Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/744d10530bcc9ebe07519ab882cca367946ccd
/usr/lib/libdmapsharing-3.0.so.2
/usr/lib/libdmapsharing-3.0.so.2.9.37
/usr/share/doc/libdmapsharing
/usr/share/doc/libdmapsharing/AUTHORS
/usr/share/doc/libdmapsharing/COPYING
/usr/share/doc/libdmapsharing/ChangeLog
/usr/share/doc/libdmapsharing/README
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/b5ba2103bccc68f049fb243d1d8f444bafac12
/usr/lib64/libdmapsharing-3.0.so.2
/usr/lib64/libdmapsharing-3.0.so.2.9.37
/usr/share/doc/libdmapsharing
/usr/share/doc/libdmapsharing/AUTHORS
/usr/share/doc/libdmapsharing/COPYING
/usr/share/doc/libdmapsharing/ChangeLog
/usr/share/doc/libdmapsharing/README
References
Summary
In this tutorial we learn how to install libdmapsharing
on Rocky Linux 8 using yum and dnf.