I would like to use newer versions of bash
and zsh
.
I've searched google for:
site:launchpad.net bash "ppa"
I've also searched at: https://launchpad.net/ubuntu/+ppas?name_filter=bash
Doing the same for zsh
also turned up nothing.
Based on the link in the first comment I tried:
dudette% sudo add-apt-repository ppa:bash
Cannot add PPA: 'ppa:~bash/ubuntu/ppa'.
The user named '~bash' does not have any PPA
dudette% sudo add-apt-repository ppa:zsh
Cannot add PPA: 'ppa:~zsh/ubuntu/ppa'.
ERROR: '~zsh' user or team does not exist.
How do I find the PPAs for these two shells? I only have ssh access.
Close queue reviewers: I looked through the supposed duplicate. This question is about finding the PPA, not installing software. Also, I cant run Y-PPA Manager as suggested in the comment - I only have ssh access.
bash
is essential on Ubuntu systems, why exactly do you need a newer version? – dessert Sep 02 '18 at 12:40INSTALL
. You should never replace the system’sbash
though, just put the compiled binary anywhere outsidePATH
and run it from there. – dessert Sep 02 '18 at 13:09