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

Last updated: May 10,2024

1. Install "zsh-static" package

Please follow the instructions below to install zsh-static on Kali Linux

$ sudo apt update $ sudo apt install zsh-static

2. Uninstall "zsh-static" package

This is a short guide on how to uninstall zsh-static on Kali Linux:

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

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

Package: zsh-static
Source: zsh
Version: 5.9-6
Installed-Size: 2667
Maintainer: Debian Zsh Maintainers
Architecture: amd64
Depends: debianutils (>= 5.3-1~)
Recommends: zsh-common
Suggests: zsh-doc
Size: 1188188
SHA256: b563fb4b885b0cc0f683375378889b11d4ed213e8c487ada6084834971fb4f85
SHA1: 15eab59c9362092da1dddca0e68188ec1a8ddd97
MD5sum: 9ba1964a45524f8f74c401b42e0a62d0
Description: shell with lots of features (static link)
Zsh is a UNIX command interpreter (shell) usable as an
interactive login shell and as a shell script command
processor. Of the standard shells, zsh most closely resembles
ksh but includes many enhancements. Zsh has command-line editing,
built-in spelling correction, programmable command completion,
shell functions (with autoloading), a history mechanism, and a
host of other features.
.
This is the statically-compiled version of the shell, i.e. it doesn't
require any dynamically loaded libraries to be present and will work
even if libraries zsh (in general) needs are broken on the system. So
it's more robust in case of a broken system.
.
It though also has a few limitations compared to the normal,
dynamically linked, e.g. it can't use NSS related functionality which
might result in minor imperfections like e.g. user names being shown
in the prompt.
Description-md5:
Homepage: https://www.zsh.org/
Built-Using: glibc (= 2.37-13), libcap2 (= 1:2.66-4), ncurses (= 6.4+20231209-1), pcre2 (= 10.42-4)
Tag: implemented-in::c, interface::shell, role::program, scope::utility,
uitoolkit::ncurses
Section: shells
Priority: optional
Filename: pool/main/z/zsh/zsh-static_5.9-6_amd64.deb