How To Install moby-engine-fish-completion on Fedora 36

In this tutorial we learn how to install moby-engine-fish-completion in Fedora 36. moby-engine-fish-completion is Fish completion files for moby-engine

Introduction

In this tutorial we learn how to install moby-engine-fish-completion on Fedora 36.

What is moby-engine-fish-completion

This package installs Fish completion files for moby-engine.

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

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

sudo dnf -y install moby-engine-fish-completion

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

sudo yum -y install moby-engine-fish-completion

How To Uninstall moby-engine-fish-completion on Fedora 36

To uninstall only the moby-engine-fish-completion package we can use the following command:

sudo dnf remove moby-engine-fish-completion

moby-engine-fish-completion Package Contents on Fedora 36

/usr/share/fish/vendor_completions.d/docker.fish

References

Summary

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