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 | 5.0.7-5ubuntu1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.zsh.org/ |
Description | shell with lots of features |
Distro | ubuntu |
Release | vivid |
Repo | main |
Section | shells |