How to Install and Uninstall yank Package on Kali Linux

Last updated: May 12,2024

1. Install "yank" package

This guide let you learn how to install yank on Kali Linux

$ sudo apt update $ sudo apt install yank

2. Uninstall "yank" package

In this section, we are going to explain the necessary steps to uninstall yank on Kali Linux:

$ sudo apt remove yank $ sudo apt autoclean && sudo apt autoremove

3. Information about the yank package on Kali Linux

Package: yank
Version: 1.3.0-1
Installed-Size: 44
Maintainer: Sebastien Delafond
Architecture: amd64
Depends: libc6 (>= 2.34), xsel
Size: 12876
SHA256: 1574cf2ffa0f53455317fd04089203c591a4a7278194b2237d59c74e428631d0
SHA1: 2eaf7e84174818ddd7d047594d69c433c7ab5786
MD5sum: bb05846553a603e5fc04fd13f51451ea
Description: interactively select and yank terminal output to stdout or xsel
Read input from stdin and draw a selection interface where all fields
in the given input are recognized by using a default or user-supplied
set of delimiters.
.
Using ctrl-n and ctrl-p will move the field selection forward and
backward, pressing the return key will invoke the yank command and
write the selected field to its stdin. The yank command defaults to
xsel, but could be anything that accepts input on stdin.
Description-md5:
Homepage: https://github.com/mptre/yank
Section: utils
Priority: optional
Filename: pool/main/y/yank/yank_1.3.0-1_amd64.deb