Fedora everything cosmic installation

What additional packages I need to choose to get all default Workstation setup without Gnome when I use Fedora Everything installer with cosmic?

As I see no toolbox, no git etc bare minimal, but as I thought taking Fedora Everything and choosing Cosmic Desktop it will install all defaults including toolbox etc, but I guess I need to choose all those packages still or install them after installation

I might be using too long atomics not sure even does toolbox comes with workstation

Check the groups with:

$ dnf environment list
$ dnf environment info cosmic-desktop-environment
$ dnf environment info workstation-product-environment

Comparing the 2 env groups, the groups missing from Cosmic are @container-management and @workstation-product.

$ dnf group info workstation-product --hidden
$ dnf group info container-management --hidden

toolbox is in both groups, git is in @workstation-product.

$ dnf4 repoquery --groupmember toolbox
toolbox-0.1.0-1.fc41.x86_64
  @container-management
  @critical-path-gnome
  @kde-desktop
  @workstation-product
$ dnf4 repoquery --groupmember git
git-2.47.0-1.fc41.x86_64
  @development-tools
  @fedora-packager
  @font-design
  @gnome-software-development
  @python-classroom
  @robotics-suite
  @workstation-product

Thank you so by default these are not yet on cosmic I will enable these groups and also third-party repos is not default on everything or can’t enabled so installed fedora-workstation-repositories

1 Like