How to Install and Uninstall ascii2binary Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 07,2024

1. Install "ascii2binary" package

Learn how to install ascii2binary on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install ascii2binary

2. Uninstall "ascii2binary" package

This guide let you learn how to uninstall ascii2binary on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the ascii2binary package on Ubuntu 21.04 (Hirsute Hippo)

Package: ascii2binary
Architecture: amd64
Version: 2.14-1build1
Priority: optional
Section: universe/misc
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Mohammed Sameer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 58
Depends: libc6 (>= 2.3.4)
Filename: pool/universe/a/ascii2binary/ascii2binary_2.14-1build1_amd64.deb
Size: 17064
MD5sum: 179e4ccfcad77cf1ef5181089bf3f216
SHA1: 1d4d14df8bb295e29bd826d778d422b886c4430e
SHA256: 70d1b3a4e24a594ae515f17695202c9d73761c13e5579d0e120f72b85778182d
SHA512: 6751e49620b7199019d10103c48ee361c4dcd5e62811d744ca16c6bc5f4eb1dd7592d682577c891f7d10e5e2b3d492d22e29bd6f51d709f51d9dfb7ba0db62dc
Homepage: http://billposer.org/Software/a2b.html
Description-en: 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: 9ced2aa7330b10762e41b22c00981dc7