How to Install and Uninstall dpkg-dev.noarch Package on Fedora 34

Last updated: June 02,2024

1. Install "dpkg-dev.noarch" package

Learn how to install dpkg-dev.noarch on Fedora 34

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

2. Uninstall "dpkg-dev.noarch" package

Please follow the guidelines below to uninstall dpkg-dev.noarch on Fedora 34:

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

3. Information about the dpkg-dev.noarch package on Fedora 34

Last metadata expiration check: 5:35:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : dpkg-dev
Version : 1.21.7
Release : 1.fc34
Architecture : noarch
Size : 1.2 M
Source : dpkg-1.21.7-1.fc34.src.rpm
Repository : updates
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.