You are not logged in.

#1 2014-01-10 21:37:01

thiagowfx
Member
Registered: 2013-07-09
Posts: 586

AUR package not showing up with pacman -Qm

So, according with this topic, the OP couldn't find the chromium-pepper-flash package with pacman -Qm, but for me it shows up on the search (I have installed it from the AUR, with makepkg). Currently this package is located in the AUR.

I wonder why the OP couldn't find it? I mean, if this is an external package, not in the official repos, shouldn't it *always* shows up with pacman -Qm? Please notice that the OP didn't know at the time how he has installed this package, but I can't see other way if not with makepkg or with an AUR helper.

Last edited by thiagowfx (2014-01-10 21:37:25)

Offline

#2 2014-01-10 21:49:59

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: AUR package not showing up with pacman -Qm

herecura-stable unofficial repo provides chromium-pepper-flash-stable 11.9.900.170-1.

Offline

#3 2014-01-10 21:54:50

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: AUR package not showing up with pacman -Qm

thiagowfx wrote:

I wonder why the OP couldn't find it? I mean, if this is an external package, not in the official repos, shouldn't it *always* shows up with pacman -Qm?

The only thing that I can think of is that it was installed from a repository, because pacman -Qm lists all the packages which uou have installed which are not from any local databases stored on your computer.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#4 2014-01-10 21:56:06

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: AUR package not showing up with pacman -Qm

My guess: "Qm" would need the full package name (OP missed out "-stable") "Qs" only needs regex.

e.g. "pacman -Qs ttf" will probably show up a few packages on most systems but "pacman -Qm ttf" would find none.

Last edited by vacant (2014-01-10 21:56:29)

Offline

#5 2014-01-10 21:57:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: AUR package not showing up with pacman -Qm

vacant wrote:

My guess: "Qm" would need the full package name (OP missed out "-stable") "Qs" only needs regex.

e.g. "pacman -Qs ttf" will probably show up a few packages on most systems but "pacman -Qm ttf" would find none.

'pacman -Qm | grep chromium-pepper-flash' should work anyway.

Offline

Board footer

Powered by FluxBB