How To Install zeromq-ada on Fedora 36
In this tutorial we learn how to install zeromq-ada in Fedora 36. zeromq-ada is Ada binding for zeromq
Introduction
In this tutorial we learn how to install zeromq-ada
on Fedora 36.
What is zeromq-ada
Ada bindings for zeromq
We can use yum
or dnf
to install zeromq-ada
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zeromq-ada.
Install zeromq-ada 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 zeromq-ada
using dnf
by running the following command:
sudo dnf -y install zeromq-ada
Install zeromq-ada 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 zeromq-ada
using yum
by running the following command:
sudo yum -y install zeromq-ada
How To Uninstall zeromq-ada on Fedora 36
To uninstall only the zeromq-ada
package we can use the following command:
sudo dnf remove zeromq-ada
zeromq-ada Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/3ab6b777dd5599f4e8777300ca64553bc2eed1
/usr/lib/libzmqAda.so.4.1.5
/usr/lib/zmq
/usr/lib/zmq/relocatable
/usr/lib/zmq/relocatable/libzmqAda.so.4.1.5
/usr/share/doc/zeromq-ada
/usr/share/doc/zeromq-ada/COPYING
/usr/share/doc/zeromq-ada/README.md
References
Summary
In this tutorial we learn how to install zeromq-ada
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).