How To Install python-vitrageclient-bash-completion on Fedora 36

In this tutorial we learn how to install python-vitrageclient-bash-completion in Fedora 36. python-vitrageclient-bash-completion is bash completion files for vitrage

Introduction

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

What is python-vitrageclient-bash-completion

This package contains bash completion files for vitrage.

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

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

sudo dnf -y install python-vitrageclient-bash-completion

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

sudo yum -y install python-vitrageclient-bash-completion

How To Uninstall python-vitrageclient-bash-completion on Fedora 36

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

sudo dnf remove python-vitrageclient-bash-completion

python-vitrageclient-bash-completion Package Contents on Fedora 36

/usr/share/bash-completion/completions/vitrage
/usr/share/licenses/python-vitrageclient-bash-completion
/usr/share/licenses/python-vitrageclient-bash-completion/LICENSE

References

Summary

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