You are not logged in.
Hi all,
the command
pacman -Scc --noconfirmdoesn't work as I expect it.
I want a command which cleans everything from the pacman cache (answers "yes" to all queries).
How is this possible?
There should be a better alternative than:
rm /var/cache/pacman/pkg/*.xz![]()
Thanks,
– Radioactiveman
Last edited by Radioactiveman (2012-01-12 18:26:28)
Offline
I want a command which cleans everything from the pacman cache (answers "yes" to all queries).
How is this possible?
as root:
yes|pacman -SccOffline
Thanks, solved with:
sudo bash -c "echo 'j' | sudo pacman -Scc >/dev/null 2>&1"echo 'j' because pacman speaks German with me. ![]()
Last edited by Radioactiveman (2012-01-13 20:31:28)
Offline