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

Last updated: November 28,2024

1. Install "dpkg-devel.i686" package

This is a short guide on how to install dpkg-devel.i686 on Fedora 38

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

2. Uninstall "dpkg-devel.i686" package

Please follow the instructions below to uninstall dpkg-devel.i686 on Fedora 38:

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

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

Last metadata expiration check: 3:15:00 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : dpkg-devel
Version : 1.21.21
Release : 1.fc38
Architecture : i686
Size : 192 k
Source : dpkg-1.21.21-1.fc38.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.