How To Install adplug on Fedora 36
Introduction
In this tutorial we learn how to install adplug
on Fedora 36.
What is adplug
AdPlug is a free software, cross-platform, hardware independent AdLib sound player library, mainly written in C++. AdPlug plays sound data, originally created for the AdLib (OPL2/3) audio board, directly from its original format on top of an OPL2/3 emulator or by using the real hardware. No OPL2/3 chips are required for playback.
We can use yum
or dnf
to install adplug
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install adplug.
Install adplug 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 adplug
using dnf
by running the following command:
sudo dnf -y install adplug
Install adplug 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 adplug
using yum
by running the following command:
sudo yum -y install adplug
How To Uninstall adplug on Fedora 36
To uninstall only the adplug
package we can use the following command:
sudo dnf remove adplug
adplug Package Contents on Fedora 36
/usr/bin/adplugdb
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/d8abc5be7915017acdf944653cb92ecc62394a
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/5926eb593e500e1b78986e7989f297e44d4c31
/usr/lib/libadplug-2.3.3.so.0
/usr/lib/libadplug-2.3.3.so.0.0.0
/usr/share/doc/adplug
/usr/share/doc/adplug/AUTHORS
/usr/share/doc/adplug/BUGS
/usr/share/doc/adplug/ChangeLog
/usr/share/doc/adplug/NEWS
/usr/share/doc/adplug/NEWS.adplugdb
/usr/share/doc/adplug/README
/usr/share/doc/adplug/README.adplugdb
/usr/share/licenses/adplug
/usr/share/licenses/adplug/COPYING
/usr/share/man/man1/adplugdb.1.gz
/var/lib/adplug
/var/lib/adplug/adplug.db
References
Summary
In this tutorial we learn how to install adplug
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install adplug on Fedora 36” linkTitle: “adplug” type: “docs” description: “In this tutorial we learn how to install adplug in Fedora 36. adplug is Software library for AdLib (OPL2/3) emulation” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/adplug-featured.png
Introduction
In this tutorial we learn how to install adplug
on Fedora 36.
What is adplug
AdPlug is a free software, cross-platform, hardware independent AdLib sound player library, mainly written in C++. AdPlug plays sound data, originally created for the AdLib (OPL2/3) audio board, directly from its original format on top of an OPL2/3 emulator or by using the real hardware. No OPL2/3 chips are required for playback.
We can use yum
or dnf
to install adplug
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install adplug.
Install adplug 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 adplug
using dnf
by running the following command:
sudo dnf -y install adplug
Install adplug 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 adplug
using yum
by running the following command:
sudo yum -y install adplug
How To Uninstall adplug on Fedora 36
To uninstall only the adplug
package we can use the following command:
sudo dnf remove adplug
adplug Package Contents on Fedora 36
/usr/bin/adplugdb
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/1f9a199e44a05ce56fa5d6ec0931ee74ebbfab
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/7e648748ff0558a5a1fac3e8ff3e12db8c0421
/usr/lib64/libadplug-2.3.3.so.0
/usr/lib64/libadplug-2.3.3.so.0.0.0
/usr/share/doc/adplug
/usr/share/doc/adplug/AUTHORS
/usr/share/doc/adplug/BUGS
/usr/share/doc/adplug/ChangeLog
/usr/share/doc/adplug/NEWS
/usr/share/doc/adplug/NEWS.adplugdb
/usr/share/doc/adplug/README
/usr/share/doc/adplug/README.adplugdb
/usr/share/licenses/adplug
/usr/share/licenses/adplug/COPYING
/usr/share/man/man1/adplugdb.1.gz
/var/lib/adplug
/var/lib/adplug/adplug.db
References
Summary
In this tutorial we learn how to install adplug
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).