How to Install and Uninstall binwalk Package on openSuSE Tumbleweed

Last updated: November 25,2024

1. Install "binwalk" package

This tutorial shows how to install binwalk on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install binwalk

2. Uninstall "binwalk" package

Please follow the guidance below to uninstall binwalk on openSuSE Tumbleweed:

$ sudo zypper remove binwalk

3. Information about the binwalk package on openSuSE Tumbleweed

Information for package binwalk:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : binwalk
Version : 2.3.4-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 832.7 KiB
Installed : No
Status : not installed
Source package : binwalk-2.3.4-1.3.src
Upstream URL : https://github.com/devttys0/binwalk
Summary : Firmware Analysis Tool
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 libmagic library, so it is compatible with magic
signatures created for the Unix file utility. Binwalk also includes
a custom magic signature file which contains improved signatures
for files that are commonly found in firmware images such as
compressed/archived files, firmware headers, Linux kernels,
bootloaders, filesystems, etc.