logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Yaourt Package Manager - Manage Arch Linux Packages | Online Free DevTools by Hexmos

Manage Arch Linux packages easily with Yaourt. Install, update, remove, and search AUR packages efficiently. Free online tool, no registration required.

yaourt

Arch Linux utility for building packages from the Arch User Repository. More information: https://archlinux.fr/yaourt-en.

  • Synchronize and update all packages (including AUR):

yaourt -Syua

  • Install a new package (includes AUR):

yaourt -S {{package}}

  • Remove a package and its dependencies (includes AUR packages):

yaourt -Rs {{package}}

  • Search the package database for a keyword (including AUR):

yaourt -Ss {{query}}

  • List installed packages, versions, and repositories (AUR packages will be listed under the repository name ‘local’):

yaourt -Q

See Also