How to Install and Uninstall pygtail Package on Kali Linux

Last updated: May 04,2024

1. Install "pygtail" package

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

$ sudo apt update $ sudo apt install pygtail

2. Uninstall "pygtail" package

This is a short guide on how to uninstall pygtail on Kali Linux:

$ sudo apt remove pygtail $ sudo apt autoclean && sudo apt autoremove

3. Information about the pygtail package on Kali Linux

Package: pygtail
Version: 0.6.1-3
Installed-Size: 13
Maintainer: Debian Python Team
Architecture: all
Depends: python3, python3-pygtail
Size: 3432
SHA256: bea9134bbe62842bc845cb77d4a1c3676150a6288bbd9ca547165d3d2ce35b80
SHA1: 73ee84098c057a239f0fbe3adc2b05f769870e91
MD5sum: f31f0dca29017cbd33bb4cd6f6188389
Description: read log file lines that have not been read
pygtail is a tool for reading log files, and is capable of handling log files
which are rotated.
.
This has similar functionality to the logtail2 tool (which can be found in the
logtail package).
.
This package contains the command line tool, pygtail. See the python3-pygtail
package for the library that this tool uses.
Description-md5:
Homepage: https://github.com/bgreenlee/pygtail
Section: python
Priority: optional
Filename: pool/main/p/pygtail/pygtail_0.6.1-3_all.deb