How to Install and Uninstall ignition.src Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "ignition.src" package

Here is a brief guide to show you how to install ignition.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ignition.src

2. Uninstall "ignition.src" package

Please follow the guidelines below to uninstall ignition.src on Oracle Linux 9:

$ sudo dnf remove ignition.src $ sudo dnf autoremove

3. Information about the ignition.src package on Oracle Linux 9

Last metadata expiration check: 2:52:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ignition
Version : 2.16.2
Release : 1.el9
Architecture : src
Size : 4.7 M
Source : None
Repository : ol9_appstream
Summary : First boot installer and configuration tool (RHEL CoreOS only)
URL : https://github.com/coreos/ignition
License : ASL 2.0
Description : This software is currently only supported on RHEL CoreOS.
:
: Ignition is a utility used to manipulate systems during the initramfs.
: This includes partitioning disks, formatting partitions, writing files
: (regular files, systemd units, etc.), and configuring users. On first
: boot, Ignition reads its configuration from a source of truth (remote
: URL, network metadata service, hypervisor bridge, etc.) and applies
: the configuration.