How To Install lockdev-devel on Fedora 36

In this tutorial we learn how to install lockdev-devel in Fedora 36. lockdev-devel is The header files for the lockdev library

Introduction

In this tutorial we learn how to install lockdev-devel on Fedora 36.

What is lockdev-devel

The lockdev library provides a reliable way to put an exclusive lock on devices using both FSSTND and SVr4 methods. The lockdev-devel package contains the development headers.

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

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

sudo dnf -y install lockdev-devel

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

sudo yum -y install lockdev-devel

How To Uninstall lockdev-devel on Fedora 36

To uninstall only the lockdev-devel package we can use the following command:

sudo dnf remove lockdev-devel

lockdev-devel Package Contents on Fedora 36

/usr/include/lockdev.h
/usr/include/ttylock.h
/usr/lib64/liblockdev.so
/usr/lib64/pkgconfig/lockdev.pc
/usr/share/man/man3/lockdev.3.gz

References

Summary

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


title: “How To Install lockdev-devel on Fedora 36” linkTitle: “lockdev-devel” type: “docs” description: “In this tutorial we learn how to install lockdev-devel in Fedora 36. lockdev-devel is The header files for the lockdev library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lockdev-devel-featured.png

Introduction

In this tutorial we learn how to install lockdev-devel on Fedora 36.

What is lockdev-devel

The lockdev library provides a reliable way to put an exclusive lock on devices using both FSSTND and SVr4 methods. The lockdev-devel package contains the development headers.

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

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

sudo dnf -y install lockdev-devel

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

sudo yum -y install lockdev-devel

How To Uninstall lockdev-devel on Fedora 36

To uninstall only the lockdev-devel package we can use the following command:

sudo dnf remove lockdev-devel

lockdev-devel Package Contents on Fedora 36

/usr/include/lockdev.h
/usr/include/ttylock.h
/usr/lib/liblockdev.so
/usr/lib/pkgconfig/lockdev.pc
/usr/share/man/man3/lockdev.3.gz

References

Summary

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