How To Install greybird-plank on Fedora 36

In this tutorial we learn how to install greybird-plank in Fedora 36. greybird-plank is Greybird plank themes

Introduction

In this tutorial we learn how to install greybird-plank on Fedora 36.

What is greybird-plank

Themes for plank as part of the Greybird theme.

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

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

sudo dnf -y install greybird-plank

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

sudo yum -y install greybird-plank

How To Uninstall greybird-plank on Fedora 36

To uninstall only the greybird-plank package we can use the following command:

sudo dnf remove greybird-plank

greybird-plank Package Contents on Fedora 36

/usr/share/doc/greybird-plank
/usr/share/doc/greybird-plank/LICENSE.CC
/usr/share/doc/greybird-plank/LICENSE.GPL
/usr/share/themes/Greybird-dark/plank
/usr/share/themes/Greybird-dark/plank/dock.theme
/usr/share/themes/Greybird/plank
/usr/share/themes/Greybird/plank/dock.theme

References

Summary

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