How To Install flxmlrpc on Fedora 36

In this tutorial we learn how to install flxmlrpc in Fedora 36. flxmlrpc is An xmlrpc library for the NBEMS suite of programs

Introduction

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

What is flxmlrpc

This is version 1.0.1 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 36. In this tutorial we discuss both methods but you only need to choose one of method to install flxmlrpc.

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

sudo dnf -y install flxmlrpc

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

sudo yum -y install flxmlrpc

How To Uninstall flxmlrpc on Fedora 36

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

sudo dnf remove flxmlrpc

flxmlrpc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/c24c72f9bcf5fcade22e99e6ada7e6a2091346
/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

References

Summary

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


title: “How To Install flxmlrpc on Fedora 36” linkTitle: “flxmlrpc” type: “docs” description: “In this tutorial we learn how to install flxmlrpc in Fedora 36. flxmlrpc is An xmlrpc library for the NBEMS suite of programs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/flxmlrpc-featured.png

Introduction

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

What is flxmlrpc

This is version 1.0.1 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 36. In this tutorial we discuss both methods but you only need to choose one of method to install flxmlrpc.

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

sudo dnf -y install flxmlrpc

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

sudo yum -y install flxmlrpc

How To Uninstall flxmlrpc on Fedora 36

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

sudo dnf remove flxmlrpc

flxmlrpc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/1972ca499afd11310537b3345590db1e8c558f
/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 36 using yum and [dnf]((/fedora/36/dnf/).