How To Install gap-pkg-zeromqinterface on Fedora 36

In this tutorial we learn how to install gap-pkg-zeromqinterface in Fedora 36. gap-pkg-zeromqinterface is ZeroMQ bindings for GAP

Introduction

In this tutorial we learn how to install gap-pkg-zeromqinterface on Fedora 36.

What is gap-pkg-zeromqinterface

This package provides both low-level bindings as well as some higher level interfaces for the ZeroMQ message passing library for GAP and HPC-GAP, enabling lightweight distributed computation.

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

Install gap-pkg-zeromqinterface 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 gap-pkg-zeromqinterface using dnf by running the following command:

sudo dnf -y install gap-pkg-zeromqinterface

Install gap-pkg-zeromqinterface 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 gap-pkg-zeromqinterface using yum by running the following command:

sudo yum -y install gap-pkg-zeromqinterface

How To Uninstall gap-pkg-zeromqinterface on Fedora 36

To uninstall only the gap-pkg-zeromqinterface package we can use the following command:

sudo dnf remove gap-pkg-zeromqinterface

gap-pkg-zeromqinterface Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/df41991df887b7795c032201a30b35b4372acb
/usr/lib/gap/bin/zgap
/usr/lib/gap/pkg/ZeroMQInterface-0.13
/usr/lib/gap/pkg/ZeroMQInterface-0.13/PackageInfo.g
/usr/lib/gap/pkg/ZeroMQInterface-0.13/bin
/usr/lib/gap/pkg/ZeroMQInterface-0.13/bin/x86_64-redhat-linux-gnu-default64-kv7
/usr/lib/gap/pkg/ZeroMQInterface-0.13/bin/x86_64-redhat-linux-gnu-default64-kv7/zeromqinterface.so
/usr/lib/gap/pkg/ZeroMQInterface-0.13/gap
/usr/lib/gap/pkg/ZeroMQInterface-0.13/gap/zmq.g
/usr/lib/gap/pkg/ZeroMQInterface-0.13/gap/znode.g
/usr/lib/gap/pkg/ZeroMQInterface-0.13/init.g
/usr/lib/gap/pkg/ZeroMQInterface-0.13/makedoc.g
/usr/lib/gap/pkg/ZeroMQInterface-0.13/read.g
/usr/lib/gap/pkg/ZeroMQInterface-0.13/tst
/usr/lib/gap/pkg/ZeroMQInterface-0.13/tst/basic.tst
/usr/lib/gap/pkg/ZeroMQInterface-0.13/tst/testall.g
/usr/share/doc/gap-pkg-zeromqinterface
/usr/share/doc/gap-pkg-zeromqinterface/CHANGES.md
/usr/share/doc/gap-pkg-zeromqinterface/README.md
/usr/share/licenses/gap-pkg-zeromqinterface
/usr/share/licenses/gap-pkg-zeromqinterface/COPYRIGHT.md
/usr/share/licenses/gap-pkg-zeromqinterface/LICENSE

References

Summary

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