How To Install zsh-html on CentOS 8

zsh-html is Zsh shell manual in html format

Introduction

In this tutorial we learn how to install zsh-html on CentOS 8.

What is zsh-html

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. This package contains the Zsh manual in html format.

We can use yum or dnf to install zsh-html on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install zsh-html.

Install zsh-html on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install zsh-html using dnf by running the following command:

sudo dnf -y install zsh-html

Install zsh-html on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install zsh-html using yum by running the following command:

sudo yum -y install zsh-html

How To Uninstall zsh-html on CentOS 8

To uninstall only the zsh-html package we can use the following command:

sudo dnf remove zsh-html

zsh-html Package Contents on CentOS 8

/usr/share/doc/zsh-html
/usr/share/doc/zsh-html/Aliasing.html
/usr/share/doc/zsh-html/Alternate-Forms-For-Complex-Commands.html
/usr/share/doc/zsh-html/Alternative-Completion.html
/usr/share/doc/zsh-html/Arguments.html
/usr/share/doc/zsh-html/Arithmetic-Evaluation.html
/usr/share/doc/zsh-html/Arithmetic-Expansion.html
/usr/share/doc/zsh-html/Array-Parameters.html
/usr/share/doc/zsh-html/Author.html
/usr/share/doc/zsh-html/Availability.html
/usr/share/doc/zsh-html/Bindable-Commands.html
/usr/share/doc/zsh-html/Brace-Expansion.html
/usr/share/doc/zsh-html/Calendar-Bugs.html
/usr/share/doc/zsh-html/Calendar-File-and-Date-Formats.html
/usr/share/doc/zsh-html/Calendar-Function-System.html
/usr/share/doc/zsh-html/Calendar-Styles.html
/usr/share/doc/zsh-html/Calendar-System-User-Functions.html
/usr/share/doc/zsh-html/Calendar-Utility-Functions.html
/usr/share/doc/zsh-html/Character-Highlighting.html
/usr/share/doc/zsh-html/Command-Execution.html
/usr/share/doc/zsh-html/Command-Flags.html
/usr/share/doc/zsh-html/Command-Substitution.html
/usr/share/doc/zsh-html/Comments.html
/usr/share/doc/zsh-html/Compatibility.html
/usr/share/doc/zsh-html/Completion-Builtin-Commands.html
/usr/share/doc/zsh-html/Completion-Condition-Codes.html
/usr/share/doc/zsh-html/Completion-Directories.html
/usr/share/doc/zsh-html/Completion-Functions.html
/usr/share/doc/zsh-html/Completion-Matching-Control.html
/usr/share/doc/zsh-html/Completion-Special-Parameters.html
/usr/share/doc/zsh-html/Completion-System-Configuration.html
/usr/share/doc/zsh-html/Completion-System-Variables.html
/usr/share/doc/zsh-html/Completion-System.html
/usr/share/doc/zsh-html/Completion-Using-compctl.html
/usr/share/doc/zsh-html/Completion-Widget-Example.html
/usr/share/doc/zsh-html/Completion-Widgets.html
/usr/share/doc/zsh-html/Completion.html
/usr/share/doc/zsh-html/Complex-Commands.html
/usr/share/doc/zsh-html/Concept-Index.html
/usr/share/doc/zsh-html/Conditional-Expressions.html
/usr/share/doc/zsh-html/Control-Flags.html
/usr/share/doc/zsh-html/Control-Functions.html
/usr/share/doc/zsh-html/Description-of-Options.html
/usr/share/doc/zsh-html/Editor-Functions-Index.html
/usr/share/doc/zsh-html/Errors.html
/usr/share/doc/zsh-html/Event-Designators.html
/usr/share/doc/zsh-html/Example.html
/usr/share/doc/zsh-html/Exception-Handling.html
/usr/share/doc/zsh-html/Expansion.html
/usr/share/doc/zsh-html/Extended-Completion.html
/usr/share/doc/zsh-html/Filename-Expansion.html
/usr/share/doc/zsh-html/Filename-Generation.html
/usr/share/doc/zsh-html/Files.html
/usr/share/doc/zsh-html/Flags-with-Arguments.html
/usr/share/doc/zsh-html/Functions-Index.html
/usr/share/doc/zsh-html/Functions.html
/usr/share/doc/zsh-html/History-Control.html
/usr/share/doc/zsh-html/History-Expansion.html
/usr/share/doc/zsh-html/Initialization.html
/usr/share/doc/zsh-html/Installation.html
/usr/share/doc/zsh-html/Introduction.html
/usr/share/doc/zsh-html/Invocation.html
/usr/share/doc/zsh-html/Jobs-_0026-Signals.html
/usr/share/doc/zsh-html/Keymaps.html
/usr/share/doc/zsh-html/Local-Parameters.html
/usr/share/doc/zsh-html/MIME-Functions.html
/usr/share/doc/zsh-html/Mailing-Lists.html
/usr/share/doc/zsh-html/Mathematical-Functions.html
/usr/share/doc/zsh-html/Miscellaneous-Features.html
/usr/share/doc/zsh-html/Miscellaneous.html
/usr/share/doc/zsh-html/Modifiers.html
/usr/share/doc/zsh-html/Modifying-Text.html
/usr/share/doc/zsh-html/Movement.html
/usr/share/doc/zsh-html/Option-Aliases.html
/usr/share/doc/zsh-html/Option-Flags.html
/usr/share/doc/zsh-html/Options-Index.html
/usr/share/doc/zsh-html/Options.html
/usr/share/doc/zsh-html/Other-Directory-Functions.html
/usr/share/doc/zsh-html/Other-Functions.html
/usr/share/doc/zsh-html/Overview.html
/usr/share/doc/zsh-html/Parameter-Expansion.html
/usr/share/doc/zsh-html/Parameters-Set-By-The-Shell.html
/usr/share/doc/zsh-html/Parameters-Used-By-The-Shell.html
/usr/share/doc/zsh-html/Parameters.html
/usr/share/doc/zsh-html/Positional-Parameters.html
/usr/share/doc/zsh-html/Precommand-Modifiers.html
/usr/share/doc/zsh-html/Process-Substitution.html
/usr/share/doc/zsh-html/Prompt-Expansion.html
/usr/share/doc/zsh-html/Prompt-Themes.html
/usr/share/doc/zsh-html/Quoting.html
/usr/share/doc/zsh-html/Recent-Directories.html
/usr/share/doc/zsh-html/Redirection.html
/usr/share/doc/zsh-html/Reserved-Words.html
/usr/share/doc/zsh-html/Restricted-Shell.html
/usr/share/doc/zsh-html/Roadmap.html
/usr/share/doc/zsh-html/See-Also.html
/usr/share/doc/zsh-html/Shell-Builtin-Commands.html
/usr/share/doc/zsh-html/Shell-Grammar.html
/usr/share/doc/zsh-html/Simple-Commands-_0026-Pipelines.html
/usr/share/doc/zsh-html/Simple-Flags.html
/usr/share/doc/zsh-html/Single-Letter-Options.html
/usr/share/doc/zsh-html/Specifying-Options.html
/usr/share/doc/zsh-html/Style-and-Tag-Index.html
/usr/share/doc/zsh-html/TCP-Bugs.html
/usr/share/doc/zsh-html/TCP-Examples.html
/usr/share/doc/zsh-html/TCP-Function-System.html
/usr/share/doc/zsh-html/TCP-Functions.html
/usr/share/doc/zsh-html/TCP-Parameters.html
/usr/share/doc/zsh-html/Text-Objects.html
/usr/share/doc/zsh-html/The-Z-Shell-Manual.html
/usr/share/doc/zsh-html/The-Zsh-FAQ.html
/usr/share/doc/zsh-html/The-Zsh-Userguide.html
/usr/share/doc/zsh-html/The-Zsh-Web-Page.html
/usr/share/doc/zsh-html/The-zsh_002fattr-Module.html
/usr/share/doc/zsh-html/The-zsh_002fcap-Module.html
/usr/share/doc/zsh-html/The-zsh_002fclone-Module.html
/usr/share/doc/zsh-html/The-zsh_002fcompctl-Module.html
/usr/share/doc/zsh-html/The-zsh_002fcomplete-Module.html
/usr/share/doc/zsh-html/The-zsh_002fcomplist-Module.html
/usr/share/doc/zsh-html/The-zsh_002fcomputil-Module.html
/usr/share/doc/zsh-html/The-zsh_002fcurses-Module.html
/usr/share/doc/zsh-html/The-zsh_002fdatetime-Module.html
/usr/share/doc/zsh-html/The-zsh_002fdb_002fgdbm-Module.html
/usr/share/doc/zsh-html/The-zsh_002fdeltochar-Module.html
/usr/share/doc/zsh-html/The-zsh_002fexample-Module.html
/usr/share/doc/zsh-html/The-zsh_002ffiles-Module.html
/usr/share/doc/zsh-html/The-zsh_002flanginfo-Module.html
/usr/share/doc/zsh-html/The-zsh_002fmapfile-Module.html
/usr/share/doc/zsh-html/The-zsh_002fmathfunc-Module.html
/usr/share/doc/zsh-html/The-zsh_002fnet_002fsocket-Module.html
/usr/share/doc/zsh-html/The-zsh_002fnet_002ftcp-Module.html
/usr/share/doc/zsh-html/The-zsh_002fnewuser-Module.html
/usr/share/doc/zsh-html/The-zsh_002fparam_002fprivate-Module.html
/usr/share/doc/zsh-html/The-zsh_002fparameter-Module.html
/usr/share/doc/zsh-html/The-zsh_002fpcre-Module.html
/usr/share/doc/zsh-html/The-zsh_002fregex-Module.html
/usr/share/doc/zsh-html/The-zsh_002fsched-Module.html
/usr/share/doc/zsh-html/The-zsh_002fstat-Module.html
/usr/share/doc/zsh-html/The-zsh_002fsystem-Module.html
/usr/share/doc/zsh-html/The-zsh_002ftermcap-Module.html
/usr/share/doc/zsh-html/The-zsh_002fterminfo-Module.html
/usr/share/doc/zsh-html/The-zsh_002fzftp-Module.html
/usr/share/doc/zsh-html/The-zsh_002fzle-Module.html
/usr/share/doc/zsh-html/The-zsh_002fzleparameter-Module.html
/usr/share/doc/zsh-html/The-zsh_002fzprof-Module.html
/usr/share/doc/zsh-html/The-zsh_002fzpty-Module.html
/usr/share/doc/zsh-html/The-zsh_002fzselect-Module.html
/usr/share/doc/zsh-html/The-zsh_002fzutil-Module.html
/usr/share/doc/zsh-html/User-Configuration-Functions.html
/usr/share/doc/zsh-html/User-Contributions.html
/usr/share/doc/zsh-html/Utilities.html
/usr/share/doc/zsh-html/Variables-Index.html
/usr/share/doc/zsh-html/Version-Control-Information.html
/usr/share/doc/zsh-html/Word-Designators.html
/usr/share/doc/zsh-html/ZLE-Functions.html
/usr/share/doc/zsh-html/Zftp-Function-System.html
/usr/share/doc/zsh-html/Zftp-Functions.html
/usr/share/doc/zsh-html/Zle-Builtins.html
/usr/share/doc/zsh-html/Zle-Widgets.html
/usr/share/doc/zsh-html/Zsh-Line-Editor.html
/usr/share/doc/zsh-html/Zsh-Modules.html
/usr/share/doc/zsh-html/index.html
/usr/share/doc/zsh-html/vcs_005finfo-API.html
/usr/share/doc/zsh-html/vcs_005finfo-Configuration.html
/usr/share/doc/zsh-html/vcs_005finfo-Examples.html
/usr/share/doc/zsh-html/vcs_005finfo-Hooks.html
/usr/share/doc/zsh-html/vcs_005finfo-Oddities.html
/usr/share/doc/zsh-html/vcs_005finfo-Quickstart.html
/usr/share/doc/zsh-html/vcs_005finfo-Quilt-Support.html
/usr/share/doc/zsh-html/vcs_005finfo-Variables.html
/usr/share/doc/zsh-html/zsh_abt.html
/usr/share/doc/zsh-html/zsh_toc.html

References

Summary

In this tutorial we learn how to install zsh-html on CentOS 8 using yum and dnf.