How to Install and Uninstall zsh-syntax-highlighting.noarch Package on Fedora 36

Last updated: January 14,2025

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

Please follow the guidance below to install zsh-syntax-highlighting.noarch on Fedora 36

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

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

This is a short guide on how to uninstall zsh-syntax-highlighting.noarch on Fedora 36:

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

3. Information about the zsh-syntax-highlighting.noarch package on Fedora 36

Last metadata expiration check: 3:13:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : zsh-syntax-highlighting
Version : 0.7.1
Release : 5.fc36
Architecture : noarch
Size : 44 k
Source : zsh-syntax-highlighting-0.7.1-5.fc36.src.rpm
Repository : fedora
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.