How to Install and Uninstall percol.noarch Package on Fedora 36

Last updated: January 13,2025

1. Install "percol.noarch" package

Please follow the steps below to install percol.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install percol.noarch

2. Uninstall "percol.noarch" package

Please follow the steps below to uninstall percol.noarch on Fedora 36:

$ sudo dnf remove percol.noarch $ sudo dnf autoremove

3. Information about the percol.noarch package on Fedora 36

Last metadata expiration check: 4:59:49 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : percol
Version : 0.1.1
Release : 0.23.git.b567f41.fc36
Architecture : noarch
Size : 64 k
Source : percol-0.1.1-0.23.git.b567f41.fc36.src.rpm
Repository : fedora
Summary : Interactive selection to the traditional pipe concept on UNIX
URL : https://github.com/mooz/percol
License : MIT
Description : percol is an interactive grep tool in your terminal. percol
:
: receives input lines from stdin or a file,
: lists up the input lines,
: waits for your input that filter/select the line(s),
: 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!).