How to Install and Uninstall zgen Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "zgen" package

This guide covers the steps necessary to install zgen on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install zgen

2. Uninstall "zgen" package

Learn how to uninstall zgen on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove zgen $ sudo apt autoclean && sudo apt autoremove

3. Information about the zgen package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: zgen
Priority: optional
Section: universe/shells
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: ChangZhuo Chen (陳昌倬)
Architecture: all
Version: 0~20150919-2
Filename: pool/universe/z/zgen/zgen_0~20150919-2_all.deb
Size: 5990
MD5sum: 61b3c0de8f0dc2906389b4cbadae2edf
SHA1: 9a0ead5db2aef0a5415159393c889cd00b35c4fc
SHA256: c46327758177319a4c43ddbf57b36e09c78cfc8f02a15f92ed42186ad3745042
Description-en: Lightweight plugin manager for ZSH inspired by Antigen
zgen is a lightweight plugin manager for ZSH inspired by Antigen. The goal is
to have a minimal overhead when starting up the shell because nobody likes
waiting. The script generates a static init.zsh file which does nothing but
sources your plugins and appends them to fpath. The downside is that you have
to refresh the init script manually with zgen reset whenever you update your
~/.zshrc.
Description-md5: 22359749c2cb7c8a8569d6e76fe1e1dc
Homepage: https://github.com/tarjoilija/zgen
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu