Meta-packages — Each profile is a DNF group. Installing one pulls all required packages and applies post-install configuration automatically.
Combining Profiles

All profiles are designed to coexist. Install any combination with DNF :

# Single profile
sudo dnf install @mekat-gaming
# Dev + Security combo (popular for CTF players)
sudo dnf install @mekat-developer @mekat-security
# All profiles
sudo dnf install @mekat-gaming @mekat-enterprise @mekat-developer @mekat-security