How to Install and Uninstall zsh-autosuggestions Package on Kali Linux

Last updated: May 17,2024

1. Install "zsh-autosuggestions" package

Here is a brief guide to show you how to install zsh-autosuggestions on Kali Linux

$ sudo apt update $ sudo apt install zsh-autosuggestions

2. Uninstall "zsh-autosuggestions" package

Please follow the instructions below to uninstall zsh-autosuggestions on Kali Linux:

$ sudo apt remove zsh-autosuggestions $ sudo apt autoclean && sudo apt autoremove

3. Information about the zsh-autosuggestions package on Kali Linux

Package: zsh-autosuggestions
Version: 0.7.0-1
Installed-Size: 46
Maintainer: Mo Zhou
Architecture: all
Depends: zsh
Enhances: zsh
Size: 16736
SHA256: 71e1f73b07c968cae072c7b245cd5a357717609c5fb86425f090f55185774c59
SHA1: 7ed0618470ae94ed4a03d3aeac33f4f92d0530a7
MD5sum: 486d0326ac78d4129f3fed6861f6cf3a
Description: Fish-like fast/unobtrusive autosuggestions for zsh
As you type commands, you will see a completion offered after the cursor
in a muted gray color. If you press the right-arrow key or End with the
cursor at the end of the buffer, it will accept the suggestion, replacing
the contents of the command line buffer with the suggestion. If you invoke
the forward-word widget, it will partially accept the suggestion up to the
point that the cursor moves to.
Description-md5:
Homepage: https://github.com/zsh-users/zsh-autosuggestions
Section: shells
Priority: optional
Filename: pool/main/z/zsh-autosuggestions/zsh-autosuggestions_0.7.0-1_all.deb