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

Last updated: September 28,2024

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

This is a short guide on how to install perl-XML-Bare.x86_64 on Fedora 34

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

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

Please follow the step by step instructions below to uninstall perl-XML-Bare.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:06:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-XML-Bare
Version : 0.53
Release : 25.fc34
Architecture : x86_64
Size : 50 k
Source : perl-XML-Bare-0.53-25.fc34.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.