How to Install and Uninstall zsh.x86_64 Package on AlmaLinux 9

Last updated: October 13,2024

1. Install "zsh.x86_64" package

Please follow the guidelines below to install zsh.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install zsh.x86_64

2. Uninstall "zsh.x86_64" package

This tutorial shows how to uninstall zsh.x86_64 on AlmaLinux 9:

$ sudo dnf remove zsh.x86_64 $ sudo dnf autoremove

3. Information about the zsh.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:20:59 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : zsh
Version : 5.8
Release : 9.el9
Architecture : x86_64
Size : 2.9 M
Source : zsh-5.8-9.el9.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.