Install Bash 44 Latest on Linux
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=IlBbkWxtFAA
This video shows how to install bash 4.4 on Ubuntu from source. The steps are almost same in other Linux distributions. • Bash Official Download Link: • https://www.gnu.org/software/bash/ • FTP Link: • http://ftp.gnu.org/gnu/bash/ • • Step 1: Install build-essential[sudo apt-get install build-essential] • Step 2: Download bash-4.4 source • Step 3: Extract bash-4.4 source[tar xvzf bash-4.4.tar.gz] • Step 4: Change default directory to the extracted folder. [cd bash-4.4] • Step 5: [./configure] • Step 6: [make] • Step 7: [sudo make install] • Step 8: Verify [bash --version] • Step 9: Enjoy :-) • • If you find this video helpful, please subscribe. :-)
#############################