How to Install and Uninstall bosh Package on Kali Linux

Last updated: September 20,2024

1. Install "bosh" package

This guide covers the steps necessary to install bosh on Kali Linux

$ sudo apt update $ sudo apt install bosh

2. Uninstall "bosh" package

This guide let you learn how to uninstall bosh on Kali Linux:

$ sudo apt remove bosh $ sudo apt autoclean && sudo apt autoremove

3. Information about the bosh package on Kali Linux

Package: bosh
Version: 0.6-12
Installed-Size: 67
Maintainer: Salvatore Bonaccorso
Architecture: amd64
Depends: libc6 (>= 2.34), libncurses6 (>= 6), libtinfo6 (>= 6)
Size: 23276
SHA256: ec9803b866ebbef109eecbea3beaa92b13de4b01ad15cc6ae63d155896d46096
SHA1: 81cc6049ae8ccd6d98896cfb19dfd0f7d7d6848a
MD5sum: b063338c4be4e11ef01a1ee8e33cc384
Description: browse output of processes
bosh stands for browsable output shell. This is a bit of a
misnomer because it isn't really a shell. What is does is
store the output of a specified program in a buffer, and
provides a simple curses interface to browse this buffer.
Actions can be configured which can make use of the
contents of the currently selected line.
.
Commands and actions are stored in bosh configuration files.
These can include shebang line (#!/usr/bin/bosh) so that the
configuration can just be run from the command-line.
Description-md5:
Homepage: https://bosh.sourceforge.net/
Tag: implemented-in::c, interface::text-mode, role::program, scope::utility,
uitoolkit::ncurses, use::monitor
Section: utils
Priority: optional
Filename: pool/main/b/bosh/bosh_0.6-12_amd64.deb