How to Install and Uninstall yank.x86_64 Package on AlmaLinux 8

Last updated: September 22,2024

1. Install "yank.x86_64" package

This guide let you learn how to install yank.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install yank.x86_64

2. Uninstall "yank.x86_64" package

This is a short guide on how to uninstall yank.x86_64 on AlmaLinux 8:

$ sudo dnf remove yank.x86_64 $ sudo dnf autoremove

3. Information about the yank.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:29:35 ago on Mon Sep 5 03:22:42 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.