How to Install and Uninstall perl-XML-Bare.x86_64 Package on Fedora 35

Last updated: May 18,2024

1. Install "perl-XML-Bare.x86_64" package

Here is a brief guide to show you how to install perl-XML-Bare.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-XML-Bare.x86_64

2. Uninstall "perl-XML-Bare.x86_64" package

Here is a brief guide to show you how to uninstall perl-XML-Bare.x86_64 on Fedora 35:

$ sudo dnf remove perl-XML-Bare.x86_64 $ sudo dnf autoremove

3. Information about the perl-XML-Bare.x86_64 package on Fedora 35

Last metadata expiration check: 5:30:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-XML-Bare
Version : 0.53
Release : 27.fc35
Architecture : x86_64
Size : 49 k
Source : perl-XML-Bare-0.53-27.fc35.src.rpm
Repository : fedora
Summary : Minimal XML parser implemented via a C state engine
URL : https://metacpan.org/release/XML-Bare
License : GPLv2+ or Artistic
Description : This module is a 'Bare' XML parser. It is implemented in C. The parser
: itself is a simple state engine that is less than 500 lines of C. The
: parser builds a C struct tree from input text. That C struct tree is
: converted to a Perl hash by a Perl function that makes basic calls back to
: the C to go through the nodes sequentially.