How to Install and Uninstall php-laminas-xmlrpc.noarch Package on Fedora 34

Last updated: September 22,2024

1. Install "php-laminas-xmlrpc.noarch" package

This is a short guide on how to install php-laminas-xmlrpc.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-laminas-xmlrpc.noarch

2. Uninstall "php-laminas-xmlrpc.noarch" package

Please follow the instructions below to uninstall php-laminas-xmlrpc.noarch on Fedora 34:

$ sudo dnf remove php-laminas-xmlrpc.noarch $ sudo dnf autoremove

3. Information about the php-laminas-xmlrpc.noarch package on Fedora 34

Last metadata expiration check: 4:37:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-laminas-xmlrpc
Version : 2.10.1
Release : 1.fc34
Architecture : noarch
Size : 38 k
Source : php-laminas-xmlrpc-2.10.1-1.fc34.src.rpm
Repository : updates
Summary : Laminas Framework XmlRpc component
URL : https://github.com/laminas/laminas-xmlrpc
License : BSD
Description : From its home page, XML-RPC is described as a ”...remote procedure calling
: using HTTP as the transport and XML as the encoding. XML-RPC is designed
: to be as simple as possible, while allowing complex data structures to be
: transmitted, processed and returned.”
:
: Laminas\XmlRpc provides support for both consuming remote XML-RPC services
: and building new XML-RPC servers.
:
: Documentation: https://docs.laminas.dev/laminas-xmlrpc/