How to Install and Uninstall zplug Package on Kali Linux

Last updated: May 17,2024

1. Install "zplug" package

This guide covers the steps necessary to install zplug on Kali Linux

$ sudo apt update $ sudo apt install zplug

2. Uninstall "zplug" package

Learn how to uninstall zplug on Kali Linux:

$ sudo apt remove zplug $ sudo apt autoclean && sudo apt autoremove

3. Information about the zplug package on Kali Linux

Package: zplug
Version: 2.4.2-2
Installed-Size: 319
Maintainer: Debian Zsh Maintainers
Architecture: all
Depends: git, zsh (>= 4.3.9)
Size: 75332
SHA256: 2dc36f0192df4af7338f2110a5e2effce1db18e00551a31c9b596a077122e87e
SHA1: 998601caa76c732f95c26cb6dd0addc1ce2ba665
MD5sum: d78fa846ae00d72fecb3b59f446c0a1e
Description: next-generation plugin manager for zsh
zplug is a next-generation plugin manager for zsh, with the following
features:
.
* Can manage everything
* Zsh plugins/UNIX commands on GitHub and Bitbucket
* Gist files (gist.github.com)
* Externally managed plugins e.g., oh-my-zsh plugins/themes
* Binary artifacts on GitHub Releases
* Local plugins
* etc. (you can add your own sources!)
* Super-fast parallel installation/update
* Support for lazy-loading
* Branch/tag/commit support
* Post-update, post-load hooks
* Dependencies between packages
* Unlike antigen, no ZSH plugin file (*.plugin.zsh) required
* Interactive interface (fzf, peco, zaw, and so on)
* Cache mechanism for reducing the startup time.
Description-md5:
Homepage: https://github.com/zplug/zplug
Section: shells
Priority: optional
Filename: pool/main/z/zplug/zplug_2.4.2-2_all.deb