How To Install guestfs-tools-bash-completion on Fedora 36

In this tutorial we learn how to install guestfs-tools-bash-completion in Fedora 36. guestfs-tools-bash-completion is Bash tab-completion scripts for guestfs-tools

Introduction

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

What is guestfs-tools-bash-completion

Install this package if you want intelligent bash tab-completion for the virt-* tools.

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

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

sudo dnf -y install guestfs-tools-bash-completion

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

sudo yum -y install guestfs-tools-bash-completion

How To Uninstall guestfs-tools-bash-completion on Fedora 36

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

sudo dnf remove guestfs-tools-bash-completion

guestfs-tools-bash-completion Package Contents on Fedora 36

/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/virt-alignment-scan
/usr/share/bash-completion/completions/virt-builder
/usr/share/bash-completion/completions/virt-cat
/usr/share/bash-completion/completions/virt-customize
/usr/share/bash-completion/completions/virt-df
/usr/share/bash-completion/completions/virt-dib
/usr/share/bash-completion/completions/virt-diff
/usr/share/bash-completion/completions/virt-edit
/usr/share/bash-completion/completions/virt-filesystems
/usr/share/bash-completion/completions/virt-format
/usr/share/bash-completion/completions/virt-get-kernel
/usr/share/bash-completion/completions/virt-inspector
/usr/share/bash-completion/completions/virt-log
/usr/share/bash-completion/completions/virt-ls
/usr/share/bash-completion/completions/virt-resize
/usr/share/bash-completion/completions/virt-sparsify
/usr/share/bash-completion/completions/virt-sysprep
/usr/share/bash-completion/completions/virt-tail
/usr/share/bash-completion/completions/virt-win-reg
/usr/share/licenses/guestfs-tools-bash-completion
/usr/share/licenses/guestfs-tools-bash-completion/COPYING

References

Summary

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