How to Install and Uninstall dpkg.x86_64 Package on Fedora 35

Last updated: June 23,2024

1. Install "dpkg.x86_64" package

This tutorial shows how to install dpkg.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install dpkg.x86_64

2. Uninstall "dpkg.x86_64" package

This tutorial shows how to uninstall dpkg.x86_64 on Fedora 35:

$ sudo dnf remove dpkg.x86_64 $ sudo dnf autoremove

3. Information about the dpkg.x86_64 package on Fedora 35

Last metadata expiration check: 5:30:24 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : dpkg
Version : 1.21.9
Release : 1.fc35
Architecture : x86_64
Size : 1.5 M
Source : dpkg-1.21.9-1.fc35.src.rpm
Repository : updates
Summary : Package maintenance system for Debian Linux
URL : https://tracker.debian.org/pkg/dpkg
License : GPLv2 and GPLv2+ and LGPLv2+ and Public Domain and BSD
Description : This package provides the low-level infrastructure for handling the
: installation and removal of Debian software packages.
:
: This package contains the tools (including dpkg-source) required
: to unpack, build and upload Debian source packages.
:
: This package also contains the programs dpkg which used to handle the
: installation and removal of packages on a Debian system.
:
: This package also contains dselect, an interface for managing the
: installation and removal of packages on the system.
:
: dpkg and dselect will certainly be non-functional on a rpm-based system
: because packages dependencies will likely be unmet.