How To Install libparserutils on Fedora 36

In this tutorial we learn how to install libparserutils in Fedora 36. libparserutils is A library for building efficient parsers

Introduction

In this tutorial we learn how to install libparserutils on Fedora 36.

What is libparserutils

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

We can use yum or dnf to install libparserutils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libparserutils.

Install libparserutils on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libparserutils using dnf by running the following command:

sudo dnf -y install libparserutils

Install libparserutils on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libparserutils using yum by running the following command:

sudo yum -y install libparserutils

How To Uninstall libparserutils on Fedora 36

To uninstall only the libparserutils package we can use the following command:

sudo dnf remove libparserutils

libparserutils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/af9fe155feb24838f304cdbcf3a736d5d787d2
/usr/lib64/libparserutils.so.0
/usr/lib64/libparserutils.so.0.2.4
/usr/share/doc/libparserutils
/usr/share/doc/libparserutils/README
/usr/share/licenses/libparserutils
/usr/share/licenses/libparserutils/COPYING

References

Summary

In this tutorial we learn how to install libparserutils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libparserutils on Fedora 36” linkTitle: “libparserutils” type: “docs” description: “In this tutorial we learn how to install libparserutils in Fedora 36. libparserutils is A library for building efficient parsers” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libparserutils-featured.png

Introduction

In this tutorial we learn how to install libparserutils on Fedora 36.

What is libparserutils

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

We can use yum or dnf to install libparserutils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libparserutils.

Install libparserutils on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libparserutils using dnf by running the following command:

sudo dnf -y install libparserutils

Install libparserutils on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libparserutils using yum by running the following command:

sudo yum -y install libparserutils

How To Uninstall libparserutils on Fedora 36

To uninstall only the libparserutils package we can use the following command:

sudo dnf remove libparserutils

libparserutils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/58a44f71e0b2c005b6c969a1edc62d4990a297
/usr/lib/libparserutils.so.0
/usr/lib/libparserutils.so.0.2.4
/usr/share/doc/libparserutils
/usr/share/doc/libparserutils/README
/usr/share/licenses/libparserutils
/usr/share/licenses/libparserutils/COPYING

References

Summary

In this tutorial we learn how to install libparserutils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).