| Summary: | [RFE][4.x] Add an option to filter out i686 or x86_64 packages | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Heiko Adams <bugzilla> |
| Component: | yumex-dnf | Assignee: | Tim Lauridsen <tla> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | tla |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-04-21 05:03:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Heiko Adams
2013-09-26 19:38:38 UTC
Sound like it could be a useful addition there are two ways to go: 1. make a show the best match arch only (noarch & x86_64) on x86_64 2. make a arch filter to select the archs you what to show 1. is for the case where you want to search for stuff to install and dont care about the i686 packages. 2. is for the case where you want to find installed i686 packages to get rid of them. I have implemented a initial arch filter in yumex-nextgen Check for details how to test here: https://github.com/timlau/yumex/tree/future Just click on the header of the arch column to select the arch to show. Yeah, looks good! |