Bug 1009669 - pkcon install does not handle groups
Summary: pkcon install does not handle groups
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: PackageKit
Version: 6.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Richard Hughes
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-18 20:12 UTC by smatula
Modified: 2014-05-20 16:25 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-20 16:25:46 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description smatula 2013-09-18 20:12:27 UTC
Description of problem: pkcon install @debugging fails to find and install packages of group.

pkcon install @development @debugging
Command failed: This tool could not find any available package: could not find @development

Version-Release number of selected component (if applicable):
PackageKit.x86_64            0.5.8-21.el6

How reproducible:
always

Steps to Reproduce:
1. Install PackageKit
2. pkcon install @debugging
3.

Actual results:
Command failed: This tool could not find any available package: could not find @development

Expected results:
Get the list of packages for the group and successfully install them.

Additional info:

Comment 1 Richard Hughes 2014-05-20 16:25:46 UTC
This is by design, we only match the meta-provides as returned by yum. You're supposed to use "resolve" to just match one package name.


Note You need to log in before you can comment on or make changes to this bug.