How to add bash auto completion in Linux

 


The procedure is as follows to add bash completion in Ubuntu:

  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 for Linux system.

Comments

Popular Posts