How to Install and Uninstall binwalk Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "binwalk" package

Please follow the guidance below to install binwalk on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install binwalk

2. Uninstall "binwalk" package

Please follow the steps below to uninstall binwalk on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the binwalk package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: binwalk
Priority: extra
Section: universe/devel
Installed-Size: 595
Maintainer: Ubuntu Developers
Original-Maintainer: Leo Costela
Architecture: all
Version: 2.1.1-4
Depends: libmagic1, python-lzma, python-lzo, python (>= 2.7), python (<< 2.8)
Recommends: arj, bzip2, cramfsprogs, cramfsswap, mtd-utils, ncompress, p7zip, p7zip-full, python-pyqtgraph, sleuthkit, squashfs-tools
Filename: pool/universe/b/binwalk/binwalk_2.1.1-4_all.deb
Size: 93288
MD5sum: 287f2d0acf5d09bd882ab2a1508e7f20
SHA1: e98c0860e86191b3c9924783102abad83a740747
SHA256: 964448a3e70f52820c58e690b7b645b49e1f8fd7d5f51c9c69cfc6b090674fe1
Description-en: tool for searching binary images for embedded files 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.
Description-md5: b262a848e58eaf5fc94bc36f406b01a2
Homepage: https://github.com/devttys0/binwalk
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu