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

Last updated: January 10,2025

1. Install "dpkg-devel.i686" package

In this section, we are going to explain the necessary steps to install dpkg-devel.i686 on Fedora 39

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

2. Uninstall "dpkg-devel.i686" package

This guide let you learn how to uninstall dpkg-devel.i686 on Fedora 39:

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

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

Last metadata expiration check: 1:40:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : dpkg-devel
Version : 1.21.21
Release : 2.fc39
Architecture : i686
Size : 168 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.