How to Install and Uninstall yank.x86_64 Package on Oracle Linux 9

Last updated: January 15,2025

1. Install "yank.x86_64" package

This guide let you learn how to install yank.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install yank.x86_64

2. Uninstall "yank.x86_64" package

Please follow the instructions below to uninstall yank.x86_64 on Oracle Linux 9:

$ sudo dnf remove yank.x86_64 $ sudo dnf autoremove

3. Information about the yank.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:48:04 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : yank
Version : 1.3.0
Release : 1.el9
Architecture : x86_64
Size : 21 k
Source : yank-1.3.0-1.el9.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.