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

Last updated: April 29,2024

1. Install "ascii2binary" package

Please follow the steps below to install ascii2binary on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ascii2binary

2. Uninstall "ascii2binary" package

This guide let you learn how to uninstall ascii2binary on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ascii2binary
Priority: optional
Section: universe/misc
Installed-Size: 83
Maintainer: Ubuntu Developers
Original-Maintainer: Mohammed Sameer
Architecture: amd64
Version: 2.14-1
Depends: libc6 (>= 2.3.4)
Filename: pool/universe/a/ascii2binary/ascii2binary_2.14-1_amd64.deb
Size: 19178
MD5sum: 7f38555ac02d756ba2dae570bdb74298
SHA1: 9305de4c8b72bfec64a46dabefa6eab2320eb2d0
SHA256: c6285b7dac4054d810598719e624527fbc98d187c395c4cfb62c66e9b6bc630b
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
Homepage: http://billposer.org/Software/a2b.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu