5 lines
83 B
Bash
5 lines
83 B
Bash
|
yay -Scc
|
||
|
su -c 'pacman -Qtdq | pacman -Rns -'
|
||
|
su /c 'pacman -Qqd | pacman -Rsu -'
|
||
|
|