linux:arch_artix_linux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:arch_artix_linux [2025-03-18] – removed - external edit (Unknown date) 127.0.0.1 | linux:arch_artix_linux [2026-05-14] (current) – [Remove Unused Dependencies] hanez | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Arch / Artix Linux ====== | ||
| + | Use " | ||
| + | ([[https:// | ||
| + | |||
| + | ===== Install Yay ===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | |||
| + | ===== Useful commands ===== | ||
| + | |||
| + | |||
| + | |||
| + | ==== Remove unneeded dependencies using yay ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Install local pkg.tar in Arch Linux ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Create a list of user installed packages without dependencies ==== | ||
| + | |||
| + | === Without AUR packages === | ||
| + | |||
| + | < | ||
| + | |||
| + | === Only AUR packages === | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Install packages with Yay from a list contained in a text file created with the command above ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | Source: [[https:// | ||
| + | |||
| + | ==== Check which package owns a file ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | |||
| + | ==== Check which package provides a file ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Show files of a package ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Remove a package from Pacman without deleting files ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Remove Unused Dependencies ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | < | ||
| + | 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.</ | ||
| + | ===== Links ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
