How To Install osbuild-composer-worker on Rocky Linux 8

In this tutorial we learn how to install osbuild-composer-worker on Rocky Linux 8. osbuild-composer-worker is The worker for osbuild-composer

Introduction

In this tutorial we learn how to install osbuild-composer-worker on Rocky Linux 8.

What is osbuild-composer-worker

The worker for osbuild-composer

We can use yum or dnf to install osbuild-composer-worker on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install osbuild-composer-worker.

Install osbuild-composer-worker 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 osbuild-composer-worker using dnf by running the following command:

sudo dnf -y install osbuild-composer-worker

Install osbuild-composer-worker 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 osbuild-composer-worker using yum by running the following command:

sudo yum -y install osbuild-composer-worker

How To Uninstall osbuild-composer-worker on Rocky Linux 8

To uninstall only the osbuild-composer-worker package we can use the following command:

sudo dnf remove osbuild-composer-worker

osbuild-composer-worker Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/db9e65cd1bb7c6818c3f75052511ba3c06164d
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/[email protected]
/usr/libexec/osbuild-composer/osbuild-worker
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/719b0e7f1200bf28893703e723ee2a6ba36f60
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/[email protected]
/usr/libexec/osbuild-composer/osbuild-worker

References

Summary

In this tutorial we learn how to install osbuild-composer-worker on Rocky Linux 8 using yum and dnf.