21

sudo pacman -S [package]

Sudo: password for algo:

*Types y to accept package install*

Password incorrect, try again

Comments
  • 7
    just set the sudo password to 'y' and enjoy 😎😁
  • 2
    or do like me, use sudo echo "Log on successful"; sudo pacman [pkg]
  • 1
    sudo pacman -S --noconfirm [package]

    but that's called thin ice

    or
    yes | sudo pacman -S [package]

    that's insanity
Add Comment