How To Install colin on Fedora 36

In this tutorial we learn how to install colin in Fedora 36. colin is Tool to check generic rules/best-practices for containers/images/dockerfiles.

Introduction

In this tutorial we learn how to install colin on Fedora 36.

What is colin

colin is a tool to check generic rules/best-practices for containers/images/dockerfiles

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

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

sudo dnf -y install colin

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

sudo yum -y install colin

How To Uninstall colin on Fedora 36

To uninstall only the colin package we can use the following command:

sudo dnf remove colin

colin Package Contents on Fedora 36

/usr/bin/colin
/usr/share/bash-completion/completions/colin
/usr/share/licenses/colin
/usr/share/licenses/colin/LICENSE

References

Summary

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