Felhasználói eszközök

Eszközök a webhelyen


arch

Különbségek

A kiválasztott változat és az aktuális verzió közötti különbségek a következők.

Összehasonlító nézet linkje

Előző változat mindkét oldalonElőző változat
arch [2026/01/13 10:08] daevidtarch [2026/01/13 10:31] (aktuális) daevidt
Sor 62: Sor 62:
   pacman-key --populate archlinux   pacman-key --populate archlinux
   pacman -S archlinux-keyring   pacman -S archlinux-keyring
 +</code>
 +
 +=== Pacseek ===
 +
 +Pacseek is a terminal UI for searching / installing / upgrading packages, supporting multiple pacman / AUR helpers.
 +
 +=== Paru ===
 +
 +paru is a rust-based pacman / AUR wrapper.
 +
 +[[ https://github.com/Morganamilo/paru ]]
 +
 +<code bash>
 +  paru <target> # Interactively search and install <target>.
 +
 +  paru # Alias for paru -Syu.
 +
 +  paru -S <target> # Install a specific package.
 +
 +  paru -Sua # Upgrade AUR packages.
 +
 +  paru -Qua # Print available AUR updates.
 +
 +  paru -G <target> # Download the PKGBUILD and related files of <target>.
 +
 +  paru -Gp <target> # Print the PKGBUILD of <target>.
 +
 +  paru -Gc <target> # Print the AUR comments of <target>.
 +
 +  paru --gendb # Generate the devel database for tracking *-git packages. This is only needed when you initially start using paru.
 +
 +  paru -Bi . # Build and install a PKGBUILD in the current directory.
 +
 </code> </code>
arch.1768298926.txt.gz · Utolsó módosítás: szerkesztette: daevidt