How to Install and Uninstall beef Package on Kali Linux

Last updated: May 19,2024

1. Install "beef" package

In this section, we are going to explain the necessary steps to install beef on Kali Linux

$ sudo apt update $ sudo apt install beef

2. Uninstall "beef" package

Please follow the guidance below to uninstall beef on Kali Linux:

$ sudo apt remove beef $ sudo apt autoclean && sudo apt autoremove

3. Information about the beef package on Kali Linux

Package: beef
Version: 1.2.0-2
Installed-Size: 39
Maintainer: Andrea Bolognani
Architecture: amd64
Depends: libc6 (>= 2.34), libcattle-1.0-0 (>= 1.2.0), libglib2.0-0 (>= 2.16.0), libreadline8 (>= 6.0)
Suggests: gvfs, gvfs-backends
Size: 11292
SHA256: 2525ab26a7338dd7e426f435fd9a6a608906613e330fa9c43c854dd7a060d4ba
SHA1: 4cb3a6634fd20e77f39a0fb53bd04b5d44436d8a
MD5sum: 516cf83a02b5e503d74b2bcf94487755
Description: flexible Brainfuck interpreter
Beef is an interpreter for the Brainfuck programming language.
.
Its main goals are to be comfortable for the user and to run most
Brainfuck programs unchanged; speed is generally quite good.
.
Beef performs thorough error checking to make sure malformed programs are
not executed; it also supports a bunch of command-line options that can be
used for configuration or compatibility purposes.
.
If GVFS is installed, Beef can use any available backend as either output
or (where it makes sense) input source. GNU readline is used for
interactive input.
Description-md5:
Homepage: https://kiyuko.org/software/beef
Tag: devel::interpreter, implemented-in::c, interface::commandline,
role::program, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/b/beef/beef_1.2.0-2_amd64.deb