How to Install and Uninstall debootstrap.noarch Package on CentOS Stream 9

Last updated: October 01,2024

1. Install "debootstrap.noarch" package

This is a short guide on how to install debootstrap.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install debootstrap.noarch

2. Uninstall "debootstrap.noarch" package

In this section, we are going to explain the necessary steps to uninstall debootstrap.noarch on CentOS Stream 9:

$ sudo dnf remove debootstrap.noarch $ sudo dnf autoremove

3. Information about the debootstrap.noarch package on CentOS Stream 9

Last metadata expiration check: 0:23:56 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : debootstrap
Version : 1.0.134
Release : 1.el9
Architecture : noarch
Size : 85 k
Source : debootstrap-1.0.134-1.el9.src.rpm
Repository : epel
Summary : Debian GNU/Linux bootstrapper
URL : https://wiki.debian.org/Debootstrap
License : MIT
Description : debootstrap is used to create a Debian base system from scratch, without
: requiring the availability of dpkg or apt. It does this by downloading
: .deb files from a mirror site, and carefully unpacking them into a
: directory which can eventually be chrooted into.
:
: This might be often useful coupled with virtualization techniques to run
: Debian GNU/Linux guest system.