How To Install drumstick0 on Fedora 34

drumstick0 is C++/Qt4 wrapper around the ALSA library sequencer interface C++/Qt4 wrapper around the ALSA library sequencer interface

Introduction

In this tutorial we learn how to install drumstick0 on Fedora 34.

What is drumstick0

The drumstick library is a C++ wrapper around the ALSA library sequencer interface, using Qt4 objects, idioms and style. The ALSA sequencer interface provides software support for MIDI technology on GNU/Linux. drumstick0 0.5.0 29.fc34 x86_64 191 k drumstick0-0.5.0-29.fc34.src.rpm fedora C++/Qt4 wrapper around the ALSA library sequencer interface http GPLv2+ The drumstick library is a C++ wrapper around the ALSA library sequencer interface, using Qt4 objects, idioms and style. The ALSA sequencer interface provides software support for MIDI technology on GNU/Linux.

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

Install drumstick0 on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install drumstick0 using dnf by running the following command:

sudo dnf -y install drumstick0

Install drumstick0 on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install drumstick0 using yum by running the following command:

sudo yum -y install drumstick0

How To Uninstall drumstick0 on Fedora 34

To uninstall only the drumstick0 package we can use the following command:

sudo dnf remove drumstick0

drumstick0 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/c9695fcab850ee4923b2bdc1502bad7ea39085
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/b9f33fd2e345a63dcd8f0f60e87f205f28c0c9
/usr/lib/libdrumstick-alsa.so.0
/usr/lib/libdrumstick-alsa.so.0.5.0
/usr/lib/libdrumstick-file.so.0
/usr/lib/libdrumstick-file.so.0.5.0
/usr/share/doc/drumstick0
/usr/share/doc/drumstick0/AUTHORS
/usr/share/doc/drumstick0/COPYING
/usr/share/doc/drumstick0/ChangeLog
/usr/share/mime/packages/drumstick0.xml
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/91a034cd7513101b90eb16b40ea27096a5ecf4
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/fc517d79be44f6e5b902d90c7fa2605ca16941
/usr/lib64/libdrumstick-alsa.so.0
/usr/lib64/libdrumstick-alsa.so.0.5.0
/usr/lib64/libdrumstick-file.so.0
/usr/lib64/libdrumstick-file.so.0.5.0
/usr/share/doc/drumstick0
/usr/share/doc/drumstick0/AUTHORS
/usr/share/doc/drumstick0/COPYING
/usr/share/doc/drumstick0/ChangeLog
/usr/share/mime/packages/drumstick0.xml

References

Summary

In this tutorial we learn how to install drumstick0 on Fedora 34 using yum and dnf.