split yay and pacman

This commit is contained in:
2025-10-14 15:34:22 +02:00
parent 594107c252
commit 1dbc97209e
5 changed files with 38 additions and 15 deletions

View File

@@ -0,0 +1,22 @@
---
title: "Arch Maintenance with yay"
tags: [ "arch" ]
requirements: [ "Arch Maintenance" ]
---
# Package Cache
Just like `pacman`
```sh
ls ~/.cache/yay/ | wc -l
yay -Sc
```
Use `-Yc` to remove old dependencies:
```sh
yay -Yc
ls ~/.cache/yay/ | wc -l
```