How To Install libwapcaplet on Fedora 36

In this tutorial we learn how to install libwapcaplet in Fedora 36. libwapcaplet is A string internment library

Introduction

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

What is libwapcaplet

LibWapcaplet is a string internment library, written in C. It provides reference counted string interment and rapid string comparison functionality. It was developed as part of the NetSurf project and is available for use by other software under the MIT licence. For further details, see the readme.

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

Install libwapcaplet 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 libwapcaplet using dnf by running the following command:

sudo dnf -y install libwapcaplet

Install libwapcaplet 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 libwapcaplet using yum by running the following command:

sudo yum -y install libwapcaplet

How To Uninstall libwapcaplet on Fedora 36

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

sudo dnf remove libwapcaplet

libwapcaplet Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/2202018ebdf52adcf6fb0b829dc94c5b97fc99
/usr/lib64/libwapcaplet.so.0
/usr/lib64/libwapcaplet.so.0.4.3
/usr/share/doc/libwapcaplet
/usr/share/doc/libwapcaplet/README
/usr/share/licenses/libwapcaplet
/usr/share/licenses/libwapcaplet/COPYING

References

Summary

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


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

Introduction

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

What is libwapcaplet

LibWapcaplet is a string internment library, written in C. It provides reference counted string interment and rapid string comparison functionality. It was developed as part of the NetSurf project and is available for use by other software under the MIT licence. For further details, see the readme.

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

Install libwapcaplet 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 libwapcaplet using dnf by running the following command:

sudo dnf -y install libwapcaplet

Install libwapcaplet 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 libwapcaplet using yum by running the following command:

sudo yum -y install libwapcaplet

How To Uninstall libwapcaplet on Fedora 36

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

sudo dnf remove libwapcaplet

libwapcaplet Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/92d9bce82dcccb2566ea3fe65048dc71d090f9
/usr/lib/libwapcaplet.so.0
/usr/lib/libwapcaplet.so.0.4.3
/usr/share/doc/libwapcaplet
/usr/share/doc/libwapcaplet/README
/usr/share/licenses/libwapcaplet
/usr/share/licenses/libwapcaplet/COPYING

References

Summary

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