How To Install flxmlrpc on Fedora 34

flxmlrpc is An xmlrpc library for the NBEMS suite of programs An xmlrpc library for the NBEMS suite of programs

Introduction

In this tutorial we learn how to install flxmlrpc on Fedora 34.

What is flxmlrpc

This is version 0.1.4 of flxmlrpc, an implementation of the XmlRpc protocol written in C++, based upon XmlRpc++0.7 and modified to provide additional XmlRpc Variable types. It is used in fldigi, flrig, flnet, flmsg, flarq, flamp, fllog; a suite of programs written for amateur radio emergency communications. flxmlrpc is designed to make it easy to incorporate xmlrpc client and server support into C++ applications. Or use both client and server objects in your application for easy peer-to-peer support. flxmlrpc 0.1.4 14.fc34 x86_64 64 k flxmlrpc-0.1.4-14.fc34.src.rpm fedora An xmlrpc library for the NBEMS suite of programs http LGPLv3+ This is version 0.1.4 of flxmlrpc, an implementation of the XmlRpc protocol written in C++, based upon XmlRpc++0.7 and modified to provide additional XmlRpc Variable types. It is used in fldigi, flrig, flnet, flmsg, flarq, flamp, fllog; a suite of programs written for amateur radio emergency communications. flxmlrpc is designed to make it easy to incorporate xmlrpc client and server support into C++ applications. Or use both client and server objects in your application for easy peer-to-peer support.

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

Install flxmlrpc on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install flxmlrpc using dnf by running the following command:

sudo dnf -y install flxmlrpc

Install flxmlrpc on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install flxmlrpc using yum by running the following command:

sudo yum -y install flxmlrpc

How To Uninstall flxmlrpc on Fedora 34

To uninstall only the flxmlrpc package we can use the following command:

sudo dnf remove flxmlrpc

flxmlrpc Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/18413c4295596b01421a841201f4fd43355e0f
/usr/lib64/libflxmlrpc.so.1
/usr/lib64/libflxmlrpc.so.1.0.0
/usr/share/doc/flxmlrpc
/usr/share/doc/flxmlrpc/AUTHORS
/usr/share/doc/flxmlrpc/ChangeLog
/usr/share/doc/flxmlrpc/NEWS
/usr/share/doc/flxmlrpc/README
/usr/share/licenses/flxmlrpc
/usr/share/licenses/flxmlrpc/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/ba3151740eeb15f2909a1d482c3e031935ca9f
/usr/lib/libflxmlrpc.so.1
/usr/lib/libflxmlrpc.so.1.0.0
/usr/share/doc/flxmlrpc
/usr/share/doc/flxmlrpc/AUTHORS
/usr/share/doc/flxmlrpc/ChangeLog
/usr/share/doc/flxmlrpc/NEWS
/usr/share/doc/flxmlrpc/README
/usr/share/licenses/flxmlrpc
/usr/share/licenses/flxmlrpc/COPYING

References

Summary

In this tutorial we learn how to install flxmlrpc on Fedora 34 using yum and dnf.