How To Install kiwi-systemdeps on Rocky Linux 8
Introduction
In this tutorial we learn how to install kiwi-systemdeps
on Rocky Linux 8.
What is kiwi-systemdeps
Host setup helper to pull in all packages required/useful to leverage all functionality in KIWI.
We can use yum
or dnf
to install kiwi-systemdeps
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kiwi-systemdeps.
Install kiwi-systemdeps on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install kiwi-systemdeps
using dnf
by running the following command:
sudo dnf -y install kiwi-systemdeps
Install kiwi-systemdeps on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install kiwi-systemdeps
using yum
by running the following command:
sudo yum -y install kiwi-systemdeps
How To Uninstall kiwi-systemdeps on Rocky Linux 8
To uninstall only the kiwi-systemdeps
package we can use the following command:
sudo dnf remove kiwi-systemdeps
kiwi-systemdeps Package Contents on Rocky Linux 8
References
Summary
In this tutorial we learn how to install kiwi-systemdeps
on Rocky Linux 8 using yum and dnf.