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 [2025-03-18] (current) – hanez | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Arch / Artix Linux ====== | ||
+ | Use " | ||
+ | ([[https:// | ||
+ | |||
+ | ===== Install Yay ===== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | |||
+ | ===== Useful commands ===== | ||
+ | |||
+ | ==== Remove unneeded dependencies using pacman ==== | ||
+ | |||
+ | < | ||
+ | |||
+ | ==== 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 ==== | ||
+ | |||
+ | < | ||
+ | |||
+ | ===== Links ===== | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// |