The Issue When trying to use tab key for command auto completion in console or terminal, it does not work or only working partially. The Fix 1 Install bash-completion sudo apt install bash-completion Or reinstall by using the following command sudo apt install –reinstall bash-completion 2 Enable bash-completion in out .bashrc file nano ~./bashrc Read …
The post How to Fix Ubuntu Server/Desktop (Debian/Kali Linux etc.) console/terminal autocomplete not working/partially working appeared first on Blog-D without Nonsense.