12.05.2017 20:50 Mattia Verga <mattia.verga@xxxxxxxx> wrote: > [...] > I tried with 'dnf repoquery --disablerepo="updates" -l *.x86_64 | grep > "/usr/bin" &> filelist.txt' but it seems to only list files for packages > I've installed on my system. I tried: dnf repoquery --disablerepo=updates -l \*.x86_64 ... and it seems to have worked. You need a backslash before an asterisk, otherwise it is substituted with *.x86_64 files from your current directory. Regards, Rafal _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx