zsh
UNIX Shell similar to the Korn shell
Zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were added.
homepage ↗ sourceforge: zsh
⚠ Security advisories affect this package: GLSA 202407-01
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 5.9.1 | 3 | 13 h | details › |
| Miezhiko GitHub ↗ | 5.9.1 | 1 | 24 h | details › |
| ROKO__ GitHub ↗ | 5.6.2 | 1 | 6 d | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | alpha | amd64-fbsd | amd64-linux | arm | arm64-macos | hppa | ia64 | loong | m68k | m68k-mint | mips | ppc | ppc-macos | s390 | sh | sparc | sparc-solaris | sparc64-solaris | x64-macos | x64-solaris | x86-fbsd | x86-linux | x86-macos | x86-solaris | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9999 LIVE | gentoo | follows upstream — no keywords | — | view · download · history ↗ | ||||||||||||||||||||||||||||
| 5.9.1 ≈ | Miezhiko | amd64 untested | arm64 untested | x86 untested | ppc64 untested | riscv untested | alpha untested | amd64-fbsd untested | amd64-linux untested | arm untested | arm64-macos untested | hppa untested | ia64 untested | loong untested | m68k untested | m68k-mint untested | mips untested | ppc untested | ppc-macos untested | s390 untested | sh untested | sparc untested | sparc-solaris untested | sparc64-solaris untested | x64-macos untested | x64-solaris untested | x86-fbsd untested | x86-linux untested | x86-macos untested | x86-solaris untested | 56 d | view · download · history ↗ |
| 5.9.1 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | alpha testing | amd64-fbsd untested | amd64-linux untested | arm testing | arm64-macos testing | hppa testing | ia64 untested | loong testing | m68k testing | m68k-mint untested | mips testing | ppc testing | ppc-macos untested | s390 testing | sh untested | sparc testing | sparc-solaris untested | sparc64-solaris untested | x64-macos testing | x64-solaris testing | x86-fbsd untested | x86-linux untested | x86-macos untested | x86-solaris untested | — | view · download · history ↗ |
| 5.9-r7 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | amd64-fbsd untested | amd64-linux untested | arm stable | arm64-macos testing | hppa testing | ia64 untested | loong testing | m68k testing | m68k-mint untested | mips testing | ppc stable | ppc-macos untested | s390 testing | sh untested | sparc testing | sparc-solaris untested | sparc64-solaris untested | x64-macos testing | x64-solaris testing | x86-fbsd untested | x86-linux untested | x86-macos untested | x86-solaris untested | — | view · download · history ↗ |
| 5.6.2 | ROKO__ | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv untested | alpha stable | amd64-fbsd testing | amd64-linux testing | arm stable | arm64-macos untested | hppa stable | ia64 stable | loong untested | m68k testing | m68k-mint testing | mips testing | ppc stable | ppc-macos testing | s390 testing | sh testing | sparc stable | sparc-solaris testing | sparc64-solaris testing | x64-macos testing | x64-solaris testing | x86-fbsd testing | x86-linux testing | x86-macos testing | x86-solaris testing | 22 mo | view · download · history ↗ |
Use flags of 5.9.1
- caps Use Linux capabilities library to control privilege
- debug Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- doc Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- examples Install examples, usually source code
- gdbm Add support for sys-libs/gdbm (GNU database libraries)
- maildir Add support for maildir (~/.maildir) style mail spools
- pcre Add support for Perl Compatible Regular Expressions
- static !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
- valgrind Enable annotations for accuracy. May slow down runtime slightly. Safe to use even if not currently using dev-debug/valgrind