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

Last updated: September 28,2024

1. Install "hadolint.x86_64" package

This is a short guide on how to install hadolint.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install hadolint.x86_64

2. Uninstall "hadolint.x86_64" package

Please follow the instructions below to uninstall hadolint.x86_64 on Fedora 38:

$ sudo dnf remove hadolint.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:00:21 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : hadolint
Version : 2.12.0
Release : 10.fc38
Architecture : x86_64
Size : 6.1 M
Source : hadolint-2.12.0-10.fc38.src.rpm
Repository : fedora
Summary : Dockerfile linter, validate inline bash
URL : https://hackage.haskell.org/package/hadolint
License : GPL-3.0-or-later
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.