Update tutorial

This commit is contained in:
Jose 2023-11-09 11:07:34 -03:00
parent 20fcfab340
commit 96b53d35b8
1 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@
** Check the number of packages in cache
[[https://ostechnix.com/recommended-way-clean-package-cache-arch-linux/][Based on this link]] and on Arch linux Wiki
[[https://ostechnix.com/recommended-way-clean-package-cache-arch-linux/][Based on this link]] and on Arch linux [[https://wiki.archlinux.org/title/Pacman/Tips_and_tricks][Wiki]]
Open a terminal and run the code
@ -44,4 +44,6 @@ Remove all of uninstalled packages in cache
#+RESULTS:
...90.88 Mib
#+begin_example sh
pacman -Sc
#+end_example