wiki.xw3.org

Welcome to the xw3 Wiki! Powered by hanez

User Tools

Site Tools


linux:arch_artix_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:arch_artix_linux [2026-05-14] – [Remove unneeded dependencies using pacman] hanezlinux:arch_artix_linux [2026-05-14] (current) – [Remove Unused Dependencies] hanez
Line 58: Line 58:
 <code>pacman -Rns $(pacman -Qdtq)</code> <code>pacman -Rns $(pacman -Qdtq)</code>
  
 +<code>Explanation of the Command
 +Option Description
 +-R Remove the specified packages.
 +-n Remove configuration files along with the packages.
 +-s Also remove dependencies that were installed exclusively for the packages being removed.
 +$(pacman -Qdtq) This part lists all orphaned packages, which are dependencies no longer required by any installed package.</code>
 ===== Links ===== ===== Links =====
  
linux/arch_artix_linux.1778719087.txt.gz · Last modified: by hanez