How To Install drumstick on Fedora 36
Introduction
In this tutorial we learn how to install drumstick
on Fedora 36.
What is drumstick
The drumstick library is a C++ wrapper around the ALSA library sequencer interface, using Qt5 objects, idioms and style. OSS, network and Fluidsynth interfaces are also supported by this library.
We can use yum
or dnf
to install drumstick
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install drumstick.
Install drumstick 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 drumstick
using dnf
by running the following command:
sudo dnf -y install drumstick
Install drumstick 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 drumstick
using yum
by running the following command:
sudo yum -y install drumstick
How To Uninstall drumstick on Fedora 36
To uninstall only the drumstick
package we can use the following command:
sudo dnf remove drumstick
drumstick Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/120353aac08ab33e9e7e13c4650c757707f3b2
/usr/lib/.build-id/15
/usr/lib/.build-id/15/d9323a6f8e12b8c785dfb2f6af3eea422cb398
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/dca66c7ba96b83e55a084427038b1e21af55aa
/usr/lib/.build-id/21
/usr/lib/.build-id/21/2435a5faf7cfcf3f912b8bdc77c0a49187f613
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/ec117c33bb93adc4e36d7d99c74e1890e56399
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/91e1d85cd2254c9e1d4fbfbf3f2008ffcf12e4
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/24a5d5120e6019ea79dbe668fedf0c9554daa3
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/a9ec2c5850274a74b276e7bb36a388d712ff29
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/2e1596edad70e7068ac097df3617c5c25bd113
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/3f884dc7f457d42aa62a337f0f72983c23ef90
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/25e7599699caf729859a1340e318419a2adbaf
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/819e31671bb83fb1a6686f0ba3f653134f7f52
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/ad964255e1e8d7ee5060e0c149ca4bc7213db5
/usr/lib64/drumstick2
/usr/lib64/drumstick2/libdrumstick-rt-alsa-in.so
/usr/lib64/drumstick2/libdrumstick-rt-alsa-out.so
/usr/lib64/drumstick2/libdrumstick-rt-eassynth.so
/usr/lib64/drumstick2/libdrumstick-rt-fluidsynth.so
/usr/lib64/drumstick2/libdrumstick-rt-net-in.so
/usr/lib64/drumstick2/libdrumstick-rt-net-out.so
/usr/lib64/drumstick2/libdrumstick-rt-oss-in.so
/usr/lib64/drumstick2/libdrumstick-rt-oss-out.so
/usr/lib64/libdrumstick-alsa.so.2
/usr/lib64/libdrumstick-alsa.so.2.5.1
/usr/lib64/libdrumstick-file.so.2
/usr/lib64/libdrumstick-file.so.2.5.1
/usr/lib64/libdrumstick-rt.so.2
/usr/lib64/libdrumstick-rt.so.2.5.1
/usr/lib64/libdrumstick-widgets.so.2
/usr/lib64/libdrumstick-widgets.so.2.5.1
/usr/lib64/qt5/plugins/designer/libdrumstick-vpiano-plugin.so
/usr/share/doc/drumstick
/usr/share/doc/drumstick/AUTHORS
/usr/share/doc/drumstick/COPYING
/usr/share/doc/drumstick/ChangeLog
/usr/share/doc/drumstick/TODO
/usr/share/drumstick
/usr/share/drumstick/drumstick-drumgrid_en.qm
/usr/share/drumstick/drumstick-drumgrid_es.qm
/usr/share/drumstick/drumstick-guiplayer_cs.qm
/usr/share/drumstick/drumstick-guiplayer_es.qm
/usr/share/drumstick/drumstick-guiplayer_ru.qm
/usr/share/drumstick/drumstick-vpiano_en.qm
/usr/share/drumstick/drumstick-vpiano_es.qm
/usr/share/drumstick/drumstick-widgets_cs.qm
/usr/share/drumstick/drumstick-widgets_de.qm
/usr/share/drumstick/drumstick-widgets_en.qm
/usr/share/drumstick/drumstick-widgets_es.qm
/usr/share/drumstick/drumstick-widgets_fr.qm
/usr/share/drumstick/drumstick-widgets_gl.qm
/usr/share/drumstick/drumstick-widgets_it.qm
/usr/share/drumstick/drumstick-widgets_nl.qm
/usr/share/drumstick/drumstick-widgets_ru.qm
/usr/share/drumstick/drumstick-widgets_sr.qm
/usr/share/drumstick/drumstick-widgets_sv.qm
/usr/share/drumstick/drumstick-widgets_tr.qm
/usr/share/drumstick/drumstick-widgets_zh_CN.qm
/usr/share/mime/packages/drumstick.xml
References
Summary
In this tutorial we learn how to install drumstick
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install drumstick on Fedora 36” linkTitle: “drumstick” type: “docs” description: “In this tutorial we learn how to install drumstick in Fedora 36. drumstick is C++/Qt5 wrapper around multiple MIDI interfaces” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/drumstick-featured.png
Introduction
In this tutorial we learn how to install drumstick
on Fedora 36.
What is drumstick
The drumstick library is a C++ wrapper around the ALSA library sequencer interface, using Qt5 objects, idioms and style. OSS, network and Fluidsynth interfaces are also supported by this library.
We can use yum
or dnf
to install drumstick
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install drumstick.
Install drumstick 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 drumstick
using dnf
by running the following command:
sudo dnf -y install drumstick
Install drumstick 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 drumstick
using yum
by running the following command:
sudo yum -y install drumstick
How To Uninstall drumstick on Fedora 36
To uninstall only the drumstick
package we can use the following command:
sudo dnf remove drumstick
drumstick Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/cfb444fc50c2b8d176f9285995b2a10968eecc
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/573bad78ec5196fcb6ae6861277f690fcfea41
/usr/lib/.build-id/27
/usr/lib/.build-id/27/f9064462280ca75b5a3d09450ffac11deb8187
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/bf16da0ff20dda04319e0aedab4797bf555bb4
/usr/lib/.build-id/36
/usr/lib/.build-id/36/4c7ee2c58ba1e6535d99cfd6c594949f8e99c9
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/b0bab65e7eaa1666313c79b88af049d015818f
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/25e806a49891c0c4330fde11133ac4adfae2d4
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/0b2a3ac53b7b5b65a12ca1e776103f6b773521
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/9fe539315c679c0c800602302770a3a0cbf6a8
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/f176f41269503f7e7309d74d7ad279a5a44e42
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/9c16be9267cf1e7b9ba7c7a95052b2d94fdc09
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/d7af48b1723ad57e34fef6e70562628e7c8b7c
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/93f7bd480b76bcaa5c57cfd82077657320336e
/usr/lib/drumstick2
/usr/lib/drumstick2/libdrumstick-rt-alsa-in.so
/usr/lib/drumstick2/libdrumstick-rt-alsa-out.so
/usr/lib/drumstick2/libdrumstick-rt-eassynth.so
/usr/lib/drumstick2/libdrumstick-rt-fluidsynth.so
/usr/lib/drumstick2/libdrumstick-rt-net-in.so
/usr/lib/drumstick2/libdrumstick-rt-net-out.so
/usr/lib/drumstick2/libdrumstick-rt-oss-in.so
/usr/lib/drumstick2/libdrumstick-rt-oss-out.so
/usr/lib/libdrumstick-alsa.so.2
/usr/lib/libdrumstick-alsa.so.2.5.1
/usr/lib/libdrumstick-file.so.2
/usr/lib/libdrumstick-file.so.2.5.1
/usr/lib/libdrumstick-rt.so.2
/usr/lib/libdrumstick-rt.so.2.5.1
/usr/lib/libdrumstick-widgets.so.2
/usr/lib/libdrumstick-widgets.so.2.5.1
/usr/lib/qt5/plugins/designer/libdrumstick-vpiano-plugin.so
/usr/share/doc/drumstick
/usr/share/doc/drumstick/AUTHORS
/usr/share/doc/drumstick/COPYING
/usr/share/doc/drumstick/ChangeLog
/usr/share/doc/drumstick/TODO
/usr/share/drumstick
/usr/share/drumstick/drumstick-drumgrid_en.qm
/usr/share/drumstick/drumstick-drumgrid_es.qm
/usr/share/drumstick/drumstick-guiplayer_cs.qm
/usr/share/drumstick/drumstick-guiplayer_es.qm
/usr/share/drumstick/drumstick-guiplayer_ru.qm
/usr/share/drumstick/drumstick-vpiano_en.qm
/usr/share/drumstick/drumstick-vpiano_es.qm
/usr/share/drumstick/drumstick-widgets_cs.qm
/usr/share/drumstick/drumstick-widgets_de.qm
/usr/share/drumstick/drumstick-widgets_en.qm
/usr/share/drumstick/drumstick-widgets_es.qm
/usr/share/drumstick/drumstick-widgets_fr.qm
/usr/share/drumstick/drumstick-widgets_gl.qm
/usr/share/drumstick/drumstick-widgets_it.qm
/usr/share/drumstick/drumstick-widgets_nl.qm
/usr/share/drumstick/drumstick-widgets_ru.qm
/usr/share/drumstick/drumstick-widgets_sr.qm
/usr/share/drumstick/drumstick-widgets_sv.qm
/usr/share/drumstick/drumstick-widgets_tr.qm
/usr/share/drumstick/drumstick-widgets_zh_CN.qm
/usr/share/mime/packages/drumstick.xml
References
Summary
In this tutorial we learn how to install drumstick
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).