List of fast and common commands
- all depencies
yay -Qe <packagename> - all dev-dependecies
yay -Qs <packagename> - specific dependencies
yay -Qi <packagename>The usage of -i rather than -s ensures you will check for exactly that package and not for the presence of a a package containing the package name in its name.
remove remove usefull comannds
- remove specific
yay -R <packagename>
- package
yay -Ss foo
yay --sync --sysupgrade --refresh --noconfirm;yay --sync --noconfirm --clean;