Bash 4.4 has been recently released by GNU. The new version of GNU Project’s shell comes with a long list of useful changes. If your work revolves around Bash, you can grab the source package from GNU’s website and install it.
efore going ahead with Bash 4.4 installation process, make sure that you’ve got everything needed. Just in case you don’t have build-essential package, follow these steps:
Installing GNU Bash 4.4:
- Debian and Ubuntu users (and their derivatives) need to run this command:
sudo apt-get install build-essential
- Fedora and Red Hat users need to run the following command:
sudo yum groupinstall “Development Tools” “Legacy Software Development”
wget http://ftp.gnu.org/gnu/bash/bash-4.4.tar.gz
make
sudo make install
Did you find this article helpful? Don’t forget to drop your feedback in the comments section below.
EmoticonEmoticon