How to Install and Uninstall osbuild-composer.src Package on Oracle Linux 9

Last updated: July 08,2024

1. Install "osbuild-composer.src" package

This tutorial shows how to install osbuild-composer.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install osbuild-composer.src

2. Uninstall "osbuild-composer.src" package

In this section, we are going to explain the necessary steps to uninstall osbuild-composer.src on Oracle Linux 9:

$ sudo dnf remove osbuild-composer.src $ sudo dnf autoremove

3. Information about the osbuild-composer.src package on Oracle Linux 9

Last metadata expiration check: 3:41:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : osbuild-composer
Version : 88.3
Release : 1.el9_3
Architecture : src
Size : 112 M
Source : None
Repository : ol9_appstream
Summary : An image building service based on osbuild
URL : https://github.com/osbuild/osbuild-composer
License : Apache-2.0
Description :
: A service for building customized OS artifacts, such as VM images and OSTree
: commits, that uses osbuild under the hood. Besides building images for local
: usage, it can also upload images directly to cloud.
:
: It is compatible with composer-cli and cockpit-composer clients.