-
Notifications
You must be signed in to change notification settings - Fork 938
centos zsh can only be upgraded to 5.0.2. #1355
Comments
This works for me: sudo yum update -y
sudo yum install -y git make ncurses-devel gcc autoconf man yodl
git clone -b zsh-5.7.1 https://github.com/zsh-users/zsh.git /tmp/zsh
cd /tmp/zsh
./Util/preconfig
./configure
sudo make -j 20 install
Does it work for you? |
No, it doesnt. Thank you @romkatv for the quick response. i think i need to make oh my zsh use the 5.7.1 version echo $ZSH_VERSION still gives 5.0.2 if I type zsh in the command line then the error vanishes. |
Could you post the failing command and its output?
This makes sense because you still have
Where did zsh version 5.7.1 come from? Did the build command actually succeed?
You can change your default shell to the new version by typing these commands: sudo grep -qF =zsh /etc/shells || sudo tee -a /etc/shells <<<=zsh
chsh -s =zsh |
@romkatv awesome, it works for me |
|
I have followed the above procedure able to install the zshell how ever when i try to sourece the .bashrc file it throws error of saying module not installed of zsh was the error it is throwing |
@siva3060 What? |
i have configure the zsh to my rhel machine but after downloading the on-my-zsh and reloading the zshrc script using source commad it throws errors saying modules of zsh not installed |
Aww, that sucks |
is there any possible way to fix this cus i have been on this since last night i dont see any resource thank you |
There must be some way but I don't know what it might be, unfortunately. You might have better luck asking for help from people who have something to do with the technologies you are using: rhel, zsh and oh-my-zsh, if I understand correctly. |
yes, yum manager has zshell 5.0.2 and havent received any update later thath |
I feel ya. |
Tried to install with rpm ending with dependiency erros |
Shiiiiit, I hate those. |
zsh version -zsh 5.0.2 (x86_64-redhat-linux-gnu)
powerlevel 9k gives many git errors
Need a workaround or support for centos 7
Example of errors:
2)vi-git-stash:2: unknown file attribute
error 2 arised on solving of error 1
The text was updated successfully, but these errors were encountered: