Stefan Asked: 2017-09-22 08:47:58 +0800 CST2017-09-22 08:47:58 +0800 CST 2017-09-22 08:47:58 +0800 CST Remove Zsh from Ubuntu 16.04 772 I installed zsh, but I realized I miss the basic/default terminal look. How can I get back to the default shell? software-uninstall 1 Answers Voted αғsнιη 2017-09-22T08:53:16+08:002017-09-22T08:53:16+08:00 You can remove it completely with the following command. sudo apt-get --purge remove zsh If zsh was your default shell (see How to check which shell am I using? and What is default shell for terminal?), Do Not forget to change it to any other shell before purging, e.g. to bash like this with root access. chsh -s /bin/bash YOUR_USERNAME Or below with your login user. chsh -s /bin/bash
You can remove it completely with the following command.
If
zsh
was your default shell (see How to check which shell am I using? and What is default shell for terminal?), Do Not forget to change it to any other shell before purging, e.g. tobash
like this withroot
access.Or below with your login user.