How to Install and Uninstall percol Package on Kali Linux

Last updated: May 16,2024

1. Install "percol" package

This guide let you learn how to install percol on Kali Linux

$ sudo apt update $ sudo apt install percol

2. Uninstall "percol" package

In this section, we are going to explain the necessary steps to uninstall percol on Kali Linux:

$ sudo apt remove percol $ sudo apt autoclean && sudo apt autoremove

3. Information about the percol package on Kali Linux

Package: percol
Version: 0.2.1-3
Installed-Size: 117
Maintainer: Antoine Beaupré
Architecture: all
Depends: python3-six (>= 1.7.3), python3:any
Recommends: cmigego
Size: 26020
SHA256: 7502864c5a33bf7ec970149cb6a2516902b26dd2d007ce92211479997f105521
SHA1: e31aed73393d6c50ee66092db34213c72275cc29
MD5sum: 7d5e3b95ff9ae5352ee399884d6bdf03
Description: interactive selection for UNIX pipes
An interactive grep tool in your terminal. Percol does the following:
.
1. receives input lines from stdin or a file,
2. lists up the input lines,
3. waits for your input that filter/select the line(s),
4. and finally outputs the selected line(s) to stdout.
.
Since percol just filters the input and output the result to stdout,
it can be used in command-chains with | in your shell (UNIX
philosophy!).
Description-md5:
Homepage: https://github.com/mooz/percol
Section: utils
Priority: optional
Filename: pool/main/p/percol/percol_0.2.1-3_all.deb