How to Install and Uninstall flxmlrpc.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "flxmlrpc.x86_64" package

This is a short guide on how to install flxmlrpc.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install flxmlrpc.x86_64

2. Uninstall "flxmlrpc.x86_64" package

This tutorial shows how to uninstall flxmlrpc.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove flxmlrpc.x86_64 $ sudo dnf autoremove

3. Information about the flxmlrpc.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:14:10 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : flxmlrpc
Version : 1.0.1
Release : 5.el9
Architecture : x86_64
Size : 64 k
Source : flxmlrpc-1.0.1-5.el9.src.rpm
Repository : epel
Summary : An xmlrpc library for the NBEMS suite of programs
URL : http://www.w1hkj.com
License : LGPLv3+
Description : 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.