How to get Terminal Autocomplete Working in Ubuntu

Опубликовано: 20 Октябрь 2024
на канале: quidsup
35,725
286

There is a feature in Linux where pressing Tab key in Bash Terminal will autocomplete or offer suggestions of commands and parameters. However, in some lightweight implementations, such as on ARM based devices, the feature has not been installed.

Instructions:
sudo apt install bash-completion command-not-found
sudo nano /etc/bash.bashrc
Optional – You can uncomment the section for enable bash completion in interactive shells

Wallpaper: https://www.pling.com/p/1485151

Like my channel? Please help support it:
Paypal: https://www.paypal.me/quidsup

Follow me on Social Media
Twitter:   / quidsup  
MeWe: https://mewe.com/i/quidsup
Minds: https://minds.com/quidsup

#Linux
#Terminal
#Tutorial