How to Install and Uninstall logapp Package on Kali Linux

Last updated: May 17,2024

1. Install "logapp" package

Learn how to install logapp on Kali Linux

$ sudo apt update $ sudo apt install logapp

2. Uninstall "logapp" package

Please follow the guidance below to uninstall logapp on Kali Linux:

$ sudo apt remove logapp $ sudo apt autoclean && sudo apt autoremove

3. Information about the logapp package on Kali Linux

Package: logapp
Version: 0.16-2
Installed-Size: 97
Maintainer: Kumar Appaiah
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 32532
SHA256: 6aea4c44453c1ad0adc5ed3f6b7a6e6614da78e9fb5cd69fbdc6c2c66fb8f51e
SHA1: 06be135793d338125a916f6b3964fbf018e094d2
MD5sum: 6192b3a82b4c30a180b23e907deb9ba2
Description: supervise execution of applications producing heavy output
Logapp is a wrapper utility that helps supervise the execution of
applications that produce heavy console output (e.g. make, CVS and
Subversion). It does this by logging, trimming, and coloring each
line of the output before displaying it. It can be called instead of
the executable that should be monitored; it then starts the
application and logs all of its console output to a file. The output
shown in the terminal is preprocessed, e.g. to limit the length of
printed lines and to show the stderr output in a different color. It
is also possible to automatically highlight lines that match a
certain regular expression. The output is therefore reduced to the
necessary amount, and all important lines are easy to identify.
Description-md5:
Homepage: http://logapp.sourceforge.net/
Tag: implemented-in::c, interface::commandline, role::program, scope::utility
Section: utils
Priority: optional
Filename: pool/main/l/logapp/logapp_0.16-2_amd64.deb