
Instalar uno u otro shell depende de la distribucion que utilicemos pero me sentrare solamente en el como cambiar un shell por otro..
Instalamos el nuevo shell una ves instalado tenemos que modificar el fichero:
heero@canros ~>$ cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/bin/false
sshd:x:22:22:sshd:/dev/null:/bin/false
usuario:x:1000:100::/home/usuario:/bin/bash
heero:x:1001:100::/home/heero:/bin/bash
<<--Aquí remplazamos /bin/bash por algun otro 
nobody:x:1002:100::/home/nobody:
ftp:x:1003:100::/home/ftp:/bin/false
heero@canros ~>$ nano /etc/passwd
Editamos, guardamos y listo XD