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

Last updated: October 06,2024

1. Install "hadolint.x86_64" package

Please follow the guidelines below to install hadolint.x86_64 on Fedora 35

$ 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 35:

$ sudo dnf remove hadolint.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:25:23 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : hadolint
Version : 2.7.0
Release : 3.fc35
Architecture : x86_64
Size : 3.8 M
Source : hadolint-2.7.0-3.fc35.src.rpm
Repository : updates
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.