How To Install moby-engine-nano on Fedora 36

In this tutorial we learn how to install moby-engine-nano in Fedora 36. moby-engine-nano is GNU nano syntax highlighting files for Moby

Introduction

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

What is moby-engine-nano

This package installs GNU nano syntax highlighting files for Moby.

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

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

sudo dnf -y install moby-engine-nano

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

sudo yum -y install moby-engine-nano

How To Uninstall moby-engine-nano on Fedora 36

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

sudo dnf remove moby-engine-nano

moby-engine-nano Package Contents on Fedora 36

/usr/share/nano
/usr/share/nano/Dockerfile.nanorc

References

Summary

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