How to Install and Uninstall zsh-syntax-highlighting Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "zsh-syntax-highlighting" package

Please follow the guidance below to install zsh-syntax-highlighting on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install zsh-syntax-highlighting

2. Uninstall "zsh-syntax-highlighting" package

In this section, we are going to explain the necessary steps to uninstall zsh-syntax-highlighting on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove zsh-syntax-highlighting $ sudo apt autoclean && sudo apt autoremove

3. Information about the zsh-syntax-highlighting package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: zsh-syntax-highlighting
Priority: optional
Section: universe/shells
Installed-Size: 91
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Zsh Maintainers
Architecture: all
Version: 0.4.1-1
Depends: zsh
Filename: pool/universe/z/zsh-syntax-highlighting/zsh-syntax-highlighting_0.4.1-1_all.deb
Size: 17672
MD5sum: e393afce123a1cb46734f38084c2875c
SHA1: 2281d846b5fac691c0f68a75fefc117653346e28
SHA256: e3158d484dcd338624c205afca76395253c4cc99f38ce9eb9910af8164d98e1b
Description-en: Fish shell like syntax highlighting for zsh
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.
.
This feature is inspired by the Fish shell, which provides it by default.
.
There are numerous ways to configure the colors used for highlighting,
and to configure what is highlighted.
Description-md5: ddd35175b69b8749729f2e3a5825e407
Enhances: zsh
Homepage: https://github.com/zsh-users/zsh-syntax-highlighting/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu