How to Install and Uninstall rakudo-XML.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "rakudo-XML.x86_64" package

This tutorial shows how to install rakudo-XML.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install rakudo-XML.x86_64

2. Uninstall "rakudo-XML.x86_64" package

This guide let you learn how to uninstall rakudo-XML.x86_64 on Fedora 34:

$ sudo dnf remove rakudo-XML.x86_64 $ sudo dnf autoremove

3. Information about the rakudo-XML.x86_64 package on Fedora 34

Last metadata expiration check: 1:03:50 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rakudo-XML
Version : 0.0.3
Release : 0.9.20190728git417f637.fc34
Architecture : x86_64
Size : 150 k
Source : rakudo-XML-0.0.3-0.9.20190728git417f637.fc34.src.rpm
Repository : fedora
Summary : An Object-Oriented XML Library for Perl 6
URL : https://github.com/supernovus/exemel
License : Artistic 2.0
Description : XML (originally called Exemel) is a full fledged XML library for Perl 6.
:
: It handles parsing, generating, manipulating and querying XML. It supports
: element queries, parent element information, namespaces, and an extendable
: interface.
:
: It supports every major kind of XML Node (XML::Node):
:
: - Document (XML::Document)
: - Element (XML::Element)
: - Text (XML::Text)
: - Comment (XML::Comment)
: - PI (XML::PI)
: - CDATA (XML::CDATA)
:
: You can easily serialize the objects back to XML text by using any XML::Node
: object in a string context.