How To Install herbstluftwm-fish on Fedora 36

In this tutorial we learn how to install herbstluftwm-fish in Fedora 36. herbstluftwm-fish is Herbstluftwm fish completion support

Introduction

In this tutorial we learn how to install herbstluftwm-fish on Fedora 36.

What is herbstluftwm-fish

This package provides fish completion script of herbstluftwm.

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

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

sudo dnf -y install herbstluftwm-fish

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

sudo yum -y install herbstluftwm-fish

How To Uninstall herbstluftwm-fish on Fedora 36

To uninstall only the herbstluftwm-fish package we can use the following command:

sudo dnf remove herbstluftwm-fish

herbstluftwm-fish Package Contents on Fedora 36

/usr/share/fish/vendor_completions.d/herbstclient.fish

References

Summary

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