How to Install and Uninstall dpkg.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "dpkg.x86_64" package

Here is a brief guide to show you how to install dpkg.x86_64 on Rocky Linux 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 Rocky Linux 8:

$ sudo dnf remove dpkg.x86_64 $ sudo dnf autoremove

3. Information about the dpkg.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:55:24 ago on Mon Sep 12 10:27:18 2022.
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.