How To Install parted-devel on Fedora 36

In this tutorial we learn how to install parted-devel in Fedora 36. parted-devel is Files for developing apps which will manipulate disk partitions

Introduction

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

What is parted-devel

The GNU Parted library is a set of routines for hard disk partition manipulation. If you want to develop programs that manipulate disk partitions and filesystems using the routines provided by the GNU Parted library, you need to install this package.

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

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

sudo dnf -y install parted-devel

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

sudo yum -y install parted-devel

How To Uninstall parted-devel on Fedora 36

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

sudo dnf remove parted-devel

parted-devel Package Contents on Fedora 36

/usr/include/parted
/usr/include/parted/constraint.h
/usr/include/parted/debug.h
/usr/include/parted/device.h
/usr/include/parted/disk.h
/usr/include/parted/exception.h
/usr/include/parted/filesys.h
/usr/include/parted/geom.h
/usr/include/parted/natmath.h
/usr/include/parted/parted.h
/usr/include/parted/timer.h
/usr/include/parted/unit.h
/usr/lib64/libparted-fs-resize.so
/usr/lib64/libparted.so
/usr/lib64/pkgconfig/libparted-fs-resize.pc
/usr/lib64/pkgconfig/libparted.pc
/usr/share/doc/parted-devel
/usr/share/doc/parted-devel/API
/usr/share/doc/parted-devel/FAT
/usr/share/doc/parted-devel/TODO

References

Summary

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


title: “How To Install parted-devel on Fedora 36” linkTitle: “parted-devel” type: “docs” description: “In this tutorial we learn how to install parted-devel in Fedora 36. parted-devel is Files for developing apps which will manipulate disk partitions” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/parted-devel-featured.png

Introduction

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

What is parted-devel

The GNU Parted library is a set of routines for hard disk partition manipulation. If you want to develop programs that manipulate disk partitions and filesystems using the routines provided by the GNU Parted library, you need to install this package.

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

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

sudo dnf -y install parted-devel

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

sudo yum -y install parted-devel

How To Uninstall parted-devel on Fedora 36

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

sudo dnf remove parted-devel

parted-devel Package Contents on Fedora 36

/usr/include/parted
/usr/include/parted/constraint.h
/usr/include/parted/debug.h
/usr/include/parted/device.h
/usr/include/parted/disk.h
/usr/include/parted/exception.h
/usr/include/parted/filesys.h
/usr/include/parted/geom.h
/usr/include/parted/natmath.h
/usr/include/parted/parted.h
/usr/include/parted/timer.h
/usr/include/parted/unit.h
/usr/lib/libparted-fs-resize.so
/usr/lib/libparted.so
/usr/lib/pkgconfig/libparted-fs-resize.pc
/usr/lib/pkgconfig/libparted.pc
/usr/share/doc/parted-devel
/usr/share/doc/parted-devel/API
/usr/share/doc/parted-devel/FAT
/usr/share/doc/parted-devel/TODO

References

Summary

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