To uninstall zsh-dev just follow these instructions.
sudo apt-get remove zsh-dev
This will remove just the zsh-dev package itself.
sudo apt-get remove --auto-remove zsh-dev
This will remove the zsh-dev package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for zsh-dev then this will work.
sudo apt-get purge zsh-dev
Or similarly, like this zsh-dev
sudo apt-get purge --auto-remove zsh-dev
Package | zsh-dev |
Version | 5.0.7-5ubuntu1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.zsh.org/ |
Description | shell with lots of features (development files) |
Distro | ubuntu |
Release | vivid |
Repo | main |
Section | libdevel |