How to Install and Uninstall zsh.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "zsh.x86_64" package

Please follow the steps below to install zsh.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install zsh.x86_64

2. Uninstall "zsh.x86_64" package

Please follow the guidance below to uninstall zsh.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove zsh.x86_64 $ sudo dnf autoremove

3. Information about the zsh.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:57:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : zsh
Version : 5.5.1
Release : 10.el8
Architecture : x86_64
Size : 2.9 M
Source : zsh-5.5.1-10.el8.src.rpm
Repository : ubi-8-baseos-rpms
Summary : Powerful interactive shell
URL : http://zsh.sourceforge.net/
License : MIT
Description : The zsh shell is a command interpreter usable as an interactive login
: shell and as a shell script command processor. Zsh resembles the ksh
: shell (the Korn shell), but includes many enhancements. Zsh supports
: command line editing, built-in spelling correction, programmable
: command completion, shell functions (with autoloading), a history
: mechanism, and more.