How to Install and Uninstall dpkg-dev.noarch Package on Rocky Linux 8
Last updated: November 10,2024
1. Install "dpkg-dev.noarch" package
Please follow the step by step instructions below to install dpkg-dev.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
dpkg-dev.noarch
Copied
2. Uninstall "dpkg-dev.noarch" package
In this section, we are going to explain the necessary steps to uninstall dpkg-dev.noarch on Rocky Linux 8:
$
sudo dnf remove
dpkg-dev.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the dpkg-dev.noarch package on Rocky Linux 8
Last metadata expiration check: 0:30:43 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : dpkg-dev
Version : 1.20.9
Release : 4.el8
Architecture : noarch
Size : 1.0 M
Source : dpkg-1.20.9-4.el8.src.rpm
Repository : epel
Summary : Debian package development tools
URL : https://tracker.debian.org/pkg/dpkg
License : GPLv2 and GPLv2+ and LGPLv2+ and Public Domain and BSD
Description : This package provides the development tools (including dpkg-source)
: required to unpack, build and upload Debian source packages.
: .
: Most Debian source packages will require additional tools to build;
: for example, most packages need make and the C compiler gcc.
Available Packages
Name : dpkg-dev
Version : 1.20.9
Release : 4.el8
Architecture : noarch
Size : 1.0 M
Source : dpkg-1.20.9-4.el8.src.rpm
Repository : epel
Summary : Debian package development tools
URL : https://tracker.debian.org/pkg/dpkg
License : GPLv2 and GPLv2+ and LGPLv2+ and Public Domain and BSD
Description : This package provides the development tools (including dpkg-source)
: required to unpack, build and upload Debian source packages.
: .
: Most Debian source packages will require additional tools to build;
: for example, most packages need make and the C compiler gcc.