How To Install hydrogen-devel on Fedora 36

In this tutorial we learn how to install hydrogen-devel in Fedora 36. hydrogen-devel is Hydrogen header files

Introduction

In this tutorial we learn how to install hydrogen-devel on Fedora 36.

What is hydrogen-devel

Header files for the hydrogen drum machine.

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

Install hydrogen-devel 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 hydrogen-devel using dnf by running the following command:

sudo dnf -y install hydrogen-devel

Install hydrogen-devel 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 hydrogen-devel using yum by running the following command:

sudo yum -y install hydrogen-devel

How To Uninstall hydrogen-devel on Fedora 36

To uninstall only the hydrogen-devel package we can use the following command:

sudo dnf remove hydrogen-devel

hydrogen-devel Package Contents on Fedora 36

/usr/include/hydrogen
/usr/include/hydrogen/config.h
/usr/include/hydrogen/core
/usr/include/hydrogen/core/AudioEngine.h
/usr/include/hydrogen/core/AutomationPathSerializer.h
/usr/include/hydrogen/core/Basics
/usr/include/hydrogen/core/Basics/Adsr.h
/usr/include/hydrogen/core/Basics/AutomationPath.h
/usr/include/hydrogen/core/Basics/Drumkit.h
/usr/include/hydrogen/core/Basics/DrumkitComponent.h
/usr/include/hydrogen/core/Basics/ExponentialTables.h
/usr/include/hydrogen/core/Basics/Instrument.h
/usr/include/hydrogen/core/Basics/InstrumentComponent.h
/usr/include/hydrogen/core/Basics/InstrumentLayer.h
/usr/include/hydrogen/core/Basics/InstrumentList.h
/usr/include/hydrogen/core/Basics/Note.h
/usr/include/hydrogen/core/Basics/Pattern.h
/usr/include/hydrogen/core/Basics/PatternList.h
/usr/include/hydrogen/core/Basics/Playlist.h
/usr/include/hydrogen/core/Basics/Sample.h
/usr/include/hydrogen/core/Basics/Song.h
/usr/include/hydrogen/core/CoreActionController.h
/usr/include/hydrogen/core/EventQueue.h
/usr/include/hydrogen/core/FX
/usr/include/hydrogen/core/FX/Effects.h
/usr/include/hydrogen/core/FX/LadspaFX.h
/usr/include/hydrogen/core/Globals.h
/usr/include/hydrogen/core/H2Exception.h
/usr/include/hydrogen/core/Helpers
/usr/include/hydrogen/core/Helpers/Files.h
/usr/include/hydrogen/core/Helpers/Filesystem.h
/usr/include/hydrogen/core/Helpers/Legacy.h
/usr/include/hydrogen/core/Helpers/Translations.h
/usr/include/hydrogen/core/Helpers/Xml.h
/usr/include/hydrogen/core/Hydrogen.h
/usr/include/hydrogen/core/IO
/usr/include/hydrogen/core/IO/AlsaAudioDriver.h
/usr/include/hydrogen/core/IO/AlsaMidiDriver.h
/usr/include/hydrogen/core/IO/AudioOutput.h
/usr/include/hydrogen/core/IO/CoreAudioDriver.h
/usr/include/hydrogen/core/IO/CoreMidiDriver.h
/usr/include/hydrogen/core/IO/DiskWriterDriver.h
/usr/include/hydrogen/core/IO/FakeDriver.h
/usr/include/hydrogen/core/IO/JackAudioDriver.h
/usr/include/hydrogen/core/IO/JackMidiDriver.h
/usr/include/hydrogen/core/IO/MidiCommon.h
/usr/include/hydrogen/core/IO/MidiInput.h
/usr/include/hydrogen/core/IO/MidiOutput.h
/usr/include/hydrogen/core/IO/NullDriver.h
/usr/include/hydrogen/core/IO/OssDriver.h
/usr/include/hydrogen/core/IO/PortAudioDriver.h
/usr/include/hydrogen/core/IO/PortMidiDriver.h
/usr/include/hydrogen/core/IO/PulseAudioDriver.h
/usr/include/hydrogen/core/IO/TransportInfo.h
/usr/include/hydrogen/core/Lash
/usr/include/hydrogen/core/Lash/LashClient.h
/usr/include/hydrogen/core/Lilipond
/usr/include/hydrogen/core/Lilipond/Lilypond.h
/usr/include/hydrogen/core/LocalFileMng.h
/usr/include/hydrogen/core/Logger.h
/usr/include/hydrogen/core/MidiAction.h
/usr/include/hydrogen/core/MidiMap.h
/usr/include/hydrogen/core/Nsm.h
/usr/include/hydrogen/core/NsmClient.h
/usr/include/hydrogen/core/Object.h
/usr/include/hydrogen/core/OscServer.h
/usr/include/hydrogen/core/Preferences.h
/usr/include/hydrogen/core/Sampler
/usr/include/hydrogen/core/Sampler/Interpolation.h
/usr/include/hydrogen/core/Sampler/Sampler.h
/usr/include/hydrogen/core/Smf
/usr/include/hydrogen/core/Smf/SMF.h
/usr/include/hydrogen/core/Smf/SMFEvent.h
/usr/include/hydrogen/core/Synth
/usr/include/hydrogen/core/Synth/Synth.h
/usr/include/hydrogen/core/Timehelper.h
/usr/include/hydrogen/core/Timeline.h
/usr/include/hydrogen/core/Version.h
/usr/include/hydrogen/core/rt_clock.h

References

Summary

