| Summary: | yum --color=always Nonfunctional | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | quantumn | ||||
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 19 | CC: | admiller, ffesti, firas.alkafri, jzeleny, packaging-team-maint, quantumn, zpavlas | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: |
Fedora 19
|
|||||
| Last Closed: | 2013-10-30 08:54:35 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: | |||||
| Attachments: |
|
||||||
Created attachment 815100 [details]
Example of yaourt output
yum search does no coloring, it just highlights (bold) the string you searched for. "yum list" should produce some color output. (installed/downloaded/newer-than-installed/older-than-installed should all be printed in different colors). These colors are customizable (man yum.conf, color_list_* options). Does "yum list" work on your system as expected? Surely this isn't correct as if only applicable to list it would be # yum --color=list list Anyway I have no color even in list, nor is there any indication of whether the respective packages are installed or not. > # yum --color=list list No, the --color option is global. Normally when output is redirected (eg with "|grep ...") you want to turn colors off. With --color=always it should be still on. > Anyway I have no color even in list, It works for me.. Upgrades are blue, downgrades are cyan, etc.. Maybe you didn't have any upgrades/downgrades available? Does the following work? # echo color_list_installed_reinstall=red >>/etc/yum.conf # yum info yum Loaded plugins: ... Installed Packages Name : yum ^^^^ should be in red Repo : installed OK, Fedora is just too painful to set up, in too many ways. I'm out of here. |
Description of problem: When using yum --color=always search {package} ... no color results. Version-Release number of selected component (if applicable): yum 3.4.3 How reproducible: always Steps to Reproduce: 1. yum --color=always search {package} 2. 3. Actual results: White text, not color Expected results: Color results Additional info: Also when doing a search yum does not indicate which of the packages listed, are already installed. Attached please find a snap of Arch's yaourt.