How To Install libwpe on Fedora 36

In this tutorial we learn how to install libwpe in Fedora 36. libwpe is General-purpose library for the WPE-flavored port of WebKit

Introduction

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

What is libwpe

General-purpose library developed for the WPE-flavored port of WebKit

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

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

sudo dnf -y install libwpe

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

sudo yum -y install libwpe

How To Uninstall libwpe on Fedora 36

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

sudo dnf remove libwpe

libwpe Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/442f4f12c5f127df108af91acaf35cee193223
/usr/lib/libwpe-1.0.so.1
/usr/lib/libwpe-1.0.so.1.6.0
/usr/share/doc/libwpe
/usr/share/doc/libwpe/NEWS
/usr/share/licenses/libwpe
/usr/share/licenses/libwpe/COPYING

References

Summary

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


title: “How To Install libwpe on Fedora 36” linkTitle: “libwpe” type: “docs” description: “In this tutorial we learn how to install libwpe in Fedora 36. libwpe is General-purpose library for the WPE-flavored port of WebKit” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libwpe-featured.png

Introduction

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

What is libwpe

General-purpose library developed for the WPE-flavored port of WebKit

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

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

sudo dnf -y install libwpe

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

sudo yum -y install libwpe

How To Uninstall libwpe on Fedora 36

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

sudo dnf remove libwpe

libwpe Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/eeefd15ebc22f335509da9cc1ad3def99264b0
/usr/lib64/libwpe-1.0.so.1
/usr/lib64/libwpe-1.0.so.1.6.0
/usr/share/doc/libwpe
/usr/share/doc/libwpe/NEWS
/usr/share/licenses/libwpe
/usr/share/licenses/libwpe/COPYING

References

Summary

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