How to add bash auto completion in Linux
The procedure is as follows to add bash completion in Ubuntu:
- 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 for Linux system.
Comments
Post a Comment