How to Install and Uninstall libparserutils.i686 Package on Fedora 35

Last updated: October 12,2024

1. Install "libparserutils.i686" package

This tutorial shows how to install libparserutils.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libparserutils.i686

2. Uninstall "libparserutils.i686" package

Please follow the guidance below to uninstall libparserutils.i686 on Fedora 35:

$ sudo dnf remove libparserutils.i686 $ sudo dnf autoremove

3. Information about the libparserutils.i686 package on Fedora 35

Last metadata expiration check: 1:55:47 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libparserutils
Version : 0.2.4
Release : 5.fc35
Architecture : i686
Size : 42 k
Source : libparserutils-0.2.4-5.fc35.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