How to Install and Uninstall mkosi.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "mkosi.noarch" package

This is a short guide on how to install mkosi.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install mkosi.noarch

2. Uninstall "mkosi.noarch" package

Here is a brief guide to show you how to uninstall mkosi.noarch on CentOS Stream 8:

$ sudo dnf remove mkosi.noarch $ sudo dnf autoremove

3. Information about the mkosi.noarch package on CentOS Stream 8

Last metadata expiration check: 1:41:29 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : mkosi
Version : 9
Release : 4.el8
Architecture : noarch
Size : 144 k
Source : mkosi-9-4.el8.src.rpm
Repository : epel
Summary : Create legacy-free OS images
URL : https://github.com/systemd/mkosi
License : LGPLv2+
Description : A fancy wrapper around "dnf --installroot", "debootstrap" and
: "pacstrap", that may generate disk images with a number of bells and
: whistles.
:
: Generated images are "legacy-free". This means only GPT disk labels
: (and no MBR disk labels) are supported, and only systemd based images
: may be generated. Moreover, for bootable images only EFI systems are
: supported (not plain MBR/BIOS).