How to Install and Uninstall zsh Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "zsh" package

Please follow the guidelines below to install zsh on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install zsh

2. Uninstall "zsh" package

Please follow the step by step instructions below to uninstall zsh on openSuSE Tumbleweed:

$ sudo zypper remove zsh

3. Information about the zsh package on openSuSE Tumbleweed

Information for package zsh:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : zsh
Version : 5.9-7.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 9.6 MiB
Installed : No
Status : not installed
Source package : zsh-5.9-7.2.src
Upstream URL : https://www.zsh.org
Summary : Shell with comprehensive completion
Description :
Zsh is a UNIX command interpreter (shell) that resembles the Korn shell
(ksh). It is not completely compatible. It includes many enhancements,
notably in the command-line editor, options for customizing its
behavior, file name globbing, features to make C-shell (csh) users feel
at home, and extra features drawn from tcsh (another `custom' shell).
Zsh is well known for its command line completion.