In this tutorial we learn how to install hydrogen-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install hydrogen-devel on Fedora 36” linkTitle: “hydrogen-devel” type: “docs” description: “In this tutorial we learn how to install hydrogen-devel in Fedora 36. hydrogen-devel is Hydrogen header files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/hydrogen-devel-featured.png

Introduction

In this tutorial we learn how to install hydrogen-devel on Fedora 36.

What is hydrogen-devel

Header files for the hydrogen drum machine.

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

Install hydrogen-devel 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 hydrogen-devel using dnf by running the following command:

sudo dnf -y install hydrogen-devel

Install hydrogen-devel 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 hydrogen-devel using yum by running the following command:

sudo yum -y install hydrogen-devel

How To Uninstall hydrogen-devel on Fedora 36

To uninstall only the hydrogen-devel package we can use the following command:

sudo dnf remove hydrogen-devel

hydrogen-devel Package Contents on Fedora 36

/usr/include/hydrogen
/usr/include/hydrogen/config.h
/usr/include/hydrogen/core
/usr/include/hydrogen/core/AudioEngine.h
/usr/include/hydrogen/core/AutomationPathSerializer.h
/usr/include/hydrogen/core/Basics
/usr/include/hydrogen/core/Basics/Adsr.h
/usr/include/hydrogen/core/Basics/AutomationPath.h
/usr/include/hydrogen/core/Basics/Drumkit.h
/usr/include/hydrogen/core/Basics/DrumkitComponent.h
/usr/include/hydrogen/core/Basics/ExponentialTables.h
/usr/include/hydrogen/core/Basics/Instrument.h
/usr/include/hydrogen/core/Basics/InstrumentComponent.h
/usr/include/hydrogen/core/Basics/InstrumentLayer.h
/usr/include/hydrogen/core/Basics/InstrumentList.h
/usr/include/hydrogen/core/Basics/Note.h
/usr/include/hydrogen/core/Basics/Pattern.h
/usr/include/hydrogen/core/Basics/PatternList.h
/usr/include/hydrogen/core/Basics/Playlist.h
/usr/include/hydrogen/core/Basics/Sample.h
/usr/include/hydrogen/core/Basics/Song.h
/usr/include/hydrogen/core/CoreActionController.h
/usr/include/hydrogen/core/EventQueue.h
/usr/include/hydrogen/core/FX
/usr/include/hydrogen/core/FX/Effects.h
/usr/include/hydrogen/core/FX/LadspaFX.h
/usr/include/hydrogen/core/Globals.h
/usr/include/hydrogen/core/H2Exception.h
/usr/include/hydrogen/core/Helpers
/usr/include/hydrogen/core/Helpers/Files.h
/usr/include/hydrogen/core/Helpers/Filesystem.h
/usr/include/hydrogen/core/Helpers/Legacy.h
/usr/include/hydrogen/core/Helpers/Translations.h
/usr/include/hydrogen/core/Helpers/Xml.h
/usr/include/hydrogen/core/Hydrogen.h
/usr/include/hydrogen/core/IO
/usr/include/hydrogen/core/IO/AlsaAudioDriver.h
/usr/include/hydrogen/core/IO/AlsaMidiDriver.h
/usr/include/hydrogen/core/IO/AudioOutput.h
/usr/include/hydrogen/core/IO/CoreAudioDriver.h
/usr/include/hydrogen/core/IO/CoreMidiDriver.h
/usr/include/hydrogen/core/IO/DiskWriterDriver.h
/usr/include/hydrogen/core/IO/FakeDriver.h
/usr/include/hydrogen/core/IO/JackAudioDriver.h
/usr/include/hydrogen/core/IO/JackMidiDriver.h
/usr/include/hydrogen/core/IO/MidiCommon.h
/usr/include/hydrogen/core/IO/MidiInput.h
/usr/include/hydrogen/core/IO/MidiOutput.h
/usr/include/hydrogen/core/IO/NullDriver.h
/usr/include/hydrogen/core/IO/OssDriver.h
/usr/include/hydrogen/core/IO/PortAudioDriver.h
/usr/include/hydrogen/core/IO/PortMidiDriver.h
/usr/include/hydrogen/core/IO/PulseAudioDriver.h
/usr/include/hydrogen/core/IO/TransportInfo.h
/usr/include/hydrogen/core/Lash
/usr/include/hydrogen/core/Lash/LashClient.h
/usr/include/hydrogen/core/Lilipond
/usr/include/hydrogen/core/Lilipond/Lilypond.h
/usr/include/hydrogen/core/LocalFileMng.h
/usr/include/hydrogen/core/Logger.h
/usr/include/hydrogen/core/MidiAction.h
/usr/include/hydrogen/core/MidiMap.h
/usr/include/hydrogen/core/Nsm.h
/usr/include/hydrogen/core/NsmClient.h
/usr/include/hydrogen/core/Object.h
/usr/include/hydrogen/core/OscServer.h
/usr/include/hydrogen/core/Preferences.h
/usr/include/hydrogen/core/Sampler
/usr/include/hydrogen/core/Sampler/Interpolation.h
/usr/include/hydrogen/core/Sampler/Sampler.h
/usr/include/hydrogen/core/Smf
/usr/include/hydrogen/core/Smf/SMF.h
/usr/include/hydrogen/core/Smf/SMFEvent.h
/usr/include/hydrogen/core/Synth
/usr/include/hydrogen/core/Synth/Synth.h
/usr/include/hydrogen/core/Timehelper.h
/usr/include/hydrogen/core/Timeline.h
/usr/include/hydrogen/core/Version.h
/usr/include/hydrogen/core/rt_clock.h

References

Summary

In this tutorial we learn how to install hydrogen-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).