How to Install and Uninstall dpkg.x86_64 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "dpkg.x86_64" package

Please follow the guidelines below to install dpkg.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install dpkg.x86_64

2. Uninstall "dpkg.x86_64" package

Here is a brief guide to show you how to uninstall dpkg.x86_64 on CentOS Stream 8:

$ sudo dnf remove dpkg.x86_64 $ sudo dnf autoremove

3. Information about the dpkg.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:56:17 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : dpkg
Version : 1.20.9
Release : 4.el8
Architecture : x86_64
Size : 1.5 M
Source : dpkg-1.20.9-4.el8.src.rpm
Repository : epel
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.