You are not logged in.

#1 2017-05-21 18:17:51

exnihilodub
Member
Registered: 2017-02-26
Posts: 37

[Solved]Searching community repositories with pacaur

Hi. I recently switched to pacaur from yaourt, and was wondering if I can search repositories such as community, with pacaur.
For example, "yaourt zint" returns 3 results, 2 in community/ and 1 in aur/   ,    whereas "pacaur -s zint" only returns the one in aur/ repo.
Thank you for your time and have a nice day.

Last edited by exnihilodub (2017-05-21 19:10:21)

Offline

#2 2017-05-21 18:32:53

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [Solved]Searching community repositories with pacaur

man pacaur

No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2017-05-21 18:37:50

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [Solved]Searching community repositories with pacaur

As Slithery points out, it is in the fine manual. but you probably have to read the pacman manual as well in order to understand what the "wrapped" pacman operations do.

Hint:  -Ss


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2017-05-21 18:47:33

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: [Solved]Searching community repositories with pacaur

If you add an "-r", it does not look in the AUR:

pacaur -Ssr zint

But the thing is, you could at that point just have used pacman itself:

pacman -Ss zint

The point of using "pacaur -Ss" instead of "pacman -Ss" is that it extends the search to the AUR.

Offline

#5 2017-05-21 19:09:54

exnihilodub
Member
Registered: 2017-02-26
Posts: 37

Re: [Solved]Searching community repositories with pacaur

thanks guys, yeah I've read the manpage but understanding pacman wrapped ops helped a lot. This is solved.

Offline

Board footer

Powered by FluxBB