DPDK patches and discussions
 help / color / mirror / Atom feed
* [RFC] doc: change recommendation for installation of tools on Fedora
@ 2025-06-09  3:03 Stephen Hemminger
  2025-06-09  9:23 ` Varghese, Vipin
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2025-06-09  3:03 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

The syntax changed with Fedora 41 and the old command is now:
$ sudo dnf group install development-tools

Not sure what is on RHEL 9 or later.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/howto/af_xdp_dp.rst    | 2 +-
 doc/guides/linux_gsg/sys_reqs.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/howto/af_xdp_dp.rst b/doc/guides/howto/af_xdp_dp.rst
index 9da68e0bfa..b3681af2f7 100644
--- a/doc/guides/howto/af_xdp_dp.rst
+++ b/doc/guides/howto/af_xdp_dp.rst
@@ -159,7 +159,7 @@ Build a DPDK container image (using Docker)
           python3-pyelftools \
           python38 \
           iproute
-      RUN dnf groupinstall -y 'Development Tools'
+      RUN dnf group install -y development-tools
 
       # Create DPDK dir and copy over sources
       # Create DPDK dir and copy over sources
diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
index 4c9d0c55c0..c53e79f7d5 100644
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
@@ -31,7 +31,7 @@ Compilation of the DPDK
     including standard atomics, for example: GCC (version 5.0+) or Clang (version 3.6+),
     and ``pkg-config`` or ``pkgconf`` to be used when building end-user binaries against DPDK.
 
-    * For RHEL/Fedora systems these can be installed using ``dnf groupinstall "Development Tools"``
+    * For RHEL/Fedora systems these can be installed using ``dnf group install development-tools``
     * For Ubuntu/Debian systems these can be installed using ``apt install build-essential``
     * For Alpine Linux, ``apk add alpine-sdk bsd-compat-headers``
 
-- 
2.47.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [RFC] doc: change recommendation for installation of tools on Fedora
  2025-06-09  3:03 [RFC] doc: change recommendation for installation of tools on Fedora Stephen Hemminger
@ 2025-06-09  9:23 ` Varghese, Vipin
  0 siblings, 0 replies; 2+ messages in thread
From: Varghese, Vipin @ 2025-06-09  9:23 UTC (permalink / raw)
  To: Stephen Hemminger, dev

[Public]

> -----Original Message-----
> From: Stephen Hemminger <stephen@networkplumber.org>
> Sent: Monday, June 9, 2025 8:33 AM
> To: dev@dpdk.org
> Cc: Stephen Hemminger <stephen@networkplumber.org>
> Subject: [RFC] doc: change recommendation for installation of tools on Fedora
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> The syntax changed with Fedora 41 and the old command is now:
> $ sudo dnf group install development-tools
>
> Not sure what is on RHEL 9 or later.
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  doc/guides/howto/af_xdp_dp.rst    | 2 +-
>  doc/guides/linux_gsg/sys_reqs.rst | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/guides/howto/af_xdp_dp.rst b/doc/guides/howto/af_xdp_dp.rst index
> 9da68e0bfa..b3681af2f7 100644
> --- a/doc/guides/howto/af_xdp_dp.rst
> +++ b/doc/guides/howto/af_xdp_dp.rst
> @@ -159,7 +159,7 @@ Build a DPDK container image (using Docker)
>            python3-pyelftools \
>            python38 \
>            iproute
> -      RUN dnf groupinstall -y 'Development Tools'
> +      RUN dnf group install -y development-tools
>
>        # Create DPDK dir and copy over sources
>        # Create DPDK dir and copy over sources diff --git
> a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
> index 4c9d0c55c0..c53e79f7d5 100644
> --- a/doc/guides/linux_gsg/sys_reqs.rst
> +++ b/doc/guides/linux_gsg/sys_reqs.rst
> @@ -31,7 +31,7 @@ Compilation of the DPDK
>      including standard atomics, for example: GCC (version 5.0+) or Clang (version
> 3.6+),
>      and ``pkg-config`` or ``pkgconf`` to be used when building end-user binaries
> against DPDK.
>
> -    * For RHEL/Fedora systems these can be installed using ``dnf groupinstall
> "Development Tools"``
> +    * For RHEL/Fedora systems these can be installed using ``dnf group
> + install development-tools``

Reviewed-by: vipin.varghese@amd.com
https://discussion.fedoraproject.org/t/unable-to-find-development-tools-in-fedora-41/135154


>      * For Ubuntu/Debian systems these can be installed using ``apt install build-
> essential``
>      * For Alpine Linux, ``apk add alpine-sdk bsd-compat-headers``
>
> --
> 2.47.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-09  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-09  3:03 [RFC] doc: change recommendation for installation of tools on Fedora Stephen Hemminger
2025-06-09  9:23 ` Varghese, Vipin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).