How to Install and Uninstall binwalk.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "binwalk.noarch" package

In this section, we are going to explain the necessary steps to install binwalk.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install binwalk.noarch

2. Uninstall "binwalk.noarch" package

This guide let you learn how to uninstall binwalk.noarch on Fedora 34:

$ sudo dnf remove binwalk.noarch $ sudo dnf autoremove

3. Information about the binwalk.noarch package on Fedora 34

Last metadata expiration check: 4:19:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : binwalk
Version : 2.2.0
Release : 5.fc34
Architecture : noarch
Size : 175 k
Source : binwalk-2.2.0-5.fc34.src.rpm
Repository : fedora
Summary : Firmware analysis tool
URL : https://github.com/devttys0/binwalk
License : MIT
Description : Binwalk is a tool for searching a given binary image for embedded files and
: executable code. Specifically, it is designed for identifying files and code
: embedded inside of firmware images. Binwalk uses the python-magic library, so
: it is compatible with magic signatures created for the Unix file utility.