Robert Moskowitz wrote: > On 06/14/2018 09:57 AM, Richard Shaw wrote: >> 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 > > But that does not give me the update history. Going to have to pipe this > output into something else > > # rpm -qa | grep pulseaudio > pulseaudio-module-bluetooth-11.1-18.fc28.1.x86_64 > pulseaudio-module-x11-11.1-18.fc28.1.x86_64 > pulseaudio-libs-glib2-11.1-18.fc28.1.x86_64 > pulseaudio-utils-11.1-18.fc28.1.x86_64 > xfce4-pulseaudio-plugin-0.4.1-1.fc28.x86_64 > pulseaudio-libs-11.1-18.fc28.1.x86_64 > pulseaudio-11.1-18.fc28.1.x86_64 > alsa-plugins-pulseaudio-1.1.6-3.fc28.x86_64 You want to use dnf history, as Ed has said already. dnf history list 'pulseaudio*' You can get further details on each transaction with 'dnf info' using the transaction ID which 'dnf history list' inlcudes. Refer to the dnf man page for details on the dnf history command. -- Todd ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Any clod can have the facts; having opinions is an art. -- Charles McCabe
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ 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/KFU5CDKKOQ7LUEAJTDPC5NVBQS5L2YCH/