Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: uninstalling old versions of zsh on linux



There isn't an "official" uninstaller for a locally-built zsh
installed with "make install".  Generally speaking you can just remove
the binary and the
/usr/local/share/zsh/$ZSH_VERSION directory.

For CentOS packages, use "rpm -qf /path/to/binary/zsh" to find out
which package supplied the older zsh, and then "rpm -e packagename".



Messages sorted by: Reverse Date, Date, Thread, Author