Install optional in environment #1922
Labels
bug
Originally reported in Jira or Bugzilla
Priority: MEDIUM
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
Currently,
dnf environment info
also provides optional groups, however the mechanism for installing environment groups is viadnf install @environment-id
The issue here is that the
install
command doesn't accept the--with-optional
flag, and while thegroup install
command does have--with-optional
, it doesn't recognize the@environment-id
spec.This result in there being no immediate mechanism for installing an environment group with its optionals.
I'd imagine the solution is either let
dnf group install
recognize@environment-id
, letdnf install
accept--with-optional
or (best?) do both.The text was updated successfully, but these errors were encountered: