How To Install portmidi-devel on Rocky Linux 8

In this tutorial we learn how to install portmidi-devel on Rocky Linux 8. portmidi-devel is Headers for developing programs that will use portmidi

Introduction

In this tutorial we learn how to install portmidi-devel on Rocky Linux 8.

What is portmidi-devel

PortMedia is a set of simple clean APIs and cross-platform library implementations for music and other media. PortMidi sub-project provides a real-time MIDI input/output library. This package contains the header files and the documentation of PortMidi libraries.

We can use yum or dnf to install portmidi-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install portmidi-devel.

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

sudo dnf -y install portmidi-devel

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

sudo yum -y install portmidi-devel

How To Uninstall portmidi-devel on Rocky Linux 8

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

sudo dnf remove portmidi-devel

portmidi-devel Package Contents on Rocky Linux 8

/usr/include/pmutil.h
/usr/include/portmidi.h
/usr/include/porttime.h
/usr/lib64/libportmidi.so
/usr/share/doc/portmidi-devel
/usr/share/doc/portmidi-devel/README.txt
/usr/share/doc/portmidi-devel/html
/usr/share/doc/portmidi-devel/html/Info.plist
/usr/share/doc/portmidi-devel/html/Makefile
/usr/share/doc/portmidi-devel/html/Nodes.xml
/usr/share/doc/portmidi-devel/html/Tokens.xml
/usr/share/doc/portmidi-devel/html/annotated.html
/usr/share/doc/portmidi-devel/html/annotated_dup.js
/usr/share/doc/portmidi-devel/html/bc_s.png
/usr/share/doc/portmidi-devel/html/bdwn.png
/usr/share/doc/portmidi-devel/html/classes.html
/usr/share/doc/portmidi-devel/html/closed.png
/usr/share/doc/portmidi-devel/html/dir_ded2072a22a771178971ff408a022519.html
/usr/share/doc/portmidi-devel/html/doc.png
/usr/share/doc/portmidi-devel/html/doxygen.css
/usr/share/doc/portmidi-devel/html/doxygen.png
/usr/share/doc/portmidi-devel/html/dynsections.js
/usr/share/doc/portmidi-devel/html/files.html
/usr/share/doc/portmidi-devel/html/files_dup.js
/usr/share/doc/portmidi-devel/html/folderclosed.png
/usr/share/doc/portmidi-devel/html/folderopen.png
/usr/share/doc/portmidi-devel/html/functions.html
/usr/share/doc/portmidi-devel/html/functions_vars.html
/usr/share/doc/portmidi-devel/html/group__grp__device.html
/usr/share/doc/portmidi-devel/html/group__grp__device.js
/usr/share/doc/portmidi-devel/html/group__grp__events__filters.html
/usr/share/doc/portmidi-devel/html/group__grp__events__filters.js
/usr/share/doc/portmidi-devel/html/group__grp__io.html
/usr/share/doc/portmidi-devel/html/group__grp__io.js
/usr/share/doc/portmidi-devel/html/index.html
/usr/share/doc/portmidi-devel/html/jquery.js
/usr/share/doc/portmidi-devel/html/menu.js
/usr/share/doc/portmidi-devel/html/menudata.js
/usr/share/doc/portmidi-devel/html/modules.html
/usr/share/doc/portmidi-devel/html/modules.js
/usr/share/doc/portmidi-devel/html/nav_f.png
/usr/share/doc/portmidi-devel/html/nav_g.png
/usr/share/doc/portmidi-devel/html/nav_h.png
/usr/share/doc/portmidi-devel/html/navtree.css
/usr/share/doc/portmidi-devel/html/navtree.js
/usr/share/doc/portmidi-devel/html/navtreedata.js
/usr/share/doc/portmidi-devel/html/navtreeindex0.js
/usr/share/doc/portmidi-devel/html/open.png
/usr/share/doc/portmidi-devel/html/portmidi_8c_source.html
/usr/share/doc/portmidi-devel/html/portmidi_8h_source.html
/usr/share/doc/portmidi-devel/html/resize.js
/usr/share/doc/portmidi-devel/html/splitbar.png
/usr/share/doc/portmidi-devel/html/structPmDeviceInfo.html
/usr/share/doc/portmidi-devel/html/structPmDeviceInfo.js
/usr/share/doc/portmidi-devel/html/structPmEvent.html
/usr/share/doc/portmidi-devel/html/structPmEvent.js
/usr/share/doc/portmidi-devel/html/sync_off.png
/usr/share/doc/portmidi-devel/html/sync_on.png
/usr/share/doc/portmidi-devel/html/tab_a.png
/usr/share/doc/portmidi-devel/html/tab_b.png
/usr/share/doc/portmidi-devel/html/tab_h.png
/usr/share/doc/portmidi-devel/html/tab_s.png
/usr/share/doc/portmidi-devel/html/tabs.css

References

Summary

In this tutorial we learn how to install portmidi-devel on Rocky Linux 8 using yum and dnf.