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

Last updated: June 26,2024

1. Install "zsh.x86_64" package

This guide let you learn how to install zsh.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install zsh.x86_64

2. Uninstall "zsh.x86_64" package

In this section, we are going to explain the necessary steps to uninstall zsh.x86_64 on Oracle Linux 9:

$ sudo dnf remove zsh.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:20:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : zsh
Version : 5.8
Release : 9.el9
Architecture : x86_64
Size : 4.3 M
Source : zsh-5.8-9.el9.src.rpm
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.