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

Last updated: November 27,2024

1. Install "zsh.x86_64" package

In this section, we are going to explain the necessary steps to install zsh.x86_64 on Fedora 38

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

$ sudo dnf remove zsh.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:47:05 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : zsh
Version : 5.9
Release : 8.fc38
Architecture : x86_64
Size : 3.3 M
Source : zsh-5.9-8.fc38.src.rpm
Repository : updates
Summary : Powerful interactive shell
URL : http://zsh.sourceforge.net/
License : MIT-Modern-Variant AND ISC AND GPL-2.0-only
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.