How to Install and Uninstall zsh.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "zsh.x86_64" package

In this section, we are going to explain the necessary steps to install zsh.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install zsh.x86_64

2. Uninstall "zsh.x86_64" package

This guide covers the steps necessary to uninstall zsh.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove zsh.x86_64 $ sudo dnf autoremove

3. Information about the zsh.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 9:09:14 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : zsh
Version : 5.5.1
Release : 6.el8_1.2
Architecture : x86_64
Size : 2.9 M
Source : zsh-5.5.1-6.el8_1.2.src.rpm
Repository : baseos
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.