How to Install and Uninstall yank.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "yank.x86_64" package

This tutorial shows how to install yank.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install yank.x86_64

2. Uninstall "yank.x86_64" package

In this section, we are going to explain the necessary steps to uninstall yank.x86_64 on Rocky Linux 8:

$ sudo dnf remove yank.x86_64 $ sudo dnf autoremove

3. Information about the yank.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:02:30 ago on Mon Sep 12 10:27:18 2022.
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.