Skip to content

Latest commit

 

History

History
85 lines (33 loc) · 1.43 KB

README.md

File metadata and controls

85 lines (33 loc) · 1.43 KB

Aurtool

Simple bash based aur management utility.

this project depends on package-query, which aurtool will install automatically on first run

Setup instructions


step 1
  • clone this repository:

  • git clone https://github.com/m1ndflay3r/aurtool

  • cd aurtool

step 2
  • launch aurtool!

  • ./aurtool --help

Usage:

  • -S : install package(s) from AUR by-name. Supports multiple operands.

  • aurtool -S packagename

  • -SS : install a package, trying pacman first, and AUR if pacman fails.

  • aurtool -SS packagename

  • -Ss : search the AUR for a package by name.

  • aurtool -Ss packagename

  • -Sss : search both repositories and AUR for package by name

  • aurtool -Sss packagename

  • -R : remove a package

  • aurtool -R packagename

  • -Sy : check for updates to installed AUR packages.

  • aurtool -Sy

  • -Syu : check for updates to AUR packages and install any that are available

  • aurtool -Syu

  • -Syyu : check for updates to both AUR + repository packages and install any that are available

  • aurtool -Syyu

  • --help : show help information

  • aurtool --help

  • --version : show versioninfo

  • aurtool --version