LinuxCommandLibrary

aurutils

Utilities for managing AUR packages in a local repository

TLDR

Build AUR package
$ aur build [package]
copy
Sync AUR database
$ aur sync [package]
copy
Search AUR
$ aur search [query]
copy
Check for updates
$ aur vercmp
copy
Fetch PKGBUILD
$ aur fetch [package]
copy

SYNOPSIS

aur command [options] [arguments]

DESCRIPTION

aurutils is a collection of utilities for managing local Arch User Repository (AUR) packages. It helps build, maintain, and deploy AUR packages in a local repository.
The suite integrates with pacman, allowing AUR packages to be managed like official packages.

PARAMETERS

build

Build packages from AUR
sync
Synchronize packages to local repository
fetch
Download PKGBUILDs
search
Search AUR
vercmp
Check installed packages against AUR
repo
Manage local repository
deps
Resolve dependencies
graph
Generate dependency graph

CAVEATS

Requires local repository setup. More complex than yay or paru for casual use. Designed for advanced users who want fine control.

HISTORY

aurutils was developed for users wanting reproducible, local repository-based AUR package management, as opposed to direct installation helpers.

SEE ALSO

yay(1), paru(1), makepkg(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard