How to Install and Uninstall yank.x86_64 Package on CentOS Stream 8

Last updated: July 02,2024

1. Install "yank.x86_64" package

Learn how to install yank.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install yank.x86_64

2. Uninstall "yank.x86_64" package

This guide covers the steps necessary to uninstall yank.x86_64 on CentOS Stream 8:

$ sudo dnf remove yank.x86_64 $ sudo dnf autoremove

3. Information about the yank.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:14:52 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : yank
Version : 1.3.0
Release : 1.el8
Architecture : x86_64
Size : 22 k
Source : yank-1.3.0-1.el8.src.rpm
Repository : epel
Summary : Tool for selecting and copying text from stdin without a mouse
URL : https://github.com/mptre/yank
License : MIT
Description : Read input from stdin and display a selection interface that allows a field
: to be selected and copied to the clipboard. Fields are either recognized by
: a regular expression using the -g option or by splitting the input on a
: delimiter sequence using the -d option.