How to Install and Uninstall maybe Package on Kali Linux

Last updated: May 13,2024

1. Install "maybe" package

Here is a brief guide to show you how to install maybe on Kali Linux

$ sudo apt update $ sudo apt install maybe

2. Uninstall "maybe" package

Learn how to uninstall maybe on Kali Linux:

$ sudo apt remove maybe $ sudo apt autoclean && sudo apt autoremove

3. Information about the maybe package on Kali Linux

Package: maybe
Version: 0.4.0-6
Installed-Size: 50
Maintainer: Stephen Kitt
Architecture: all
Depends: python3-pkg-resources, python3-blessings, python3-ptrace, python3:any
Size: 9304
SHA256: 806d0169fe77bc1e1a82ec97780a02b32035a2308d7dbcd7c16142ece554f220
SHA1: 105a6de1c8b8ab4c766bff28916f272bc76cb831
MD5sum: 334b47abad9051d832df6137461f9b26
Description: control filesystem modifications before they occur
maybe runs processes under the control of ptrace. When it intercepts
a system call that is about to make changes to the file system, it
logs that call, ignores the system call and indicates success to the
calling process.
.
After execution, maybe produces a report of all attempted changes to
the filesystem, and offers to re-run the process (without filtering
this time).
Description-md5:
Homepage: https://github.com/p-e-w/maybe
Section: utils
Priority: optional
Filename: pool/main/m/maybe/maybe_0.4.0-6_all.deb