How To Install prboom-plus-bash-completion on Fedora 36

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

Introduction

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

What is prboom-plus-bash-completion

Bash command line completion support for prboom-plus.

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

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

sudo dnf -y install prboom-plus-bash-completion

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

sudo yum -y install prboom-plus-bash-completion

How To Uninstall prboom-plus-bash-completion on Fedora 36

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

sudo dnf remove prboom-plus-bash-completion

prboom-plus-bash-completion Package Contents on Fedora 36

/usr/share/bash-completion/completions/prboom-plus.bash

References

Summary

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