How To Install remake on Fedora 36

In this tutorial we learn how to install remake in Fedora 36. remake is Build system that bridges the gap between make and redo

Introduction

In this tutorial we learn how to install remake on Fedora 36.

What is remake

Remake is a build system with features of both make and redo. See the documentation for details on usage and control file syntax.

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

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

sudo dnf -y install remake

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

sudo yum -y install remake

How To Uninstall remake on Fedora 36

To uninstall only the remake package we can use the following command:

sudo dnf remove remake

remake Package Contents on Fedora 36

/usr/bin/remake
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/b2997ffcdbb7356069f36027003f14eec7b951
/usr/share/doc/remake
/usr/share/doc/remake/README.md

References

Summary

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