How to Install and Uninstall zsh Package on Kali Linux

Last updated: May 21,2024

1. Install "zsh" package

In this section, we are going to explain the necessary steps to install zsh on Kali Linux

$ sudo apt update $ sudo apt install zsh

2. Uninstall "zsh" package

Please follow the steps below to uninstall zsh on Kali Linux:

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

3. Information about the zsh package on Kali Linux

Package: zsh
Version: 5.9-6
Installed-Size: 2463
Maintainer: Debian Zsh Maintainers
Architecture: amd64
Depends: zsh-common (= 5.9-6), libc6 (>= 2.34), libcap2 (>= 1:2.10), libtinfo6 (>= 6), debianutils (>= 5.3-1~)
Recommends: libc6 (>= 2.35), libgdbm6 (>= 1.16), libncursesw6 (>= 6), libpcre2-8-0 (>= 10.22)
Suggests: zsh-doc
Size: 906468
SHA256: c88197b83c11a847697ebaa856554481a08f79cee7c558c26bc2f7a518ee7340
SHA1: 2b80ba3c6d755e85353e294cbfedf64954431e29
MD5sum: 877b9da30a3882de6d23fea8fa53d8e2
Description: shell with lots of features
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.
Description-md5:
Homepage: https://www.zsh.org/
Tag: devel::interpreter, implemented-in::c, interface::shell,
network::client, protocol::ftp, role::program, scope::utility
Section: shells
Priority: optional
Filename: pool/main/z/zsh/zsh_5.9-6_amd64.deb