How To Install epix-bash-completion on Fedora 36

In this tutorial we learn how to install epix-bash-completion in Fedora 36. epix-bash-completion is Bash completion support for epix

Introduction

In this tutorial we learn how to install epix-bash-completion on Fedora 36.

What is epix-bash-completion

Bash completion support for the epix’s utilities.

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

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

sudo dnf -y install epix-bash-completion

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

sudo yum -y install epix-bash-completion

How To Uninstall epix-bash-completion on Fedora 36

To uninstall only the epix-bash-completion package we can use the following command:

sudo dnf remove epix-bash-completion

epix-bash-completion Package Contents on Fedora 36

/etc/bash_completion.d/epix
/usr/share/doc/epix-bash-completion
/usr/share/doc/epix-bash-completion/POST-INSTALL
/usr/share/doc/epix-bash-completion/README
/usr/share/licenses/epix-bash-completion
/usr/share/licenses/epix-bash-completion/COPYING

References

Summary

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