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

Last updated: May 15,2024

1. Install "bosh" package

Please follow the guidance below to install bosh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install bosh

2. Uninstall "bosh" package

Please follow the instructions below to uninstall bosh on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: bosh
Priority: optional
Section: universe/utils
Installed-Size: 69
Maintainer: Ubuntu Developers
Original-Maintainer: Salvatore Bonaccorso
Architecture: amd64
Version: 0.6-6build1
Depends: libc6 (>= 2.14), libncurses5 (>= 6), libtinfo5 (>= 6)
Filename: pool/universe/b/bosh/bosh_0.6-6build1_amd64.deb
Size: 22214
MD5sum: eeedc68f4ca82390e97cf5b6aa7211ee
SHA1: bf5e3b622170331f98dd02f3a95dcc48ae66f004
SHA256: 2911b33d93d49123df3098672ab4945c9ccaf1267ad9747ade6ec1a150464500
Description-en: 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: cd976f65269fcf6d1cd0ab91ebc06460
Homepage: http://bosh.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu