How To Install lwp on Fedora 36

In this tutorial we learn how to install lwp in Fedora 36. lwp is C library for user-mode threading

Introduction

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

What is lwp

The LWP user-space threads library. The LWP threads library is used by the Coda distributed file-system, RVM (a persistent VM library), and RPC2/SFTP (remote procedure call library).

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

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

sudo dnf -y install lwp

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

sudo yum -y install lwp

How To Uninstall lwp on Fedora 36

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

sudo dnf remove lwp

lwp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/11d19bf613177ab3465206c79c9dd9c258904b
/usr/lib64/liblwp.so.2
/usr/lib64/liblwp.so.2.0.9
/usr/share/doc/lwp
/usr/share/doc/lwp/AUTHORS
/usr/share/doc/lwp/COPYING
/usr/share/doc/lwp/NEWS
/usr/share/doc/lwp/README

References

Summary

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


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

Introduction

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

What is lwp

The LWP user-space threads library. The LWP threads library is used by the Coda distributed file-system, RVM (a persistent VM library), and RPC2/SFTP (remote procedure call library).

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

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

sudo dnf -y install lwp

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

sudo yum -y install lwp

How To Uninstall lwp on Fedora 36

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

sudo dnf remove lwp

lwp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/1c9f187fe545be2d8b3ffebc3ff77507733f76
/usr/lib/liblwp.so.2
/usr/lib/liblwp.so.2.0.9
/usr/share/doc/lwp
/usr/share/doc/lwp/AUTHORS
/usr/share/doc/lwp/COPYING
/usr/share/doc/lwp/NEWS
/usr/share/doc/lwp/README

References

Summary

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