How to Install and Uninstall beav Package on Kali Linux

Last updated: May 15,2024

1. Install "beav" package

Here is a brief guide to show you how to install beav on Kali Linux

$ sudo apt update $ sudo apt install beav

2. Uninstall "beav" package

Learn how to uninstall beav on Kali Linux:

$ sudo apt remove beav $ sudo apt autoclean && sudo apt autoremove

3. Information about the beav package on Kali Linux

Package: beav
Version: 1:1.40-18.4
Installed-Size: 137
Maintainer: Sam Hocevar (Debian packages)
Architecture: amd64
Depends: libc6 (>= 2.34), libtinfo6 (>= 6)
Size: 66648
SHA256: e88ac39a62c7203974498093fbd7fb2bc0fdae206b6d8b468cb5ca407f22ae69
SHA1: 8557868c6406f14c343185ef11e506ca613cea6f
MD5sum: be6073418c569a7e96573322c1d527a3
Description: binary editor and viewer
beav (Binary Editor And Viewer) is an editor for binary files containing
arbitrary data. Text file editors, on the other hand, expect the files they
edit to contain textual data, and/or to be formatted in a certain way (e.g.
lines of printable characters delimited by newline characters).
.
With beav, you can edit a file in HEX, ASCII, EBCDIC, OCTAL, DECIMAL, and
BINARY. You can display but not edit data in FLOAT mode. You can search or
search and replace in any of these modes. Data can be displayed in BYTE,
WORD, or DOUBLE WORD formats. While displaying WORDS or DOUBLE WORDS the
data can be displayed in INTEL's or MOTOROLA's byte ordering. Data of any
length can be inserted at any point in the file. The source of this data
can be the keyboard, another buffer, or a file. Any data that is being
displayed can be sent to a printer in the displayed format. Files that are
bigger than memory can be handled.
Description-md5:
Tag: interface::text-mode, role::program, scope::utility, uitoolkit::ncurses,
use::editing, works-with::file
Section: editors
Priority: optional
Filename: pool/main/b/beav/beav_1.40-18.4_amd64.deb