Bug 1160967

Summary: Dnf bash completion errors with trying to tab complete a package
Product: [Fedora] Fedora Reporter: Wesley Hearn <whearn>
Component: dnfAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: akozumpl, jsilhan, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-06 04:31:39 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:
Embargoed:

Description Wesley Hearn 2014-11-06 03:35:03 UTC
Description of problem:
Trying to complete a package name causes dnf to print out errors

Version-Release number of selected component (if applicable):
0.6.2-1

How reproducible:
Always

Steps to Reproduce:
1. Log in as root
2. Type "dnf install <any part of a package name>"
3. Press tab to complete the package name

Actual results:
"-cut: you must specify a list of bytes, characters, or fields
Try 'cut --help' for more information." is printed out instead of the package name.

Expected results:
It should complete the package name.

Additional info:

Comment 1 Parag Nemade 2014-11-06 04:31:39 UTC
The only temporary workaround is to install dnf-plugins-core. Fix is required in dnf to have bash completion working without installing dnf-plugins-core.

*** This bug has been marked as a duplicate of bug 1151231 ***