How to Install and Uninstall hadolint.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "hadolint.x86_64" package

This tutorial shows how to install hadolint.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install hadolint.x86_64

2. Uninstall "hadolint.x86_64" package

Please follow the step by step instructions below to uninstall hadolint.x86_64 on Fedora 36:

$ sudo dnf remove hadolint.x86_64 $ sudo dnf autoremove

3. Information about the hadolint.x86_64 package on Fedora 36

Last metadata expiration check: 0:01:04 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : hadolint
Version : 2.7.0
Release : 3.fc36
Architecture : x86_64
Size : 3.8 M
Source : hadolint-2.7.0-3.fc36.src.rpm
Repository : fedora
Summary : Dockerfile linter, validate inline bash
URL : https://hackage.haskell.org/package/hadolint
License : GPLv3+
Description : A smarter Dockerfile linter that helps you build best practice Docker
: images. The linter is parsing the Dockerfile into an AST and performs rules on
: top of the AST. It is standing on the shoulders of ShellCheck to lint the Bash
: code inside RUN instructions.