You are not logged in.
Pages: 1
On Ubuntu, I used to type something like "sudo apt remove gno" and press "TAB", which would list everything that matched gno in the name, like any gnome app
The same thing while using pacman or other commands in Arch Linux doesn't work, only when trying to find directories TAB completion work
Is it possible to configure this ?
Offline
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Install the "bash-completion" package and add this line to bottom of your "~/.bashrc" file:
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completionOffline
There is nothing wrong with the previous answers, but just to add some extra info;
Bash is the default, so bash-completions is the logical answer, but it is shell specific. Therefore you would install zsh-completions if you use zsh as your shell, etc.
I believe the Arch live USB installer still uses zsh as the shell, so if testing there, you may have a different result.
You can list your installed shells by typing;
chsh -l Desktop: Dual boot {Arch & Windows 11} | Hyprland | AMD Ryzen 5700X | 32GB DDR4 | AMD Radeon RX 6700XT | Dual display DP-1 & DP-2=2560x1440
Laptop: Triple boot {Arch & Mint & Windows 11} | Dell Latitude 5420 | Intel Core i5-1145G7 | 16GB DDR4 | Iris Xe GPU | eDP-1=1920x1080
~ Do or do not, there is no try ~
Offline
Pages: 1