How to Install and Uninstall zsh.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "zsh.x86_64" package

Please follow the guidelines below to install zsh.x86_64 on Fedora 34

$ 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 Fedora 34:

$ sudo dnf remove zsh.x86_64 $ sudo dnf autoremove

3. Information about the zsh.x86_64 package on Fedora 34

Last metadata expiration check: 2:53:02 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : zsh
Version : 5.8.1
Release : 1.fc34
Architecture : x86_64
Size : 2.9 M
Source : zsh-5.8.1-1.fc34.src.rpm
Repository : updates
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.