How to Install and Uninstall zsh.src Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "zsh.src" package

This guide covers the steps necessary to install zsh.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install zsh.src

2. Uninstall "zsh.src" package

Please follow the steps below to uninstall zsh.src on Oracle Linux 9:

$ sudo dnf remove zsh.src $ sudo dnf autoremove

3. Information about the zsh.src package on Oracle Linux 9

Last metadata expiration check: 3:48:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : zsh
Version : 5.8
Release : 9.el9
Architecture : src
Size : 3.1 M
Source : None
Repository : ol9_baseos_latest
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.