How does autocomplete works with pacman in Arch Linux
Updated
•1 min read
For pacman auto-completion to work, If you are using bash shell, You need to install the package 'bash-completion'
pacman -S bash-completion
Search for a command to run...

For pacman auto-completion to work, If you are using bash shell, You need to install the package 'bash-completion'
pacman -S bash-completion
No comments yet. Be the first to comment.
Need to write a Review Paper for you Phd.

Workaround, if you are not using ipv6, Disable ipv6 at kernel level by passing a kernel parameter at startup, update the grub. Open file to edit sudo vim /etc/defaults/grub Add grub command line defaults "ipv6.disable=1" GRUB_CMDLINE_LINUX_DEFAULT=...

color setup for ls

Installing GMIC Plugin in GIMP using pacman in Arch Linux
