How To Install growlight on Fedora 36

In this tutorial we learn how to install growlight in Fedora 36. growlight is Disk manipulation and system setup tool

Introduction

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

What is growlight

Growlight can manipulate both physical (NVMe, SATA, etc.) and virtual (mdadm, device-mapper, etc.) block devices, help identify bottlenecks in a storage topology, create and destroy filesystems, and prepare a machine for initial boot when run in an installer context. Both full-screen and REPL readline UIs are available.

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

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

sudo dnf -y install growlight

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

sudo yum -y install growlight

How To Uninstall growlight on Fedora 36

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

sudo dnf remove growlight

growlight Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/a58b936d5fa678d2c58e1c7ec81a0495205169
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/33f31e4a9990c65c60bba74bf4f013710fffd2
/usr/sbin/growlight
/usr/sbin/growlight-readline
/usr/share/doc/growlight
/usr/share/doc/growlight/README.md
/usr/share/growlight
/usr/share/growlight/growlight.jpg
/usr/share/licenses/growlight
/usr/share/licenses/growlight/COPYING
/usr/share/man/man8/growlight-readline.8.gz
/usr/share/man/man8/growlight.8.gz

References

Summary

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