How to Install and Uninstall dpkg.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "dpkg.x86_64" package

Here is a brief guide to show you how to install dpkg.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install dpkg.x86_64

2. Uninstall "dpkg.x86_64" package

This guide let you learn how to uninstall dpkg.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove dpkg.x86_64 $ sudo dnf autoremove

3. Information about the dpkg.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:53:56 ago on Mon Feb 26 15:59:38 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.