How to Install and Uninstall dpkg-devel.x86_64 Package on Fedora 39

Last updated: October 15,2024

1. Install "dpkg-devel.x86_64" package

Please follow the instructions below to install dpkg-devel.x86_64 on Fedora 39

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

2. Uninstall "dpkg-devel.x86_64" package

Learn how to uninstall dpkg-devel.x86_64 on Fedora 39:

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

3. Information about the dpkg-devel.x86_64 package on Fedora 39

Last metadata expiration check: 2:03:28 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : dpkg-devel
Version : 1.21.21
Release : 2.fc39
Architecture : x86_64
Size : 155 k
Source : dpkg-1.21.21-2.fc39.src.rpm
Repository : fedora
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.