How to Install and Uninstall ascii2binary Package on Kali Linux

Last updated: May 15,2024

1. Install "ascii2binary" package

This guide covers the steps necessary to install ascii2binary on Kali Linux

$ sudo apt update $ sudo apt install ascii2binary

2. Uninstall "ascii2binary" package

Please follow the instructions below to uninstall ascii2binary on Kali Linux:

$ sudo apt remove ascii2binary $ sudo apt autoclean && sudo apt autoremove

3. Information about the ascii2binary package on Kali Linux

Package: ascii2binary
Source: ascii2binary (2.14-1.1)
Version: 2.14-1.1+b1
Installed-Size: 70
Maintainer: Mohammed Sameer
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 18864
SHA256: 8b40bc84be52e62e5877bed88fb76789b272cd05e86141f11ae0f55c3e712a16
SHA1: 11620f029d4ac7649b048435b75a2a9092c2a889
MD5sum: 4d5069d950a127f7b74f1f1b031233ae
Description: Convert between ASCII, hexadecimal and binary representations
This package contains:
* ascii2binary reads input consisting of ascii or hexadecimal representation
numbers separated by whitespace and produces as output the binary
equivalents. The type and precision of the binary output is selected
using command line flags.
* binary2ascii reads input consisting of binary numbers and converts
them to their ascii or hexadecimal representation.
Command line flags specify the type and size of the binary numbers
and provide control over the format of the output.
Unsigned integers may be written out in binary, octal, decimal,
or hexadecimal.
Signed integers may be written out only in binary or decimal. Floating
point numbers may be written out only decimal, either in standard or
scientific notation. (If you want to examine the binary representation
of floating point numbers, just treat the input as a sequence of unsigned
characters.)
.
The two programs are useful for generating test data, for inspecting binary
files, and for interfacing programs that generate textual output to programs
that require binary input and conversely. They can also be useful when it is
desired to reformat numbers.
Description-md5:
Homepage: http://billposer.org/Software/a2b.html
Tag: role::program, scope::utility, use::converting, works-with::file
Section: misc
Priority: optional
Filename: pool/main/a/ascii2binary/ascii2binary_2.14-1.1+b1_amd64.deb