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

Last updated: May 20,2024

1. Install "beef" package

Here is a brief guide to show you how to install beef on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install beef

2. Uninstall "beef" package

This tutorial shows how to uninstall beef on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: beef
Priority: extra
Section: universe/devel
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Andrea Bolognani
Architecture: amd64
Version: 1.0.1-1
Depends: libc6 (>= 2.4), libcattle-1.0-0 (>= 1.2.0), libglib2.0-0 (>= 2.16.0), libreadline6 (>= 6.0)
Suggests: gvfs, gvfs-backends
Filename: pool/universe/b/beef/beef_1.0.1-1_amd64.deb
Size: 11078
MD5sum: 14d57e39348dbdbf4709abac398ad1c4
SHA1: a0c6f62259e01314147f0d90b3b6c14982591d1d
SHA256: c22465f62990f741b41d09065bcf234c94cfe17c7f3e01f8db76c70773976561
Description-en: flexible Brainfuck interpreter
Beef is an interpreter for the Brainfuck programming language.
.
Its main goals are to be confortable 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: e9159cfe2bf01171f97bb1b9e2857acf
Homepage: http://kiyuko.org/software/beef
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu