How To Install zuul-migrate on Fedora 36

In this tutorial we learn how to install zuul-migrate in Fedora 36. zuul-migrate is Migrate zuul v2 and Jenkins Job Builder to Zuul v3

Introduction

In this tutorial we learn how to install zuul-migrate on Fedora 36.

What is zuul-migrate

Migrate zuul v2 and Jenkins Job Builder to Zuul v3

We can use yum or dnf to install zuul-migrate on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zuul-migrate.

Install zuul-migrate on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install zuul-migrate using dnf by running the following command:

sudo dnf -y install zuul-migrate

Install zuul-migrate on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install zuul-migrate using yum by running the following command:

sudo yum -y install zuul-migrate

How To Uninstall zuul-migrate on Fedora 36

To uninstall only the zuul-migrate package we can use the following command:

sudo dnf remove zuul-migrate

zuul-migrate Package Contents on Fedora 36

/usr/bin/zuul-migrate
/usr/share/licenses/zuul-migrate
/usr/share/licenses/zuul-migrate/LICENSE

References

Summary

In this tutorial we learn how to install zuul-migrate on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).