From b0c84c4d0cf359148e3d720a5cf5b80fa52f81bc Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 17 Feb 2025 04:29:21 +0100 Subject: [PATCH] package manager: noted yay cache cleaning --- wiki/linux/package_manager.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/linux/package_manager.md b/wiki/linux/package_manager.md index b1da4ea..3995cfe 100644 --- a/wiki/linux/package_manager.md +++ b/wiki/linux/package_manager.md @@ -49,6 +49,12 @@ The cache of all packages except the one installed can be deleted by running the pacman -Sc ``` +Since `yay` mirrors the usage of `pacman` it can be used the same way and will clean both caches. + +```sh +yay -Sc +``` + ### Troubleshooting This section addresses various uses of the pacman and yay package managers.