How to Install and Uninstall bfs Package on Kali Linux

Last updated: May 18,2024

1. Install "bfs" package

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

$ sudo apt update $ sudo apt install bfs

2. Uninstall "bfs" package

Learn how to uninstall bfs on Kali Linux:

$ sudo apt remove bfs $ sudo apt autoclean && sudo apt autoremove

3. Information about the bfs package on Kali Linux

Package: bfs
Version: 3.1.2-1
Installed-Size: 357
Maintainer: Chris Lamb
Architecture: amd64
Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libcap2 (>= 1:2.10), libonig5 (>= 6.8.1), liburing2 (>= 2.3)
Size: 131356
SHA256: 527fc6281658300d68e3325a243c34f11a3793808d637d14301af83717c8de01
SHA1: 6cce905c70db8f791972a45636167ecb22aa5495
MD5sum: 4b800eb9e93069c53dea16a4c5c6a432
Description: Breadth-first version of find(1)
bfs is a variant of the UNIX `find` command that operates breadth-first rather
than depth-first.
.
It tries to be easier to use than `find`, while remaining compatible with
find(1). For example, bfs is less picky about where you put its arguments.
bfs also adds some extra options that make some common tasks easier.
.
When bfs detects that its output is a terminal, it automatically colors its
output with the same colors ls uses.
Description-md5:
Homepage: https://github.com/tavianator/bfs
Section: utils
Priority: optional
Filename: pool/main/b/bfs/bfs_3.1.2-1_amd64.deb