How To Install openpgm-devel on Rocky Linux 8

In this tutorial we learn how to install openpgm-devel on Rocky Linux 8. openpgm-devel is Development files for openpgm

Introduction

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

What is openpgm-devel

This package contains OpenPGM related development libraries and header files.

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

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

sudo dnf -y install openpgm-devel

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

sudo yum -y install openpgm-devel

How To Uninstall openpgm-devel on Rocky Linux 8

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

sudo dnf remove openpgm-devel

openpgm-devel Package Contents on Rocky Linux 8

/usr/include/pgm
/usr/include/pgm-5.2
/usr/include/pgm/atomic.h
/usr/include/pgm/engine.h
/usr/include/pgm/error.h
/usr/include/pgm/gsi.h
/usr/include/pgm/if.h
/usr/include/pgm/in.h
/usr/include/pgm/list.h
/usr/include/pgm/macros.h
/usr/include/pgm/mem.h
/usr/include/pgm/messages.h
/usr/include/pgm/msgv.h
/usr/include/pgm/packet.h
/usr/include/pgm/pgm.h
/usr/include/pgm/skbuff.h
/usr/include/pgm/socket.h
/usr/include/pgm/time.h
/usr/include/pgm/tsi.h
/usr/include/pgm/types.h
/usr/include/pgm/version.h
/usr/include/pgm/winint.h
/usr/include/pgm/wininttypes.h
/usr/include/pgm/zinttypes.h
/usr/lib64/libpgm.so
/usr/lib64/pkgconfig/openpgm-5.2.pc
/usr/share/doc/openpgm-devel
/usr/share/doc/openpgm-devel/examples
/usr/share/doc/openpgm-devel/examples/SConscript
/usr/share/doc/openpgm-devel/examples/SConscript89
/usr/share/doc/openpgm-devel/examples/async.c
/usr/share/doc/openpgm-devel/examples/async.h
/usr/share/doc/openpgm-devel/examples/blocksyncrecv.c
/usr/share/doc/openpgm-devel/examples/daytime.c
/usr/share/doc/openpgm-devel/examples/enonblocksyncrecv.c
/usr/share/doc/openpgm-devel/examples/enonblocksyncrecvmsg.c
/usr/share/doc/openpgm-devel/examples/enonblocksyncrecvmsgv.c
/usr/share/doc/openpgm-devel/examples/getopt.c
/usr/share/doc/openpgm-devel/examples/getopt.h
/usr/share/doc/openpgm-devel/examples/heatmap.c
/usr/share/doc/openpgm-devel/examples/pgmdump.c
/usr/share/doc/openpgm-devel/examples/pgmping.cc
/usr/share/doc/openpgm-devel/examples/pgmrecv.c
/usr/share/doc/openpgm-devel/examples/pgmsend.c
/usr/share/doc/openpgm-devel/examples/pgmtop.c
/usr/share/doc/openpgm-devel/examples/ping.proto
/usr/share/doc/openpgm-devel/examples/pnonblocksyncrecv.c
/usr/share/doc/openpgm-devel/examples/purinrecv.c
/usr/share/doc/openpgm-devel/examples/purinrecvcc.cc
/usr/share/doc/openpgm-devel/examples/purinsend.c
/usr/share/doc/openpgm-devel/examples/purinsendcc.cc
/usr/share/doc/openpgm-devel/examples/shortcakerecv.c
/usr/share/doc/openpgm-devel/examples/snonblocksyncrecv.c

References

Summary

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