dhruv8sh / arch-update-checker

Plasma 6 applet to check for AUR and Arch updates
GNU General Public License v2.0
70 stars 5 forks source link

[Feature] Button for clearing caches #62

Open Kingproone opened 1 month ago

Kingproone commented 1 month ago

pacman -Sc yay -Sc (this incorporates pacman -Sc)

The different directories cleaned by the commands: Screenshot_20240812_143426

Other wrappers may have different options for it, and would need to be added, since for example yay keeps it's own cache that likes to build up over time.

Until the update size doesn't have 6 figures, I feel it has space.

Screenshot_20240716_133929

Kingproone commented 3 weeks ago

I also found that yay can clean unneeded dependencies with -Yc, this clears additional things compared to orphan cleanup, a quick show of it:

Built in orphan cleanup ![Screenshot_20240812_142954](https://github.com/user-attachments/assets/b5817f03-c3cb-48d9-a706-0adb7e5831d5)
-Yc ![Screenshot_20240812_143030](https://github.com/user-attachments/assets/621df96b-d847-4973-93f8-bc8be18b1bab)