To uninstall zsh just follow these instructions.
sudo apt-get remove zsh
This will remove just the zsh package itself.
sudo apt-get remove --auto-remove zsh
This will remove the zsh package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for zsh then this will work.
sudo apt-get purge zsh
Or similarly, like this zsh
sudo apt-get purge --auto-remove zsh
Package | zsh |
Version | 4.3.17-1 |
Maintainer | Debian Zsh Maintainers <[email protected]> |
Home page | http://www.zsh.org/ |
Description | shell with lots of features |
Distro | debian |
Release | wheezy |
Repo | main |
Section | shells |