How to add bash auto completion in Ubuntu Linux

https://www.cyberciti.biz/faq/add-bash-auto-completion-in-ubuntu-linux

  1. Open the terminal application

  2. Refresh package database on Ubuntu by running: sudo apt update

  3. Install bash-completion package on Ubuntu by running: sudo apt install bash-completion

  4. 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