How to Install and Uninstall dpkg-dev.noarch Package on CentOS 8 / RHEL 8

Last updated: July 05,2024

1. Install "dpkg-dev.noarch" package

This is a short guide on how to install dpkg-dev.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install dpkg-dev.noarch

2. Uninstall "dpkg-dev.noarch" package

Here is a brief guide to show you how to uninstall dpkg-dev.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove dpkg-dev.noarch $ sudo dnf autoremove

3. Information about the dpkg-dev.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:15:42 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : dpkg-dev
Version : 1.18.25
Release : 12.el8
Architecture : noarch
Size : 709 k
Source : dpkg-1.18.25-12.el8.src.rpm
Repository : epel
Summary : Debian package development tools
URL : https://tracker.debian.org/pkg/dpkg
License : GPLv2 and GPLv2+ and LGPLv2+ and Public Domain and BSD
Description : This package provides the development tools (including dpkg-source)
: required to unpack, build and upload Debian source packages.
: .
: Most Debian source packages will require additional tools to build;
: for example, most packages need make and the C compiler gcc.