How to add bash auto completion in Ubuntu Linux
https://www.cyberciti.biz/faq/add-bash-auto-completion-in-ubuntu-linux
Open the terminal application
Refresh package database on Ubuntu by running: sudo apt update
Install bash-completion package on Ubuntu by running: sudo apt install bash-completion
Log out and log in to verify that bash auto completion in Ubuntu Linux working properly
Let us see all steps in details.
Last updated