Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: fix openSUSE libelf-devel package name
@ 2026-06-26  4:48 David Disseldorp
  2026-06-26 19:50 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: David Disseldorp @ 2026-06-26  4:48 UTC (permalink / raw)
  To: linux-doc; +Cc: David Disseldorp

The proposed "zypper install ... libelf-dev" invocation results in an
error:
  'libelf-dev' not found in package names. Trying capabilities.
  No provider of 'libelf-dev' found.

openSUSE and derivitives (Tumbleweed, Leap and SLES) use a "devel"
suffix instead of "dev".

Link: https://build.opensuse.org/projects/openSUSE:Factory/packages/elfutils/files/elfutils.spec
Signed-off-by: David Disseldorp <ddiss@suse.de>
---
 Documentation/admin-guide/quickly-build-trimmed-linux.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/quickly-build-trimmed-linux.rst b/Documentation/admin-guide/quickly-build-trimmed-linux.rst
index cb178e0a62084..f6b31d7207ff6 100644
--- a/Documentation/admin-guide/quickly-build-trimmed-linux.rst
+++ b/Documentation/admin-guide/quickly-build-trimmed-linux.rst
@@ -446,7 +446,7 @@ distributions:
  * openSUSE and derivatives::
 
      sudo zypper install bc binutils bison dwarves flex gcc git make perl-base \
-       openssl openssl-devel libelf-dev
+       openssl openssl-devel libelf-devel
 
 In case you wonder why these lists include openssl and its development headers:
 they are needed for the Secure Boot support, which many distributions enable in
-- 
2.54.0


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

* Re: [PATCH] docs: fix openSUSE libelf-devel package name
  2026-06-26  4:48 [PATCH] docs: fix openSUSE libelf-devel package name David Disseldorp
@ 2026-06-26 19:50 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2026-06-26 19:50 UTC (permalink / raw)
  To: David Disseldorp, linux-doc



On 6/25/26 9:48 PM, David Disseldorp wrote:
> The proposed "zypper install ... libelf-dev" invocation results in an
> error:
>   'libelf-dev' not found in package names. Trying capabilities.
>   No provider of 'libelf-dev' found.
> 
> openSUSE and derivitives (Tumbleweed, Leap and SLES) use a "devel"
> suffix instead of "dev".
> 
> Link: https://build.opensuse.org/projects/openSUSE:Factory/packages/elfutils/files/elfutils.spec
> Signed-off-by: David Disseldorp <ddiss@suse.de>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  Documentation/admin-guide/quickly-build-trimmed-linux.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/quickly-build-trimmed-linux.rst b/Documentation/admin-guide/quickly-build-trimmed-linux.rst
> index cb178e0a62084..f6b31d7207ff6 100644
> --- a/Documentation/admin-guide/quickly-build-trimmed-linux.rst
> +++ b/Documentation/admin-guide/quickly-build-trimmed-linux.rst
> @@ -446,7 +446,7 @@ distributions:
>   * openSUSE and derivatives::
>  
>       sudo zypper install bc binutils bison dwarves flex gcc git make perl-base \
> -       openssl openssl-devel libelf-dev
> +       openssl openssl-devel libelf-devel
>  
>  In case you wonder why these lists include openssl and its development headers:
>  they are needed for the Secure Boot support, which many distributions enable in

-- 
~Randy

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

end of thread, other threads:[~2026-06-26 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-26  4:48 [PATCH] docs: fix openSUSE libelf-devel package name David Disseldorp
2026-06-26 19:50 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox