Documentation: Update Fedora package group names

Replaced deprecated package group names in Fedora's
prerequisites install command with updated group names.
This commit is contained in:
theonlyasdk
2025-05-11 22:28:23 +05:30
committed by Tim Schumacher
parent 183c0654f4
commit 80f586503d

View File

@@ -3,7 +3,7 @@
### Fedora
```console
sudo dnf install texinfo binutils-devel curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja-build patch ccache rsync @"C Development Tools and Libraries" @Virtualization
sudo dnf install texinfo binutils-devel curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja-build patch ccache rsync @development-tools @c-development @virtualization
```
Optional: `e2fsprogs` package for [building images without root](https://github.com/SerenityOS/serenity/pull/11224).