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

Last updated: December 16,2024

1. Install "percol.noarch" package

This is a short guide on how to install percol.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install percol.noarch

2. Uninstall "percol.noarch" package

Learn how to uninstall percol.noarch on Fedora 35:

$ sudo dnf remove percol.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:46:34 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : percol
Version : 0.1.1
Release : 0.22.git.b567f41.fc35
Architecture : noarch
Size : 64 k
Source : percol-0.1.1-0.22.git.b567f41.fc35.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!).