Hide Forgot
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:
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.