From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2023/pacman-yay-notes.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 articles/2023/pacman-yay-notes.html (limited to 'articles/2023/pacman-yay-notes.html') diff --git a/articles/2023/pacman-yay-notes.html b/articles/2023/pacman-yay-notes.html new file mode 100755 index 0000000..f846500 --- /dev/null +++ b/articles/2023/pacman-yay-notes.html @@ -0,0 +1,33 @@ + + + + + + + Bloggings + + +
+

Bloggings

+ Back + +
+ +
+
+

Arch Linux Pacman Notes

+

01-01-2023

+

+ Clean unused packages: pacman -Qdtq | pacman -Rs - +

+ Clean package cache: pacman -Sc +

+ Purge package: pacman -Runs +

+ yay -Scc +

+
+
+ + -- cgit v1.3.1