How to Install and Uninstall zsh-syntax-highlighting.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

1. Install "zsh-syntax-highlighting.noarch" package

In this section, we are going to explain the necessary steps to install zsh-syntax-highlighting.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install zsh-syntax-highlighting.noarch

2. Uninstall "zsh-syntax-highlighting.noarch" package

Please follow the step by step instructions below to uninstall zsh-syntax-highlighting.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove zsh-syntax-highlighting.noarch $ sudo dnf autoremove

3. Information about the zsh-syntax-highlighting.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:36:15 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : zsh-syntax-highlighting
Version : 0.7.1
Release : 1.el8
Architecture : noarch
Size : 45 k
Source : zsh-syntax-highlighting-0.7.1-1.el8.src.rpm
Repository : epel
Summary : Fish shell like syntax highlighting for Zsh
URL : https://github.com/zsh-users/zsh-syntax-highlighting
License : BSD
Description : This package provides syntax highlighting for the shell zsh. It enables
: highlighting of commands whilst they are typed at a zsh prompt into an
: interactive terminal. This helps in reviewing commands before running them,
: particularly in catching syntax errors.