3 examples for yay

{{ score }}
  # Install package foo
yay -S foo
        
{{ score }}
  # Update all packages which has been installed
yay -Syu
        
{{ score }}
  # remove foo
yay -Rns foo