How to Install and Uninstall libparserutils.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "libparserutils.x86_64" package

This tutorial shows how to install libparserutils.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libparserutils.x86_64

2. Uninstall "libparserutils.x86_64" package

Please follow the steps below to uninstall libparserutils.x86_64 on Fedora 34:

$ sudo dnf remove libparserutils.x86_64 $ sudo dnf autoremove

3. Information about the libparserutils.x86_64 package on Fedora 34

Last metadata expiration check: 4:15:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libparserutils
Version : 0.2.4
Release : 4.fc34
Architecture : x86_64
Size : 47 k
Source : libparserutils-0.2.4-4.fc34.src.rpm
Repository : fedora
Summary : A library for building efficient parsers
URL : http://www.netsurf-browser.org/projects/libparserutils/
License : MIT
Description : LibParserUtils is a library for building efficient parsers, written in
: C. It was developed as part of the NetSurf project.
:
: Features:
: * No mandatory dependencies (iconv() implementation optional for
: enhanced charset support)
: * A number of built-in character set converters
: * Mapping of character set names to/from MIB enum values
: * UTF-8 and UTF-16 (host endian) support functions
: * Various simple data structures (resizeable buffer, stack, vector)
: * A UTF-8 input stream
: * Simple C API
: * Portable