How to Install and Uninstall cloud-init.noarch Package on CentOS Stream 8

Last updated: January 16,2025

1. Install "cloud-init.noarch" package

In this section, we are going to explain the necessary steps to install cloud-init.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install cloud-init.noarch

2. Uninstall "cloud-init.noarch" package

This is a short guide on how to uninstall cloud-init.noarch on CentOS Stream 8:

$ sudo dnf remove cloud-init.noarch $ sudo dnf autoremove

3. Information about the cloud-init.noarch package on CentOS Stream 8

Last metadata expiration check: 5:51:03 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : cloud-init
Version : 23.4
Release : 4.el8
Architecture : noarch
Size : 1.5 M
Source : cloud-init-23.4-4.el8.src.rpm
Repository : appstream
Summary : Cloud instance init scripts
URL : https://github.com/canonical/cloud-init
License : GPLv3
Description : Cloud-init is a set of init scripts for cloud instances. Cloud instances
: need special scripts to run during initialization to retrieve and install
: ssh keys and to let the user run various scripts.