How to Install and Uninstall python3-binwalk Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-binwalk" package

Please follow the instructions below to install python3-binwalk on Kali Linux

$ sudo apt update $ sudo apt install python3-binwalk

2. Uninstall "python3-binwalk" package

Please follow the instructions below to uninstall python3-binwalk on Kali Linux:

$ sudo apt remove python3-binwalk $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-binwalk package on Kali Linux

Package: python3-binwalk
Source: binwalk
Version: 2.3.4+dfsg1-4
Installed-Size: 560
Maintainer: Debian Security Tools
Architecture: all
Depends: python3-zombie-imp, libmagic1, python3:any
Recommends: arj, bzip2, cramfsswap, mtd-utils, ncompress, p7zip, p7zip-full, python3-pyqtgraph, sleuthkit, squashfs-tools
Size: 99212
SHA256: 6152c87c07e9f22ed846cab828a322ef8b7fa530ea385cc1b5a406fe849622fc
SHA1: 85347c4d6d0b00f3e06624daacc59b78a6d369c3
MD5sum: 27726a88203246a355867c0f207e14dc
Description: Python3 library for analyzing binary blobs and executable code
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.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/ReFirmLabs/binwalk
Section: devel
Priority: optional
Filename: pool/main/b/binwalk/python3-binwalk_2.3.4+dfsg1-4_all.deb