Last active
February 17, 2019 18:41
-
-
Save ignatenkobrain/7f6a61dd2f5d938103307c492d8fe7ca to your computer and use it in GitHub Desktop.
Why I don't use `dnf repoquery`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⋊> ~/P/s/rpms sudo dnf -q repoquery --whatrequires rust-quickcheck0.6+default-devel 19:36:55 | |
rust-alga_derive-devel-0:0.8.1-1.fc30.noarch | |
⋊> ~/P/s/rpms sudo dnf -q repoquery --requires rust-alga_derive-devel 19:37:25 | |
(crate(edit-distance/default) >= 2.0.0 with crate(edit-distance/default) < 3.0.0) | |
(crate(quickcheck/default) >= 0.7.0 with crate(quickcheck/default) < 0.8.0) | |
(crate(quote/default) >= 0.3.0 with crate(quote/default) < 0.4.0) | |
(crate(syn/default) >= 0.11.0 with crate(syn/default) < 0.12.0) | |
cargo | |
⋊> ~/P/s/rpms sudo dnf -q repoquery --provides rust-quickcheck0.6+default-devel 19:37:49 | |
crate(quickcheck/default) = 0.6.2 | |
rust-quickcheck0.6+default-devel = 0.6.2-4.fc30 | |
⋊> ~/P/s/rpms sudo dnf --assumeno install rust-alga_derive-devel | grep quickcheck 19:38:46 | |
rust-quickcheck+default-devel noarch 0.7.2-2.fc30 rawhide 8.0 k | |
rust-quickcheck+regex-devel noarch 0.7.2-2.fc30 rawhide 8.0 k | |
rust-quickcheck+use_logging-devel noarch 0.7.2-2.fc30 rawhide 8.1 k | |
rust-quickcheck-devel noarch 0.7.2-2.fc30 rawhide 34 k | |
Operation aborted. | |
--- | |
https://bugzilla.redhat.com/show_bug.cgi?id=1534123 | |
Reported: 2018-01-13 11:42 UTC by Igor Gnatenko |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment