How To Install lwp-devel on Fedora 36
Introduction
In this tutorial we learn how to install lwp-devel
on Fedora 36.
What is lwp-devel
The lwp-devel package contains libraries and header files for developing applications that use lwp.
We can use yum
or dnf
to install lwp-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lwp-devel.
Install lwp-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install lwp-devel
Install lwp-devel 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-devel
using yum
by running the following command:
sudo yum -y install lwp-devel
How To Uninstall lwp-devel on Fedora 36
To uninstall only the lwp-devel
package we can use the following command:
sudo dnf remove lwp-devel
lwp-devel Package Contents on Fedora 36
/usr/include/lwp
/usr/include/lwp/lock.h
/usr/include/lwp/lwp.h
/usr/include/lwp/timer.h
/usr/lib64/liblwp.so
/usr/lib64/pkgconfig/lwp.pc
References
Summary
In this tutorial we learn how to install lwp-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lwp-devel on Fedora 36” linkTitle: “lwp-devel” type: “docs” description: “In this tutorial we learn how to install lwp-devel in Fedora 36. lwp-devel is Development files for lwp” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lwp-devel-featured.png
Introduction
In this tutorial we learn how to install lwp-devel
on Fedora 36.
What is lwp-devel
The lwp-devel package contains libraries and header files for developing applications that use lwp.
We can use yum
or dnf
to install lwp-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lwp-devel.
Install lwp-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install lwp-devel
Install lwp-devel 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-devel
using yum
by running the following command:
sudo yum -y install lwp-devel
How To Uninstall lwp-devel on Fedora 36
To uninstall only the lwp-devel
package we can use the following command:
sudo dnf remove lwp-devel
lwp-devel Package Contents on Fedora 36
/usr/include/lwp
/usr/include/lwp/lock.h
/usr/include/lwp/lwp.h
/usr/include/lwp/timer.h
/usr/lib/liblwp.so
/usr/lib/pkgconfig/lwp.pc
References
Summary
In this tutorial we learn how to install lwp-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).