How to Install and Uninstall dpkg-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "dpkg-devel.x86_64" package

Here is a brief guide to show you how to install dpkg-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install dpkg-devel.x86_64

2. Uninstall "dpkg-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall dpkg-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove dpkg-devel.x86_64 $ sudo dnf autoremove

3. Information about the dpkg-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:23:49 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : dpkg-devel
Version : 1.21.21
Release : 1.el9
Architecture : x86_64
Size : 170 k
Source : dpkg-1.21.21-1.el9.src.rpm
Repository : epel
Summary : Debian package management static library
URL : https://tracker.debian.org/pkg/dpkg
License : GPLv2 and GPLv2+ and LGPLv2+ and Public Domain and BSD
Description : This package provides the header files and static library necessary to
: develop software using dpkg, the same library used internally by dpkg.
:
: Note though, that the API is to be considered volatile, and might change
: at any time, use at your own risk.