On Wed, Mar 16, 2022 at 9:34 PM laolux laolux via devel <
devel@lists.fedoraproject.org> wrote:

> Hi,
>
> could you just post some magic dnf command to check which i686 packages
> are currently installed? Then many less savvy users could simply check what
> packages are currently installed on their systems.
> Maybe something like `dnf repoquery --installed |grep i686` works, but I
> think I have no 686 packages installed, so I cannot really test it. And I
> do not want to install i686 packages just for that test, who knows what
> will break.
>
> Ah, and yes, I support removing i686 packages.
>

For installed packages rpm is much faster:

$ rpm -qa | grep i686 | sort

Thanks,
Richard
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to