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

Last updated: July 05,2024

1. Install "hadolint.x86_64" package

This guide covers the steps necessary to install hadolint.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install hadolint.x86_64

2. Uninstall "hadolint.x86_64" package

This tutorial shows how to uninstall hadolint.x86_64 on Fedora 34:

$ sudo dnf remove hadolint.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:17:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : hadolint
Version : 1.18.2
Release : 3.fc34
Architecture : x86_64
Size : 2.8 M
Source : hadolint-1.18.2-3.fc34.src.rpm
Repository : updates
Summary : Dockerfile linter, validate inline bash
URL : https://github.com/hadolint/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.