How to Install and Uninstall zsh Package on openSUSE Leap

Last updated: May 21,2024

1. Install "zsh" package

This guide covers the steps necessary to install zsh on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install zsh

2. Uninstall "zsh" package

Please follow the steps below to uninstall zsh on openSUSE Leap:

$ sudo zypper remove zsh

3. Information about the zsh package on openSUSE Leap

Information for package zsh:
----------------------------
Repository : Main Repository
Name : zsh
Version : 5.6-7.5.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 8.6 MiB
Installed : No
Status : not installed
Source package : zsh-5.6-7.5.1.src
Upstream URL : http://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.