Re: Getting rpm update history with wildcarding

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 18-06-14 09:57:33, Richard Shaw wrote:
On Thu, Jun 14, 2018 at 8:55 AM Robert Moskowitz <rgm@xxxxxxxxxxxxxxx>
wrote:

>
> On 06/14/2018 09:08 AM, Ahmad Samir wrote:
> > On 14 June 2018 at 14:27, Robert Moskowitz <rgm@xxxxxxxxxxxxxxx> wrote: > >> I want to get history for all the pulseaudio components (to update my
> >> audacity bug report at rpmfusion).
> >>
> >> #rpm -q pulseaudio --last
> >>
> >> produces
> >>
> >> pulseaudio-11.1-18.fc28.1.x86_64 Thu 24 May 2018 09:59:34
> PM
> >> EDT
> >>
> >> but
> >>
> >> # rpm -q pulseaudio* --last
> >>
> > FWIW, to match using a wildcard you'd have to use `rpm -qa pulseaudio*`.
>
> Don't think so:
>
> # `rpm -qa pulseaudio*`
> bash: pulseaudio-module-bluetooth-11.1-18.fc28.1.x86_64: command not found
>

Don't include the tick marks, it tried to execute what's inside... What he means is that rpm doesn't accept wildcards so if you want to find partial
matches, you need to pipe it to grep...

# rpm -qa | grep pulseaudio

That is not what he means.  Would one of you please look at the RPM
man page?

--
____________________________________________________________________
TonyN.:'                       <mailto:tonynelson@xxxxxxxxxxxxxxxxx>
      '                              <http://www.georgeanelson.com/>
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx/message/HC2M374RC773Q6RHCTBVHRW5GHBJK7CB/



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux