How to Install and Uninstall binfmt-support Package on Kali Linux

Last updated: May 13,2024

1. Install "binfmt-support" package

This guide let you learn how to install binfmt-support on Kali Linux

$ sudo apt update $ sudo apt install binfmt-support

2. Uninstall "binfmt-support" package

Please follow the steps below to uninstall binfmt-support on Kali Linux:

$ sudo apt remove binfmt-support $ sudo apt autoclean && sudo apt autoremove

3. Information about the binfmt-support package on Kali Linux

Package: binfmt-support
Version: 2.2.2-6
Installed-Size: 208
Maintainer: Colin Watson
Architecture: amd64
Depends: libc6 (>= 2.34), libpipeline1 (>= 1.0.0)
Pre-Depends: init-system-helpers (>= 1.54~)
Size: 64284
SHA256: e189079d447890caafa8eb7ef953b0c444688c566174494be9efa40e12e7d2a5
SHA1: dfeac4463a5bcb94acedf00eec1af802ead15103
MD5sum: fbf9b16591557cfd98b872ddda607d16
Description: Support for extra binary formats
The binfmt_misc kernel module, contained in versions 2.1.43 and later of the
Linux kernel, allows system administrators to register interpreters for
various binary formats based on a magic number or their file extension, and
cause the appropriate interpreter to be invoked whenever a matching file is
executed. Think of it as a more flexible version of the #! executable
interpreter mechanism.
.
This package provides an 'update-binfmts' script with which package
maintainers can register interpreters to be used with this module without
having to worry about writing their own init.d scripts, and which sysadmins
can use for a slightly higher-level interface to this module.
Description-md5:
Multi-Arch: foreign
Homepage: https://nongnu.org/binfmt-support/
Tag: admin::kernel, devel::interpreter, devel::lang:c, devel::lang:perl,
devel::library, implemented-in::c, implemented-in::perl,
interface::commandline, role::devel-lib, role::program, scope::utility,
suite::debian
Section: admin
Priority: optional
Filename: pool/main/b/binfmt-support/binfmt-support_2.2.2-6_amd64.deb