How to Install and Uninstall cloud-init.src Package on Oracle Linux 9
Last updated: November 01,2024
1. Install "cloud-init.src" package
This guide covers the steps necessary to install cloud-init.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
cloud-init.src
Copied
2. Uninstall "cloud-init.src" package
In this section, we are going to explain the necessary steps to uninstall cloud-init.src on Oracle Linux 9:
$
sudo dnf remove
cloud-init.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the cloud-init.src package on Oracle Linux 9
Last metadata expiration check: 0:53:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cloud-init
Version : 23.1.1
Release : 12.0.1.el9_3
Architecture : src
Size : 1.6 M
Source : None
Repository : ol9_appstream
Summary : Cloud instance init scripts
URL : http://launchpad.net/cloud-init
License : ASL 2.0 or 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.
Available Packages
Name : cloud-init
Version : 23.1.1
Release : 12.0.1.el9_3
Architecture : src
Size : 1.6 M
Source : None
Repository : ol9_appstream
Summary : Cloud instance init scripts
URL : http://launchpad.net/cloud-init
License : ASL 2.0 or 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.