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

Last updated: July 05,2024

1. Install "dpkg-devel.i686" package

Please follow the steps below to install dpkg-devel.i686 on Fedora 34

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

2. Uninstall "dpkg-devel.i686" package

This guide covers the steps necessary to uninstall dpkg-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 1:08:33 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : dpkg-devel
Version : 1.21.7
Release : 1.fc34
Architecture : i686
Size : 178 k
Source : dpkg-1.21.7-1.fc34.src.rpm
Repository : updates
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.