How To Install procps-ng-devel on Fedora 36

In this tutorial we learn how to install procps-ng-devel in Fedora 36. procps-ng-devel is System and process monitoring utilities

Introduction

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

What is procps-ng-devel

System and process monitoring utilities development headers

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

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

sudo dnf -y install procps-ng-devel

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

sudo yum -y install procps-ng-devel

How To Uninstall procps-ng-devel on Fedora 36

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

sudo dnf remove procps-ng-devel

procps-ng-devel Package Contents on Fedora 36

---
title: "How To Install procps-ng-devel on Fedora 36"
linkTitle: "procps-ng-devel"
type: "docs"
description: "In this tutorial we learn how to install procps-ng-devel in Fedora 36. procps-ng-devel is System and process monitoring utilities"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/procps-ng-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `procps-ng-devel` on Fedora 36.

### What is `procps-ng-devel`

> System and process monitoring utilities development headers  

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

## Install procps-ng-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install procps-ng-devel using dnf by running the following command:

sudo dnf -y install procps-ng-devel

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

sudo yum -y install procps-ng-devel

How To Uninstall procps-ng-devel on Fedora 36

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

sudo dnf remove procps-ng-devel

procps-ng-devel Package Contents on Fedora 36

/usr/include/proc
/usr/include/proc/alloc.h
/usr/include/proc/devname.h
/usr/include/proc/escape.h
/usr/include/proc/numa.h
/usr/include/proc/procps.h
/usr/include/proc/pwcache.h
/usr/include/proc/readproc.h
/usr/include/proc/sig.h
/usr/include/proc/slab.h
/usr/include/proc/sysinfo.h
/usr/include/proc/version.h
/usr/include/proc/wchan.h
/usr/include/proc/whattime.h
/usr/lib/libprocps.so
/usr/lib/pkgconfig/libprocps.pc
/usr/share/licenses/procps-ng-devel
/usr/share/licenses/procps-ng-devel/COPYING
/usr/share/licenses/procps-ng-devel/COPYING.LIB
/usr/share/man/man3/openproc.3.gz
/usr/share/man/man3/readproc.3.gz
/usr/share/man/man3/readproctab.3.gz

References

Summary

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

/usr/include/proc /usr/include/proc/alloc.h /usr/include/proc/devname.h /usr/include/proc/escape.h /usr/include/proc/numa.h /usr/include/proc/procps.h /usr/include/proc/pwcache.h /usr/include/proc/readproc.h /usr/include/proc/sig.h /usr/include/proc/slab.h /usr/include/proc/sysinfo.h /usr/include/proc/version.h /usr/include/proc/wchan.h /usr/include/proc/whattime.h /usr/lib64/libprocps.so /usr/lib64/pkgconfig/libprocps.pc /usr/share/licenses/procps-ng-devel /usr/share/licenses/procps-ng-devel/COPYING /usr/share/licenses/procps-ng-devel/COPYING.LIB /usr/share/man/man3/openproc.3.gz /usr/share/man/man3/readproc.3.gz /usr/share/man/man3/readproctab.3.gz


## References

* [procps-ng-devel website](https://sourceforge.net/projects/procps-ng/)

## Summary

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