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

Last updated: November 28,2024

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

Learn how to install zsh-syntax-highlighting.noarch on Fedora 38

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

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

This tutorial shows how to uninstall zsh-syntax-highlighting.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:05:01 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : zsh-syntax-highlighting
Version : 0.8.0
Release : 1.fc38
Architecture : noarch
Size : 56 k
Source : zsh-syntax-highlighting-0.8.0-1.fc38.src.rpm
Repository : updates
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.