Default terminal command for AUR mainenance

Somehow pamac is able to install from AUR.
Is it possible, to do this from terminal without installing yaourt/yay etc?

it is the pamac build command, while for repo package is pamac install

Ty. Can I check for AUR updates from terminal with pamac? Like “-Syu”

While this is true, I’ve found that pamac install searches the AUR if there as nothing found in the repositories.

Edit:

From the help:

$  pamac checkupdates -h
Safely check for updates without modifiying the databases
(Exit code is 100 if updates are available)

pamac checkupdates [options]

options:
--builddir <dir> : build directory (use with --devel), if no directory is given the one specified in pamac.conf file is used
--aur, -a        : also check updates in AUR
--no-aur         : do not check updates in AUR
--quiet, -q      : only print one line per update
--devel          : also check development packages updates (use with --aur)
--no-devel       : do not check development packages updates
1 Like
pamac upgrade -a

updates all packages from repo and AUR.

https://wiki.manjaro.org/index.php?title=Pamac

1 Like

man pamac is a good place for information :wink:

3 Likes

run pamac -h or pamac "command" -h for detail (as pamac build -h)
we have also man pamac

1 Like

I don’t use pamac so can’t reply further

Unlikely, except you enable AUR in “Add/Remove Software” aka pamac in GUI.

$ pamac install viber
Error: target not found: viber

$ pamac build viber
Preparing...
Cloning viber build files...
Checking viber dependencies...
Resolving dependencies...
Checking inter-conflicts...

To build (1):
  viber  13.3.1.22-1    AUR

Aah, yes. That would explain it, thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.